Reference documentation and code samples for the Google Anthos Multi Cloud V1 Client class NodeTaint.
The taint content for the node taint.
Generated from protobuf message google.cloud.gkemulticloud.v1.NodeTaint
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ key
string
Required. Key for the taint.
↳ value
string
Required. Value for the taint.
↳ effect
int
Required. The taint effect.
getKey
Required. Key for the taint.
Generated from protobuf field string key = 1 [(.google.api.field_behavior) = REQUIRED];
string
setKey
Required. Key for the taint.
Generated from protobuf field string key = 1 [(.google.api.field_behavior) = REQUIRED];
var
string
$this
getValue
Required. Value for the taint.
Generated from protobuf field string value = 2 [(.google.api.field_behavior) = REQUIRED];
string
setValue
Required. Value for the taint.
Generated from protobuf field string value = 2 [(.google.api.field_behavior) = REQUIRED];
var
string
$this
getEffect
Required. The taint effect.
Generated from protobuf field .google.cloud.gkemulticloud.v1.NodeTaint.Effect effect = 3 [(.google.api.field_behavior) = REQUIRED];
int
setEffect
Required. The taint effect.
Generated from protobuf field .google.cloud.gkemulticloud.v1.NodeTaint.Effect effect = 3 [(.google.api.field_behavior) = REQUIRED];
var
int
$this