Package org.cdk8s.plus25.k8s
Class CustomResourceSubresources.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus25.k8s.CustomResourceSubresources.Jsii$Proxy
-
- All Implemented Interfaces:
CustomResourceSubresources,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CustomResourceSubresources
@Stability(Stable) @Internal public static final class CustomResourceSubresources.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CustomResourceSubresources
An implementation forCustomResourceSubresources
-
-
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.CustomResourceSubresources
CustomResourceSubresources.Builder, CustomResourceSubresources.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(CustomResourceSubresources.Builder builder)Constructor that initializes the object based on literal property values passed by theCustomResourceSubresources.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)CustomResourceSubresourceScalegetScale()scale indicates the custom resource should serve a/scalesubresource that returns anautoscaling/v1Scale object.ObjectgetStatus()status indicates the custom resource should serve a/statussubresource.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(CustomResourceSubresources.Builder builder)
Constructor that initializes the object based on literal property values passed by theCustomResourceSubresources.Builder.
-
-
Method Detail
-
getScale
public final CustomResourceSubresourceScale getScale()
Description copied from interface:CustomResourceSubresourcesscale indicates the custom resource should serve a/scalesubresource that returns anautoscaling/v1Scale object.- Specified by:
getScalein interfaceCustomResourceSubresources
-
getStatus
public final Object getStatus()
Description copied from interface:CustomResourceSubresourcesstatus indicates the custom resource should serve a/statussubresource.When enabled: 1. requests to the custom resource primary endpoint ignore changes to the
statusstanza of the object. 2. requests to the custom resource/statussubresource ignore changes to anything other than thestatusstanza of the object.- Specified by:
getStatusin interfaceCustomResourceSubresources
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-