public static interface V1Batch.UncountedTerminatedPodsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFailed(int index)
Failed holds UIDs of failed Pods.
|
com.google.protobuf.ByteString |
getFailedBytes(int index)
Failed holds UIDs of failed Pods.
|
int |
getFailedCount()
Failed holds UIDs of failed Pods.
|
List<String> |
getFailedList()
Failed holds UIDs of failed Pods.
|
String |
getSucceeded(int index)
Succeeded holds UIDs of succeeded Pods.
|
com.google.protobuf.ByteString |
getSucceededBytes(int index)
Succeeded holds UIDs of succeeded Pods.
|
int |
getSucceededCount()
Succeeded holds UIDs of succeeded Pods.
|
List<String> |
getSucceededList()
Succeeded holds UIDs of succeeded Pods.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getSucceededList()
Succeeded holds UIDs of succeeded Pods. +listType=set +optional
repeated string succeeded = 1;int getSucceededCount()
Succeeded holds UIDs of succeeded Pods. +listType=set +optional
repeated string succeeded = 1;String getSucceeded(int index)
Succeeded holds UIDs of succeeded Pods. +listType=set +optional
repeated string succeeded = 1;com.google.protobuf.ByteString getSucceededBytes(int index)
Succeeded holds UIDs of succeeded Pods. +listType=set +optional
repeated string succeeded = 1;List<String> getFailedList()
Failed holds UIDs of failed Pods. +listType=set +optional
repeated string failed = 2;int getFailedCount()
Failed holds UIDs of failed Pods. +listType=set +optional
repeated string failed = 2;String getFailed(int index)
Failed holds UIDs of failed Pods. +listType=set +optional
repeated string failed = 2;com.google.protobuf.ByteString getFailedBytes(int index)
Failed holds UIDs of failed Pods. +listType=set +optional
repeated string failed = 2;Copyright © 2023. All rights reserved.