Interface NodeConfigDefaultsOrBuilder (2.44.0)

public interface NodeConfigDefaultsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getGcfsConfig()

public abstract GcfsConfig getGcfsConfig()

GCFS (Google Container File System, also known as Riptide) options.

.google.container.v1.GcfsConfig gcfs_config = 1;

Returns
TypeDescription
GcfsConfig

The gcfsConfig.

getGcfsConfigOrBuilder()

public abstract GcfsConfigOrBuilder getGcfsConfigOrBuilder()

GCFS (Google Container File System, also known as Riptide) options.

.google.container.v1.GcfsConfig gcfs_config = 1;

Returns
TypeDescription
GcfsConfigOrBuilder

getLoggingConfig()

public abstract NodePoolLoggingConfig getLoggingConfig()

Logging configuration for node pools.

.google.container.v1.NodePoolLoggingConfig logging_config = 3;

Returns
TypeDescription
NodePoolLoggingConfig

The loggingConfig.

getLoggingConfigOrBuilder()

public abstract NodePoolLoggingConfigOrBuilder getLoggingConfigOrBuilder()

Logging configuration for node pools.

.google.container.v1.NodePoolLoggingConfig logging_config = 3;

Returns
TypeDescription
NodePoolLoggingConfigOrBuilder

hasGcfsConfig()

public abstract boolean hasGcfsConfig()

GCFS (Google Container File System, also known as Riptide) options.

.google.container.v1.GcfsConfig gcfs_config = 1;

Returns
TypeDescription
boolean

Whether the gcfsConfig field is set.

hasLoggingConfig()

public abstract boolean hasLoggingConfig()

Logging configuration for node pools.

.google.container.v1.NodePoolLoggingConfig logging_config = 3;

Returns
TypeDescription
boolean

Whether the loggingConfig field is set.