public static interface V1.TaintOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getEffect()
Required.
|
com.google.protobuf.ByteString |
getEffectBytes()
Required.
|
String |
getKey()
Required.
|
com.google.protobuf.ByteString |
getKeyBytes()
Required.
|
Meta.Time |
getTimeAdded()
TimeAdded represents the time at which the taint was added.
|
Meta.TimeOrBuilder |
getTimeAddedOrBuilder()
TimeAdded represents the time at which the taint was added.
|
String |
getValue()
Required.
|
com.google.protobuf.ByteString |
getValueBytes()
Required.
|
boolean |
hasEffect()
Required.
|
boolean |
hasKey()
Required.
|
boolean |
hasTimeAdded()
TimeAdded represents the time at which the taint was added.
|
boolean |
hasValue()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasKey()
Required. The taint key to be applied to a node.
optional string key = 1;String getKey()
Required. The taint key to be applied to a node.
optional string key = 1;com.google.protobuf.ByteString getKeyBytes()
Required. The taint key to be applied to a node.
optional string key = 1;boolean hasValue()
Required. The taint value corresponding to the taint key. +optional
optional string value = 2;String getValue()
Required. The taint value corresponding to the taint key. +optional
optional string value = 2;com.google.protobuf.ByteString getValueBytes()
Required. The taint value corresponding to the taint key. +optional
optional string value = 2;boolean hasEffect()
Required. The effect of the taint on pods that do not tolerate the taint. Valid effects are NoSchedule, PreferNoSchedule and NoExecute.
optional string effect = 3;String getEffect()
Required. The effect of the taint on pods that do not tolerate the taint. Valid effects are NoSchedule, PreferNoSchedule and NoExecute.
optional string effect = 3;com.google.protobuf.ByteString getEffectBytes()
Required. The effect of the taint on pods that do not tolerate the taint. Valid effects are NoSchedule, PreferNoSchedule and NoExecute.
optional string effect = 3;boolean hasTimeAdded()
TimeAdded represents the time at which the taint was added. It is only written for NoExecute taints. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time timeAdded = 4;Meta.Time getTimeAdded()
TimeAdded represents the time at which the taint was added. It is only written for NoExecute taints. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time timeAdded = 4;Meta.TimeOrBuilder getTimeAddedOrBuilder()
TimeAdded represents the time at which the taint was added. It is only written for NoExecute taints. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time timeAdded = 4;Copyright © 2020. All rights reserved.