Interface protos.google.container.v1.INodeTaint (2.3.2)

Properties of a NodeTaint.

Package

@google-cloud/container!

Properties

effect

effect?: (google.container.v1.NodeTaint.Effect|keyof typeof google.container.v1.NodeTaint.Effect|null);

NodeTaint effect

Property Value
TypeDescription
(google.container.v1.NodeTaint.Effect|keyof typeof google.container.v1.NodeTaint.Effect|null)

key

key?: (string|null);

NodeTaint key

Property Value
TypeDescription
(string|null)

value

value?: (string|null);

NodeTaint value

Property Value
TypeDescription
(string|null)