Uses of Class
k8s.io.api.core.v1.Generated.Container
-
Packages that use Generated.Container Package Description k8s.io.api.core.v1 -
-
Uses of Generated.Container in k8s.io.api.core.v1
Fields in k8s.io.api.core.v1 with type parameters of type Generated.Container Modifier and Type Field Description static com.google.protobuf.Parser<Generated.Container>Generated.Container. PARSERDeprecated.Methods in k8s.io.api.core.v1 that return Generated.Container Modifier and Type Method Description Generated.ContainerGenerated.Container.Builder. build()Generated.ContainerGenerated.Container.Builder. buildPartial()Generated.ContainerGenerated.PodSpec.Builder. getContainers(int index)List of containers belonging to the pod.Generated.ContainerGenerated.PodSpec. getContainers(int index)List of containers belonging to the pod.Generated.ContainerGenerated.PodSpecOrBuilder. getContainers(int index)List of containers belonging to the pod.static Generated.ContainerGenerated.Container. getDefaultInstance()Generated.ContainerGenerated.Container.Builder. getDefaultInstanceForType()Generated.ContainerGenerated.Container. getDefaultInstanceForType()Generated.ContainerGenerated.PodSpec.Builder. getInitContainers(int index)List of initialization containers belonging to the pod.Generated.ContainerGenerated.PodSpec. getInitContainers(int index)List of initialization containers belonging to the pod.Generated.ContainerGenerated.PodSpecOrBuilder. getInitContainers(int index)List of initialization containers belonging to the pod.static Generated.ContainerGenerated.Container. parseDelimitedFrom(InputStream input)static Generated.ContainerGenerated.Container. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Generated.ContainerGenerated.Container. parseFrom(byte[] data)static Generated.ContainerGenerated.Container. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Generated.ContainerGenerated.Container. parseFrom(com.google.protobuf.ByteString data)static Generated.ContainerGenerated.Container. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Generated.ContainerGenerated.Container. parseFrom(com.google.protobuf.CodedInputStream input)static Generated.ContainerGenerated.Container. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Generated.ContainerGenerated.Container. parseFrom(InputStream input)static Generated.ContainerGenerated.Container. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Generated.ContainerGenerated.Container. parseFrom(ByteBuffer data)static Generated.ContainerGenerated.Container. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in k8s.io.api.core.v1 that return types with arguments of type Generated.Container Modifier and Type Method Description List<Generated.Container>Generated.PodSpec.Builder. getContainersList()List of containers belonging to the pod.List<Generated.Container>Generated.PodSpec. getContainersList()List of containers belonging to the pod.List<Generated.Container>Generated.PodSpecOrBuilder. getContainersList()List of containers belonging to the pod.List<Generated.Container>Generated.PodSpec.Builder. getInitContainersList()List of initialization containers belonging to the pod.List<Generated.Container>Generated.PodSpec. getInitContainersList()List of initialization containers belonging to the pod.List<Generated.Container>Generated.PodSpecOrBuilder. getInitContainersList()List of initialization containers belonging to the pod.com.google.protobuf.Parser<Generated.Container>Generated.Container. getParserForType()static com.google.protobuf.Parser<Generated.Container>Generated.Container. parser()Methods in k8s.io.api.core.v1 with parameters of type Generated.Container Modifier and Type Method Description Generated.PodSpec.BuilderGenerated.PodSpec.Builder. addContainers(int index, Generated.Container value)List of containers belonging to the pod.Generated.PodSpec.BuilderGenerated.PodSpec.Builder. addContainers(Generated.Container value)List of containers belonging to the pod.Generated.PodSpec.BuilderGenerated.PodSpec.Builder. addInitContainers(int index, Generated.Container value)List of initialization containers belonging to the pod.Generated.PodSpec.BuilderGenerated.PodSpec.Builder. addInitContainers(Generated.Container value)List of initialization containers belonging to the pod.Generated.Container.BuilderGenerated.Container.Builder. mergeFrom(Generated.Container other)static Generated.Container.BuilderGenerated.Container. newBuilder(Generated.Container prototype)Generated.PodSpec.BuilderGenerated.PodSpec.Builder. setContainers(int index, Generated.Container value)List of containers belonging to the pod.Generated.PodSpec.BuilderGenerated.PodSpec.Builder. setInitContainers(int index, Generated.Container value)List of initialization containers belonging to the pod.Method parameters in k8s.io.api.core.v1 with type arguments of type Generated.Container Modifier and Type Method Description Generated.PodSpec.BuilderGenerated.PodSpec.Builder. addAllContainers(Iterable<? extends Generated.Container> values)List of containers belonging to the pod.Generated.PodSpec.BuilderGenerated.PodSpec.Builder. addAllInitContainers(Iterable<? extends Generated.Container> values)List of initialization containers belonging to the pod.
-