Package org.cdk8s.plus25.k8s
Class KubeLeaseProps.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus25.k8s.KubeLeaseProps.Jsii$Proxy
-
- All Implemented Interfaces:
KubeLeaseProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- KubeLeaseProps
@Stability(Stable) @Internal public static final class KubeLeaseProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements KubeLeaseProps
An implementation forKubeLeaseProps
-
-
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.KubeLeaseProps
KubeLeaseProps.Builder, KubeLeaseProps.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(KubeLeaseProps.Builder builder)Constructor that initializes the object based on literal property values passed by theKubeLeaseProps.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)ObjectMetagetMetadata()More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata.LeaseSpecgetSpec()Specification of the Lease.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(KubeLeaseProps.Builder builder)
Constructor that initializes the object based on literal property values passed by theKubeLeaseProps.Builder.
-
-
Method Detail
-
getMetadata
public final ObjectMeta getMetadata()
Description copied from interface:KubeLeasePropsMore info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata.- Specified by:
getMetadatain interfaceKubeLeaseProps
-
getSpec
public final LeaseSpec getSpec()
Description copied from interface:KubeLeasePropsSpecification of the Lease.More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
- Specified by:
getSpecin interfaceKubeLeaseProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-