| Modifier and Type | Field and Description |
|---|---|
static com.google.protobuf.Parser<V1.Toleration> |
V1.Toleration.PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
V1.Toleration |
V1.Toleration.Builder.build() |
V1.Toleration |
V1.Toleration.Builder.buildPartial() |
static V1.Toleration |
V1.Toleration.getDefaultInstance() |
V1.Toleration |
V1.Toleration.getDefaultInstanceForType() |
V1.Toleration |
V1.Toleration.Builder.getDefaultInstanceForType() |
V1.Toleration |
V1.PodSpecOrBuilder.getTolerations(int index)
If specified, the pod's tolerations.
|
V1.Toleration |
V1.PodSpec.getTolerations(int index)
If specified, the pod's tolerations.
|
V1.Toleration |
V1.PodSpec.Builder.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(ByteBuffer data) |
static V1.Toleration |
V1.Toleration.parseFrom(ByteBuffer 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) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<V1.Toleration> |
V1.Toleration.getParserForType() |
List<V1.Toleration> |
V1.PodSpecOrBuilder.getTolerationsList()
If specified, the pod's tolerations.
|
List<V1.Toleration> |
V1.PodSpec.getTolerationsList()
If specified, the pod's tolerations.
|
List<V1.Toleration> |
V1.PodSpec.Builder.getTolerationsList()
If specified, the pod's tolerations.
|
static com.google.protobuf.Parser<V1.Toleration> |
V1.Toleration.parser() |
| Modifier and Type | Method and Description |
|---|---|
V1.PodSpec.Builder |
V1.PodSpec.Builder.addTolerations(int index,
V1.Toleration value)
If specified, the pod's tolerations.
|
V1.PodSpec.Builder |
V1.PodSpec.Builder.addTolerations(V1.Toleration value)
If specified, the pod's tolerations.
|
V1.Toleration.Builder |
V1.Toleration.Builder.mergeFrom(V1.Toleration other) |
static V1.Toleration.Builder |
V1.Toleration.newBuilder(V1.Toleration prototype) |
V1.PodSpec.Builder |
V1.PodSpec.Builder.setTolerations(int index,
V1.Toleration value)
If specified, the pod's tolerations.
|
| Modifier and Type | Method and Description |
|---|---|
V1.PodSpec.Builder |
V1.PodSpec.Builder.addAllTolerations(Iterable<? extends V1.Toleration> values)
If specified, the pod's tolerations.
|
Copyright © 2018. All rights reserved.