Google Cloud Container V1 Client - Class NodeConfigDefaults (1.10.3)

Reference documentation and code samples for the Google Cloud Container V1 Client class NodeConfigDefaults.

Subset of NodeConfig message that has defaults.

Generated from protobuf message google.container.v1.NodeConfigDefaults

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ gcfs_config Google\Cloud\Container\V1\GcfsConfig

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

↳ logging_config Google\Cloud\Container\V1\NodePoolLoggingConfig

Logging configuration for node pools.

getGcfsConfig

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

Returns
TypeDescription
Google\Cloud\Container\V1\GcfsConfig|null

hasGcfsConfig

clearGcfsConfig

setGcfsConfig

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

Parameter
NameDescription
var Google\Cloud\Container\V1\GcfsConfig
Returns
TypeDescription
$this

getLoggingConfig

Logging configuration for node pools.

Returns
TypeDescription
Google\Cloud\Container\V1\NodePoolLoggingConfig|null

hasLoggingConfig

clearLoggingConfig

setLoggingConfig

Logging configuration for node pools.

Parameter
NameDescription
var Google\Cloud\Container\V1\NodePoolLoggingConfig
Returns
TypeDescription
$this