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
Namespace
Google \ Cloud \ Container \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
Google\Cloud\Container\V1\GcfsConfig|null |
hasGcfsConfig
clearGcfsConfig
setGcfsConfig
GCFS (Google Container File System, also known as Riptide) options.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Container\V1\GcfsConfig
|
Returns | |
---|---|
Type | Description |
$this |
getLoggingConfig
Logging configuration for node pools.
Returns | |
---|---|
Type | Description |
Google\Cloud\Container\V1\NodePoolLoggingConfig|null |
hasLoggingConfig
clearLoggingConfig
setLoggingConfig
Logging configuration for node pools.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Container\V1\NodePoolLoggingConfig
|
Returns | |
---|---|
Type | Description |
$this |