Package org.cdk8s.plus25.k8s
Class KubeStatusProps.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus25.k8s.KubeStatusProps.Jsii$Proxy
-
- All Implemented Interfaces:
KubeStatusProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- KubeStatusProps
@Stability(Stable) @Internal public static final class KubeStatusProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements KubeStatusProps
An implementation forKubeStatusProps
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface org.cdk8s.plus25.k8s.KubeStatusProps
KubeStatusProps.Builder, KubeStatusProps.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(KubeStatusProps.Builder builder)Constructor that initializes the object based on literal property values passed by theKubeStatusProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)NumbergetCode()Suggested HTTP return code for this status, 0 if not set.StatusDetailsgetDetails()Extended data associated with the reason.StringgetMessage()A human-readable description of the status of this operation.ListMetagetMetadata()Standard list metadata.StringgetReason()A machine-readable description of why this operation is in the "Failure" status.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(KubeStatusProps.Builder builder)
Constructor that initializes the object based on literal property values passed by theKubeStatusProps.Builder.
-
-
Method Detail
-
getCode
public final Number getCode()
Description copied from interface:KubeStatusPropsSuggested HTTP return code for this status, 0 if not set.- Specified by:
getCodein interfaceKubeStatusProps
-
getDetails
public final StatusDetails getDetails()
Description copied from interface:KubeStatusPropsExtended data associated with the reason.Each reason may define its own extended details. This field is optional and the data returned is not guaranteed to conform to any schema except that defined by the reason type.
- Specified by:
getDetailsin interfaceKubeStatusProps
-
getMessage
public final String getMessage()
Description copied from interface:KubeStatusPropsA human-readable description of the status of this operation.- Specified by:
getMessagein interfaceKubeStatusProps
-
getMetadata
public final ListMeta getMetadata()
Description copied from interface:KubeStatusPropsStandard list metadata.More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
- Specified by:
getMetadatain interfaceKubeStatusProps
-
getReason
public final String getReason()
Description copied from interface:KubeStatusPropsA machine-readable description of why this operation is in the "Failure" status.If this value is empty there is no information available. A Reason clarifies an HTTP status code but does not override it.
- Specified by:
getReasonin interfaceKubeStatusProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-