| Modifier and Type | Field and Description |
|---|---|
static com.google.protobuf.Parser<V1.PodSpec> |
V1.PodSpec.PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
V1.PodSpec |
V1.PodSpec.Builder.build() |
V1.PodSpec |
V1.PodSpec.Builder.buildPartial() |
static V1.PodSpec |
V1.PodSpec.getDefaultInstance() |
V1.PodSpec |
V1.PodSpec.getDefaultInstanceForType() |
V1.PodSpec |
V1.PodSpec.Builder.getDefaultInstanceForType() |
V1.PodSpec |
V1.PodOrBuilder.getSpec()
Specification of the desired behavior of the pod.
|
V1.PodSpec |
V1.Pod.getSpec()
Specification of the desired behavior of the pod.
|
V1.PodSpec |
V1.Pod.Builder.getSpec()
Specification of the desired behavior of the pod.
|
V1.PodSpec |
V1.PodTemplateSpecOrBuilder.getSpec()
Specification of the desired behavior of the pod.
|
V1.PodSpec |
V1.PodTemplateSpec.getSpec()
Specification of the desired behavior of the pod.
|
V1.PodSpec |
V1.PodTemplateSpec.Builder.getSpec()
Specification of the desired behavior of the pod.
|
static V1.PodSpec |
V1.PodSpec.parseDelimitedFrom(InputStream input) |
static V1.PodSpec |
V1.PodSpec.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.PodSpec |
V1.PodSpec.parseFrom(byte[] data) |
static V1.PodSpec |
V1.PodSpec.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.PodSpec |
V1.PodSpec.parseFrom(ByteBuffer data) |
static V1.PodSpec |
V1.PodSpec.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.PodSpec |
V1.PodSpec.parseFrom(com.google.protobuf.ByteString data) |
static V1.PodSpec |
V1.PodSpec.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.PodSpec |
V1.PodSpec.parseFrom(com.google.protobuf.CodedInputStream input) |
static V1.PodSpec |
V1.PodSpec.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.PodSpec |
V1.PodSpec.parseFrom(InputStream input) |
static V1.PodSpec |
V1.PodSpec.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<V1.PodSpec> |
V1.PodSpec.getParserForType() |
static com.google.protobuf.Parser<V1.PodSpec> |
V1.PodSpec.parser() |
| Modifier and Type | Method and Description |
|---|---|
V1.PodSpec.Builder |
V1.PodSpec.Builder.mergeFrom(V1.PodSpec other) |
V1.Pod.Builder |
V1.Pod.Builder.mergeSpec(V1.PodSpec value)
Specification of the desired behavior of the pod.
|
V1.PodTemplateSpec.Builder |
V1.PodTemplateSpec.Builder.mergeSpec(V1.PodSpec value)
Specification of the desired behavior of the pod.
|
static V1.PodSpec.Builder |
V1.PodSpec.newBuilder(V1.PodSpec prototype) |
V1.Pod.Builder |
V1.Pod.Builder.setSpec(V1.PodSpec value)
Specification of the desired behavior of the pod.
|
V1.PodTemplateSpec.Builder |
V1.PodTemplateSpec.Builder.setSpec(V1.PodSpec value)
Specification of the desired behavior of the pod.
|
Copyright © 2023. All rights reserved.