Uses of Class
io.kubernetes.client.proto.V1.ContainerStatus
-
Uses of V1.ContainerStatus in io.kubernetes.client.proto
Fields in io.kubernetes.client.proto with type parameters of type V1.ContainerStatusModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<V1.ContainerStatus>V1.ContainerStatus.PARSERDeprecated.Methods in io.kubernetes.client.proto that return V1.ContainerStatusModifier and TypeMethodDescriptionV1.ContainerStatus.Builder.build()V1.ContainerStatus.Builder.buildPartial()V1.PodStatus.Builder.getContainerStatuses(int index) The list has one entry per container in the manifest.V1.PodStatus.getContainerStatuses(int index) The list has one entry per container in the manifest.V1.PodStatusOrBuilder.getContainerStatuses(int index) The list has one entry per container in the manifest.static V1.ContainerStatusV1.ContainerStatus.getDefaultInstance()V1.ContainerStatus.Builder.getDefaultInstanceForType()V1.ContainerStatus.getDefaultInstanceForType()V1.PodStatus.Builder.getEphemeralContainerStatuses(int index) Status for any ephemeral containers that have run in this pod.V1.PodStatus.getEphemeralContainerStatuses(int index) Status for any ephemeral containers that have run in this pod.V1.PodStatusOrBuilder.getEphemeralContainerStatuses(int index) Status for any ephemeral containers that have run in this pod.V1.PodStatus.Builder.getInitContainerStatuses(int index) The list has one entry per init container in the manifest.V1.PodStatus.getInitContainerStatuses(int index) The list has one entry per init container in the manifest.V1.PodStatusOrBuilder.getInitContainerStatuses(int index) The list has one entry per init container in the manifest.static V1.ContainerStatusV1.ContainerStatus.parseDelimitedFrom(InputStream input) static V1.ContainerStatusV1.ContainerStatus.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.ContainerStatusV1.ContainerStatus.parseFrom(byte[] data) static V1.ContainerStatusV1.ContainerStatus.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.ContainerStatusV1.ContainerStatus.parseFrom(com.google.protobuf.ByteString data) static V1.ContainerStatusV1.ContainerStatus.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.ContainerStatusV1.ContainerStatus.parseFrom(com.google.protobuf.CodedInputStream input) static V1.ContainerStatusV1.ContainerStatus.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.ContainerStatusV1.ContainerStatus.parseFrom(InputStream input) static V1.ContainerStatusV1.ContainerStatus.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1.ContainerStatusV1.ContainerStatus.parseFrom(ByteBuffer data) static V1.ContainerStatusV1.ContainerStatus.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.kubernetes.client.proto that return types with arguments of type V1.ContainerStatusModifier and TypeMethodDescriptionV1.PodStatus.Builder.getContainerStatusesList()The list has one entry per container in the manifest.V1.PodStatus.getContainerStatusesList()The list has one entry per container in the manifest.V1.PodStatusOrBuilder.getContainerStatusesList()The list has one entry per container in the manifest.V1.PodStatus.Builder.getEphemeralContainerStatusesList()Status for any ephemeral containers that have run in this pod.V1.PodStatus.getEphemeralContainerStatusesList()Status for any ephemeral containers that have run in this pod.V1.PodStatusOrBuilder.getEphemeralContainerStatusesList()Status for any ephemeral containers that have run in this pod.V1.PodStatus.Builder.getInitContainerStatusesList()The list has one entry per init container in the manifest.V1.PodStatus.getInitContainerStatusesList()The list has one entry per init container in the manifest.V1.PodStatusOrBuilder.getInitContainerStatusesList()The list has one entry per init container in the manifest.com.google.protobuf.Parser<V1.ContainerStatus>V1.ContainerStatus.getParserForType()static com.google.protobuf.Parser<V1.ContainerStatus>V1.ContainerStatus.parser()Methods in io.kubernetes.client.proto with parameters of type V1.ContainerStatusModifier and TypeMethodDescriptionV1.PodStatus.Builder.addContainerStatuses(int index, V1.ContainerStatus value) The list has one entry per container in the manifest.V1.PodStatus.Builder.addContainerStatuses(V1.ContainerStatus value) The list has one entry per container in the manifest.V1.PodStatus.Builder.addEphemeralContainerStatuses(int index, V1.ContainerStatus value) Status for any ephemeral containers that have run in this pod.V1.PodStatus.Builder.addEphemeralContainerStatuses(V1.ContainerStatus value) Status for any ephemeral containers that have run in this pod.V1.PodStatus.Builder.addInitContainerStatuses(int index, V1.ContainerStatus value) The list has one entry per init container in the manifest.V1.PodStatus.Builder.addInitContainerStatuses(V1.ContainerStatus value) The list has one entry per init container in the manifest.V1.ContainerStatus.Builder.mergeFrom(V1.ContainerStatus other) static V1.ContainerStatus.BuilderV1.ContainerStatus.newBuilder(V1.ContainerStatus prototype) V1.PodStatus.Builder.setContainerStatuses(int index, V1.ContainerStatus value) The list has one entry per container in the manifest.V1.PodStatus.Builder.setEphemeralContainerStatuses(int index, V1.ContainerStatus value) Status for any ephemeral containers that have run in this pod.V1.PodStatus.Builder.setInitContainerStatuses(int index, V1.ContainerStatus value) The list has one entry per init container in the manifest.Method parameters in io.kubernetes.client.proto with type arguments of type V1.ContainerStatusModifier and TypeMethodDescriptionV1.PodStatus.Builder.addAllContainerStatuses(Iterable<? extends V1.ContainerStatus> values) The list has one entry per container in the manifest.V1.PodStatus.Builder.addAllEphemeralContainerStatuses(Iterable<? extends V1.ContainerStatus> values) Status for any ephemeral containers that have run in this pod.V1.PodStatus.Builder.addAllInitContainerStatuses(Iterable<? extends V1.ContainerStatus> values) The list has one entry per init container in the manifest.