Uses of Class
io.kubernetes.client.proto.V1.Container
-
Uses of V1.Container in io.kubernetes.client.proto
Fields in io.kubernetes.client.proto with type parameters of type V1.ContainerModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<V1.Container>
V1.Container.PARSER
Deprecated.Methods in io.kubernetes.client.proto that return V1.ContainerModifier and TypeMethodDescriptionV1.Container.Builder.build()
V1.Container.Builder.buildPartial()
V1.PodSpec.Builder.getContainers
(int index) List of containers belonging to the pod.V1.PodSpec.getContainers
(int index) List of containers belonging to the pod.V1.PodSpecOrBuilder.getContainers
(int index) List of containers belonging to the pod.static V1.Container
V1.Container.getDefaultInstance()
V1.Container.Builder.getDefaultInstanceForType()
V1.Container.getDefaultInstanceForType()
V1.PodSpec.Builder.getInitContainers
(int index) List of initialization containers belonging to the pod.V1.PodSpec.getInitContainers
(int index) List of initialization containers belonging to the pod.V1.PodSpecOrBuilder.getInitContainers
(int index) List of initialization containers belonging to the pod.static V1.Container
V1.Container.parseDelimitedFrom
(InputStream input) static V1.Container
V1.Container.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.Container
V1.Container.parseFrom
(byte[] data) static V1.Container
V1.Container.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.Container
V1.Container.parseFrom
(com.google.protobuf.ByteString data) static V1.Container
V1.Container.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.Container
V1.Container.parseFrom
(com.google.protobuf.CodedInputStream input) static V1.Container
V1.Container.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.Container
V1.Container.parseFrom
(InputStream input) static V1.Container
V1.Container.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.Container
V1.Container.parseFrom
(ByteBuffer data) static V1.Container
V1.Container.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.kubernetes.client.proto that return types with arguments of type V1.ContainerModifier and TypeMethodDescriptionV1.PodSpec.Builder.getContainersList()
List of containers belonging to the pod.V1.PodSpec.getContainersList()
List of containers belonging to the pod.V1.PodSpecOrBuilder.getContainersList()
List of containers belonging to the pod.V1.PodSpec.Builder.getInitContainersList()
List of initialization containers belonging to the pod.V1.PodSpec.getInitContainersList()
List of initialization containers belonging to the pod.V1.PodSpecOrBuilder.getInitContainersList()
List of initialization containers belonging to the pod.com.google.protobuf.Parser<V1.Container>
V1.Container.getParserForType()
static com.google.protobuf.Parser<V1.Container>
V1.Container.parser()
Methods in io.kubernetes.client.proto with parameters of type V1.ContainerModifier and TypeMethodDescriptionV1.PodSpec.Builder.addContainers
(int index, V1.Container value) List of containers belonging to the pod.V1.PodSpec.Builder.addContainers
(V1.Container value) List of containers belonging to the pod.V1.PodSpec.Builder.addInitContainers
(int index, V1.Container value) List of initialization containers belonging to the pod.V1.PodSpec.Builder.addInitContainers
(V1.Container value) List of initialization containers belonging to the pod.V1.Container.Builder.mergeFrom
(V1.Container other) static V1.Container.Builder
V1.Container.newBuilder
(V1.Container prototype) V1.PodSpec.Builder.setContainers
(int index, V1.Container value) List of containers belonging to the pod.V1.PodSpec.Builder.setInitContainers
(int index, V1.Container value) List of initialization containers belonging to the pod.Method parameters in io.kubernetes.client.proto with type arguments of type V1.ContainerModifier and TypeMethodDescriptionV1.PodSpec.Builder.addAllContainers
(Iterable<? extends V1.Container> values) List of containers belonging to the pod.V1.PodSpec.Builder.addAllInitContainers
(Iterable<? extends V1.Container> values) List of initialization containers belonging to the pod.