Interface NodeTaintOrBuilder (2.40.0)

public interface NodeTaintOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEffect()

public abstract NodeTaint.Effect getEffect()

Effect for taint.

.google.container.v1beta1.NodeTaint.Effect effect = 3;

Returns
TypeDescription
NodeTaint.Effect

The effect.

getEffectValue()

public abstract int getEffectValue()

Effect for taint.

.google.container.v1beta1.NodeTaint.Effect effect = 3;

Returns
TypeDescription
int

The enum numeric value on the wire for effect.

getKey()

public abstract String getKey()

Key for taint.

string key = 1;

Returns
TypeDescription
String

The key.

getKeyBytes()

public abstract ByteString getKeyBytes()

Key for taint.

string key = 1;

Returns
TypeDescription
ByteString

The bytes for key.

getValue()

public abstract String getValue()

Value for taint.

string value = 2;

Returns
TypeDescription
String

The value.

getValueBytes()

public abstract ByteString getValueBytes()

Value for taint.

string value = 2;

Returns
TypeDescription
ByteString

The bytes for value.