Package io.kubernetes.client.proto
Interface V1Batch.UncountedTerminatedPodsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1Batch.UncountedTerminatedPods,V1Batch.UncountedTerminatedPods.Builder
- Enclosing class:
- V1Batch
public static interface V1Batch.UncountedTerminatedPodsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetFailed(int index) Failed holds UIDs of failed Pods.com.google.protobuf.ByteStringgetFailedBytes(int index) Failed holds UIDs of failed Pods.intFailed holds UIDs of failed Pods.Failed holds UIDs of failed Pods.getSucceeded(int index) Succeeded holds UIDs of succeeded Pods.com.google.protobuf.ByteStringgetSucceededBytes(int index) Succeeded holds UIDs of succeeded Pods.intSucceeded holds UIDs of succeeded Pods.Succeeded holds UIDs of succeeded Pods.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getSucceededList
Succeeded holds UIDs of succeeded Pods. +listType=set +optional
repeated string succeeded = 1; -
getSucceededCount
int getSucceededCount()Succeeded holds UIDs of succeeded Pods. +listType=set +optional
repeated string succeeded = 1; -
getSucceeded
Succeeded holds UIDs of succeeded Pods. +listType=set +optional
repeated string succeeded = 1; -
getSucceededBytes
com.google.protobuf.ByteString getSucceededBytes(int index) Succeeded holds UIDs of succeeded Pods. +listType=set +optional
repeated string succeeded = 1; -
getFailedList
Failed holds UIDs of failed Pods. +listType=set +optional
repeated string failed = 2; -
getFailedCount
int getFailedCount()Failed holds UIDs of failed Pods. +listType=set +optional
repeated string failed = 2; -
getFailed
Failed holds UIDs of failed Pods. +listType=set +optional
repeated string failed = 2; -
getFailedBytes
com.google.protobuf.ByteString getFailedBytes(int index) Failed holds UIDs of failed Pods. +listType=set +optional
repeated string failed = 2;
-