Reference documentation and code samples for the Google Cloud Container V1 Client class TaintConfig.
TaintConfig contains the configuration for the taints of the node pool.
Generated from protobuf message google.container.v1.TaintConfig
Namespace
Google \ Cloud \ Container \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ architecture_taint_behavior |
int
Optional. Controls architecture tainting behavior. |
getArchitectureTaintBehavior
Optional. Controls architecture tainting behavior.
| Returns | |
|---|---|
| Type | Description |
int |
|
hasArchitectureTaintBehavior
clearArchitectureTaintBehavior
setArchitectureTaintBehavior
Optional. Controls architecture tainting behavior.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|