Interface NodeConfigDefaultsOrBuilder (2.5.0)

public interface NodeConfigDefaultsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getGcfsConfig()

public abstract GcfsConfig getGcfsConfig()

GCFS (Google Container File System, a.k.a. Riptide) options.

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

Returns
TypeDescription
GcfsConfig

The gcfsConfig.

getGcfsConfigOrBuilder()

public abstract GcfsConfigOrBuilder getGcfsConfigOrBuilder()

GCFS (Google Container File System, a.k.a. Riptide) options.

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

Returns
TypeDescription
GcfsConfigOrBuilder

hasGcfsConfig()

public abstract boolean hasGcfsConfig()

GCFS (Google Container File System, a.k.a. Riptide) options.

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

Returns
TypeDescription
boolean

Whether the gcfsConfig field is set.