public static interface Meta.StatusDetailsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Meta.StatusCause |
getCauses(int index)
The Causes array includes more details associated with the StatusReason
failure.
|
int |
getCausesCount()
The Causes array includes more details associated with the StatusReason
failure.
|
List<Meta.StatusCause> |
getCausesList()
The Causes array includes more details associated with the StatusReason
failure.
|
Meta.StatusCauseOrBuilder |
getCausesOrBuilder(int index)
The Causes array includes more details associated with the StatusReason
failure.
|
List<? extends Meta.StatusCauseOrBuilder> |
getCausesOrBuilderList()
The Causes array includes more details associated with the StatusReason
failure.
|
String |
getGroup()
The group attribute of the resource associated with the status StatusReason.
|
com.google.protobuf.ByteString |
getGroupBytes()
The group attribute of the resource associated with the status StatusReason.
|
String |
getKind()
The kind attribute of the resource associated with the status StatusReason.
|
com.google.protobuf.ByteString |
getKindBytes()
The kind attribute of the resource associated with the status StatusReason.
|
String |
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 |
getNameBytes()
The name attribute of the resource associated with the status StatusReason
(when there is a single name which can be described).
|
int |
getRetryAfterSeconds()
If specified, the time in seconds before the operation should be retried.
|
String |
getUid()
UID of the resource.
|
com.google.protobuf.ByteString |
getUidBytes()
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 |
hasRetryAfterSeconds()
If specified, the time in seconds before the operation should be retried.
|
boolean |
hasUid()
UID of the resource.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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;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;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;boolean hasGroup()
The group attribute of the resource associated with the status StatusReason. +optional
optional string group = 2;String getGroup()
The group attribute of the resource associated with the status StatusReason. +optional
optional string group = 2;com.google.protobuf.ByteString getGroupBytes()
The group attribute of the resource associated with the status StatusReason. +optional
optional string group = 2;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/api-conventions.md#types-kinds +optional
optional string kind = 3;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/api-conventions.md#types-kinds +optional
optional string kind = 3;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/api-conventions.md#types-kinds +optional
optional string kind = 3;boolean hasUid()
UID of the resource. (when there is a single resource which can be described). More info: http://kubernetes.io/docs/user-guide/identifiers#uids +optional
optional string uid = 6;String getUid()
UID of the resource. (when there is a single resource which can be described). More info: http://kubernetes.io/docs/user-guide/identifiers#uids +optional
optional string uid = 6;com.google.protobuf.ByteString getUidBytes()
UID of the resource. (when there is a single resource which can be described). More info: http://kubernetes.io/docs/user-guide/identifiers#uids +optional
optional string uid = 6;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;Meta.StatusCause getCauses(int index)
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;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;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;Meta.StatusCauseOrBuilder getCausesOrBuilder(int index)
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;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;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;Copyright © 2021. All rights reserved.