Uses of Class
io.kubernetes.client.proto.V1.Toleration
-
Uses of V1.Toleration in io.kubernetes.client.proto
Fields in io.kubernetes.client.proto with type parameters of type V1.TolerationModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<V1.Toleration>
V1.Toleration.PARSER
Deprecated.Methods in io.kubernetes.client.proto that return V1.TolerationModifier and TypeMethodDescriptionV1.Toleration.Builder.build()
V1.Toleration.Builder.buildPartial()
static V1.Toleration
V1.Toleration.getDefaultInstance()
V1.Toleration.Builder.getDefaultInstanceForType()
V1.Toleration.getDefaultInstanceForType()
V1.PodSpec.Builder.getTolerations
(int index) If specified, the pod's tolerations.V1.PodSpec.getTolerations
(int index) If specified, the pod's tolerations.V1.PodSpecOrBuilder.getTolerations
(int index) If specified, the pod's tolerations.static V1.Toleration
V1.Toleration.parseDelimitedFrom
(InputStream input) static V1.Toleration
V1.Toleration.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.Toleration
V1.Toleration.parseFrom
(byte[] data) static V1.Toleration
V1.Toleration.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.Toleration
V1.Toleration.parseFrom
(com.google.protobuf.ByteString data) static V1.Toleration
V1.Toleration.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.Toleration
V1.Toleration.parseFrom
(com.google.protobuf.CodedInputStream input) static V1.Toleration
V1.Toleration.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.Toleration
V1.Toleration.parseFrom
(InputStream input) static V1.Toleration
V1.Toleration.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.Toleration
V1.Toleration.parseFrom
(ByteBuffer data) static V1.Toleration
V1.Toleration.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.kubernetes.client.proto that return types with arguments of type V1.TolerationModifier and TypeMethodDescriptioncom.google.protobuf.Parser<V1.Toleration>
V1.Toleration.getParserForType()
V1.PodSpec.Builder.getTolerationsList()
If specified, the pod's tolerations.V1.PodSpec.getTolerationsList()
If specified, the pod's tolerations.V1.PodSpecOrBuilder.getTolerationsList()
If specified, the pod's tolerations.static com.google.protobuf.Parser<V1.Toleration>
V1.Toleration.parser()
Methods in io.kubernetes.client.proto with parameters of type V1.TolerationModifier and TypeMethodDescriptionV1.PodSpec.Builder.addTolerations
(int index, V1.Toleration value) If specified, the pod's tolerations.V1.PodSpec.Builder.addTolerations
(V1.Toleration value) If specified, the pod's tolerations.V1.Toleration.Builder.mergeFrom
(V1.Toleration other) static V1.Toleration.Builder
V1.Toleration.newBuilder
(V1.Toleration prototype) V1.PodSpec.Builder.setTolerations
(int index, V1.Toleration value) If specified, the pod's tolerations.Method parameters in io.kubernetes.client.proto with type arguments of type V1.TolerationModifier and TypeMethodDescriptionV1.PodSpec.Builder.addAllTolerations
(Iterable<? extends V1.Toleration> values) If specified, the pod's tolerations.