| Modifier and Type | Method and Description |
|---|---|
V1.Toleration.Builder |
V1.Toleration.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1.Toleration.Builder |
V1.PodSpec.Builder.addTolerationsBuilder()
If specified, the pod's tolerations.
|
V1.Toleration.Builder |
V1.PodSpec.Builder.addTolerationsBuilder(int index)
If specified, the pod's tolerations.
|
V1.Toleration.Builder |
V1.Toleration.Builder.clear() |
V1.Toleration.Builder |
V1.Toleration.Builder.clearEffect()
Effect indicates the taint effect to match.
|
V1.Toleration.Builder |
V1.Toleration.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
V1.Toleration.Builder |
V1.Toleration.Builder.clearKey()
Key is the taint key that the toleration applies to.
|
V1.Toleration.Builder |
V1.Toleration.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
V1.Toleration.Builder |
V1.Toleration.Builder.clearOperator()
Operator represents a key's relationship to the value.
|
V1.Toleration.Builder |
V1.Toleration.Builder.clearTolerationSeconds()
TolerationSeconds represents the period of time the toleration (which must be
of effect NoExecute, otherwise this field is ignored) tolerates the taint.
|
V1.Toleration.Builder |
V1.Toleration.Builder.clearValue()
Value is the taint value the toleration matches to.
|
V1.Toleration.Builder |
V1.Toleration.Builder.clone() |
V1.Toleration.Builder |
V1.PodSpec.Builder.getTolerationsBuilder(int index)
If specified, the pod's tolerations.
|
V1.Toleration.Builder |
V1.Toleration.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
V1.Toleration.Builder |
V1.Toleration.Builder.mergeFrom(com.google.protobuf.Message other) |
V1.Toleration.Builder |
V1.Toleration.Builder.mergeFrom(V1.Toleration other) |
V1.Toleration.Builder |
V1.Toleration.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static V1.Toleration.Builder |
V1.Toleration.newBuilder() |
static V1.Toleration.Builder |
V1.Toleration.newBuilder(V1.Toleration prototype) |
V1.Toleration.Builder |
V1.Toleration.newBuilderForType() |
protected V1.Toleration.Builder |
V1.Toleration.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
V1.Toleration.Builder |
V1.Toleration.Builder.setEffect(String value)
Effect indicates the taint effect to match.
|
V1.Toleration.Builder |
V1.Toleration.Builder.setEffectBytes(com.google.protobuf.ByteString value)
Effect indicates the taint effect to match.
|
V1.Toleration.Builder |
V1.Toleration.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1.Toleration.Builder |
V1.Toleration.Builder.setKey(String value)
Key is the taint key that the toleration applies to.
|
V1.Toleration.Builder |
V1.Toleration.Builder.setKeyBytes(com.google.protobuf.ByteString value)
Key is the taint key that the toleration applies to.
|
V1.Toleration.Builder |
V1.Toleration.Builder.setOperator(String value)
Operator represents a key's relationship to the value.
|
V1.Toleration.Builder |
V1.Toleration.Builder.setOperatorBytes(com.google.protobuf.ByteString value)
Operator represents a key's relationship to the value.
|
V1.Toleration.Builder |
V1.Toleration.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
V1.Toleration.Builder |
V1.Toleration.Builder.setTolerationSeconds(long value)
TolerationSeconds represents the period of time the toleration (which must be
of effect NoExecute, otherwise this field is ignored) tolerates the taint.
|
V1.Toleration.Builder |
V1.Toleration.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
V1.Toleration.Builder |
V1.Toleration.Builder.setValue(String value)
Value is the taint value the toleration matches to.
|
V1.Toleration.Builder |
V1.Toleration.Builder.setValueBytes(com.google.protobuf.ByteString value)
Value is the taint value the toleration matches to.
|
V1.Toleration.Builder |
V1.Toleration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<V1.Toleration.Builder> |
V1.PodSpec.Builder.getTolerationsBuilderList()
If specified, the pod's tolerations.
|
| Modifier and Type | Method and Description |
|---|---|
V1.PodSpec.Builder |
V1.PodSpec.Builder.addTolerations(int index,
V1.Toleration.Builder builderForValue)
If specified, the pod's tolerations.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.addTolerations(V1.Toleration.Builder builderForValue)
If specified, the pod's tolerations.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.setTolerations(int index,
V1.Toleration.Builder builderForValue)
If specified, the pod's tolerations.
|
Copyright © 2021. All rights reserved.