Package net.stickycode.kuuty.model.v18
Class IoK8sApimachineryPkgApisMetaV1StatusDetails
- java.lang.Object
-
- net.stickycode.kuuty.model.v18.IoK8sApimachineryPkgApisMetaV1StatusDetails
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]") public class IoK8sApimachineryPkgApisMetaV1StatusDetails extends Object
StatusDetails is a set of additional properties that MAY be set by the server to provide additional information about a response. The Reason field of a Status object defines what attributes will be set. Clients must ignore fields that do not match the defined type of each attribute, and should assume that any attribute may be empty, invalid, or under defined.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_CAUSESstatic StringJSON_PROPERTY_GROUPstatic StringJSON_PROPERTY_KINDstatic StringJSON_PROPERTY_NAMEstatic StringJSON_PROPERTY_RETRY_AFTER_SECONDSstatic StringJSON_PROPERTY_UID
-
Constructor Summary
Constructors Constructor Description IoK8sApimachineryPkgApisMetaV1StatusDetails()
-
Method Summary
-
-
-
Field Detail
-
JSON_PROPERTY_CAUSES
public static final String JSON_PROPERTY_CAUSES
- See Also:
- Constant Field Values
-
JSON_PROPERTY_GROUP
public static final String JSON_PROPERTY_GROUP
- See Also:
- Constant Field Values
-
JSON_PROPERTY_KIND
public static final String JSON_PROPERTY_KIND
- See Also:
- Constant Field Values
-
JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_NAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_RETRY_AFTER_SECONDS
public static final String JSON_PROPERTY_RETRY_AFTER_SECONDS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_UID
public static final String JSON_PROPERTY_UID
- See Also:
- Constant Field Values
-
-
Method Detail
-
causes
public IoK8sApimachineryPkgApisMetaV1StatusDetails causes(List<IoK8sApimachineryPkgApisMetaV1StatusCause> causes)
-
addCausesItem
public IoK8sApimachineryPkgApisMetaV1StatusDetails addCausesItem(IoK8sApimachineryPkgApisMetaV1StatusCause causesItem)
-
getCauses
@Nullable public List<IoK8sApimachineryPkgApisMetaV1StatusCause> getCauses()
The Causes array includes more details associated with the StatusReason failure. Not all StatusReasons may provide detailed causes.- Returns:
- causes
-
setCauses
public void setCauses(List<IoK8sApimachineryPkgApisMetaV1StatusCause> causes)
-
group
public IoK8sApimachineryPkgApisMetaV1StatusDetails group(String group)
-
getGroup
@Nullable public String getGroup()
The group attribute of the resource associated with the status StatusReason.- Returns:
- group
-
setGroup
public void setGroup(String group)
-
kind
public IoK8sApimachineryPkgApisMetaV1StatusDetails kind(String kind)
-
getKind
@Nullable public 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- Returns:
- kind
-
setKind
public void setKind(String kind)
-
name
public IoK8sApimachineryPkgApisMetaV1StatusDetails name(String name)
-
getName
@Nullable public String getName()
The name attribute of the resource associated with the status StatusReason (when there is a single name which can be described).- Returns:
- name
-
setName
public void setName(String name)
-
retryAfterSeconds
public IoK8sApimachineryPkgApisMetaV1StatusDetails retryAfterSeconds(Integer retryAfterSeconds)
-
getRetryAfterSeconds
@Nullable public Integer 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.- Returns:
- retryAfterSeconds
-
setRetryAfterSeconds
public void setRetryAfterSeconds(Integer retryAfterSeconds)
-
uid
public IoK8sApimachineryPkgApisMetaV1StatusDetails uid(String uid)
-
getUid
@Nullable public 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- Returns:
- uid
-
setUid
public void setUid(String uid)
-
-