Package io.kubernetes.client.proto
Interface Meta.StatusDetailsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Meta.StatusDetails
,Meta.StatusDetails.Builder
- Enclosing class:
- Meta
public static interface Meta.StatusDetailsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetCauses
(int index) The Causes array includes more details associated with the StatusReason failure.int
The Causes array includes more details associated with the StatusReason failure.The Causes array includes more details associated with the StatusReason failure.getCausesOrBuilder
(int index) The Causes array includes more details associated with the StatusReason failure.List<? extends Meta.StatusCauseOrBuilder>
The Causes array includes more details associated with the StatusReason failure.getGroup()
The group attribute of the resource associated with the status StatusReason.com.google.protobuf.ByteString
The group attribute of the resource associated with the status StatusReason.getKind()
The kind attribute of the resource associated with the status StatusReason.com.google.protobuf.ByteString
The kind attribute of the resource associated with the status StatusReason.getName()
The name attribute of the resource associated with the status StatusReason (when there is a single name which can be described).com.google.protobuf.ByteString
The name attribute of the resource associated with the status StatusReason (when there is a single name which can be described).int
If specified, the time in seconds before the operation should be retried.getUid()
UID of the resource.com.google.protobuf.ByteString
UID of the resource.boolean
hasGroup()
The group attribute of the resource associated with the status StatusReason.boolean
hasKind()
The kind attribute of the resource associated with the status StatusReason.boolean
hasName()
The name attribute of the resource associated with the status StatusReason (when there is a single name which can be described).boolean
If specified, the time in seconds before the operation should be retried.boolean
hasUid()
UID of the resource.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasName
boolean hasName()The name attribute of the resource associated with the status StatusReason (when there is a single name which can be described). +optional
optional string name = 1;
-
getName
String getName()The name attribute of the resource associated with the status StatusReason (when there is a single name which can be described). +optional
optional string name = 1;
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()The name attribute of the resource associated with the status StatusReason (when there is a single name which can be described). +optional
optional string name = 1;
-
hasGroup
boolean hasGroup()The group attribute of the resource associated with the status StatusReason. +optional
optional string group = 2;
-
getGroup
String getGroup()The group attribute of the resource associated with the status StatusReason. +optional
optional string group = 2;
-
getGroupBytes
com.google.protobuf.ByteString getGroupBytes()The group attribute of the resource associated with the status StatusReason. +optional
optional string group = 2;
-
hasKind
boolean hasKind()The kind attribute of the resource associated with the status StatusReason. On some operations may differ from the requested resource Kind. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +optional
optional string kind = 3;
-
getKind
String getKind()The kind attribute of the resource associated with the status StatusReason. On some operations may differ from the requested resource Kind. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +optional
optional string kind = 3;
-
getKindBytes
com.google.protobuf.ByteString getKindBytes()The kind attribute of the resource associated with the status StatusReason. On some operations may differ from the requested resource Kind. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +optional
optional string kind = 3;
-
hasUid
boolean hasUid()UID of the resource. (when there is a single resource which can be described). More info: https://kubernetes.io/docs/user-guide/identifiers#uids +optional
optional string uid = 6;
-
getUid
String getUid()UID of the resource. (when there is a single resource which can be described). More info: https://kubernetes.io/docs/user-guide/identifiers#uids +optional
optional string uid = 6;
-
getUidBytes
com.google.protobuf.ByteString getUidBytes()UID of the resource. (when there is a single resource which can be described). More info: https://kubernetes.io/docs/user-guide/identifiers#uids +optional
optional string uid = 6;
-
getCausesList
List<Meta.StatusCause> getCausesList()The Causes array includes more details associated with the StatusReason failure. Not all StatusReasons may provide detailed causes. +optional
repeated .k8s.io.apimachinery.pkg.apis.meta.v1.StatusCause causes = 4;
-
getCauses
The Causes array includes more details associated with the StatusReason failure. Not all StatusReasons may provide detailed causes. +optional
repeated .k8s.io.apimachinery.pkg.apis.meta.v1.StatusCause causes = 4;
-
getCausesCount
int getCausesCount()The Causes array includes more details associated with the StatusReason failure. Not all StatusReasons may provide detailed causes. +optional
repeated .k8s.io.apimachinery.pkg.apis.meta.v1.StatusCause causes = 4;
-
getCausesOrBuilderList
List<? extends Meta.StatusCauseOrBuilder> getCausesOrBuilderList()The Causes array includes more details associated with the StatusReason failure. Not all StatusReasons may provide detailed causes. +optional
repeated .k8s.io.apimachinery.pkg.apis.meta.v1.StatusCause causes = 4;
-
getCausesOrBuilder
The Causes array includes more details associated with the StatusReason failure. Not all StatusReasons may provide detailed causes. +optional
repeated .k8s.io.apimachinery.pkg.apis.meta.v1.StatusCause causes = 4;
-
hasRetryAfterSeconds
boolean hasRetryAfterSeconds()If specified, the time in seconds before the operation should be retried. Some errors may indicate the client must take an alternate action - for those errors this field may indicate how long to wait before taking the alternate action. +optional
optional int32 retryAfterSeconds = 5;
-
getRetryAfterSeconds
int getRetryAfterSeconds()If specified, the time in seconds before the operation should be retried. Some errors may indicate the client must take an alternate action - for those errors this field may indicate how long to wait before taking the alternate action. +optional
optional int32 retryAfterSeconds = 5;
-