public static final class NodeTaint.Builder extends GeneratedMessage.Builder<NodeTaint.Builder> implements NodeTaintOrBuilderKubernetes taint is composed of three fields: key, value, and effect. Effect can only be one of three types: NoSchedule, PreferNoSchedule or NoExecute.
See here for more information, including usage and the valid values.
Protobuf type google.container.v1.NodeTaint
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > NodeTaint.BuilderImplements
NodeTaintOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public NodeTaint build()| Returns | |
|---|---|
| Type | Description |
NodeTaint |
|
buildPartial()
public NodeTaint buildPartial()| Returns | |
|---|---|
| Type | Description |
NodeTaint |
|
clear()
public NodeTaint.Builder clear()| Returns | |
|---|---|
| Type | Description |
NodeTaint.Builder |
|
clearEffect()
public NodeTaint.Builder clearEffect()Effect for taint.
.google.container.v1.NodeTaint.Effect effect = 3;
| Returns | |
|---|---|
| Type | Description |
NodeTaint.Builder |
This builder for chaining. |
clearKey()
public NodeTaint.Builder clearKey()Key for taint.
string key = 1;
| Returns | |
|---|---|
| Type | Description |
NodeTaint.Builder |
This builder for chaining. |
clearValue()
public NodeTaint.Builder clearValue()Value for taint.
string value = 2;
| Returns | |
|---|---|
| Type | Description |
NodeTaint.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public NodeTaint getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
NodeTaint |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getEffect()
public NodeTaint.Effect getEffect()Effect for taint.
.google.container.v1.NodeTaint.Effect effect = 3;
| Returns | |
|---|---|
| Type | Description |
NodeTaint.Effect |
The effect. |
getEffectValue()
public int getEffectValue()Effect for taint.
.google.container.v1.NodeTaint.Effect effect = 3;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for effect. |
getKey()
public String getKey()Key for taint.
string key = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The key. |
getKeyBytes()
public ByteString getKeyBytes()Key for taint.
string key = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for key. |
getValue()
public String getValue()Value for taint.
string value = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The value. |
getValueBytes()
public ByteString getValueBytes()Value for taint.
string value = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for value. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(NodeTaint other)
public NodeTaint.Builder mergeFrom(NodeTaint other)| Parameter | |
|---|---|
| Name | Description |
other |
NodeTaint |
| Returns | |
|---|---|
| Type | Description |
NodeTaint.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public NodeTaint.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
NodeTaint.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public NodeTaint.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
NodeTaint.Builder |
|
setEffect(NodeTaint.Effect value)
public NodeTaint.Builder setEffect(NodeTaint.Effect value)Effect for taint.
.google.container.v1.NodeTaint.Effect effect = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
NodeTaint.EffectThe effect to set. |
| Returns | |
|---|---|
| Type | Description |
NodeTaint.Builder |
This builder for chaining. |
setEffectValue(int value)
public NodeTaint.Builder setEffectValue(int value)Effect for taint.
.google.container.v1.NodeTaint.Effect effect = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for effect to set. |
| Returns | |
|---|---|
| Type | Description |
NodeTaint.Builder |
This builder for chaining. |
setKey(String value)
public NodeTaint.Builder setKey(String value)Key for taint.
string key = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe key to set. |
| Returns | |
|---|---|
| Type | Description |
NodeTaint.Builder |
This builder for chaining. |
setKeyBytes(ByteString value)
public NodeTaint.Builder setKeyBytes(ByteString value)Key for taint.
string key = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for key to set. |
| Returns | |
|---|---|
| Type | Description |
NodeTaint.Builder |
This builder for chaining. |
setValue(String value)
public NodeTaint.Builder setValue(String value)Value for taint.
string value = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe value to set. |
| Returns | |
|---|---|
| Type | Description |
NodeTaint.Builder |
This builder for chaining. |
setValueBytes(ByteString value)
public NodeTaint.Builder setValueBytes(ByteString value)Value for taint.
string value = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for value to set. |
| Returns | |
|---|---|
| Type | Description |
NodeTaint.Builder |
This builder for chaining. |