Package org.cdk8s.plus28.k8s
Class KubeClusterTrustBundleV1Alpha1Props.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus28.k8s.KubeClusterTrustBundleV1Alpha1Props.Jsii$Proxy
-
- All Implemented Interfaces:
KubeClusterTrustBundleV1Alpha1Props,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- KubeClusterTrustBundleV1Alpha1Props
@Stability(Stable) @Internal public static final class KubeClusterTrustBundleV1Alpha1Props.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements KubeClusterTrustBundleV1Alpha1Props
An implementation forKubeClusterTrustBundleV1Alpha1Props
-
-
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.plus28.k8s.KubeClusterTrustBundleV1Alpha1Props
KubeClusterTrustBundleV1Alpha1Props.Builder, KubeClusterTrustBundleV1Alpha1Props.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(KubeClusterTrustBundleV1Alpha1Props.Builder builder)Constructor that initializes the object based on literal property values passed by theKubeClusterTrustBundleV1Alpha1Props.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()metadata contains the object metadata.ClusterTrustBundleSpecV1Alpha1getSpec()spec contains the signer (if any) and trust anchors.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(KubeClusterTrustBundleV1Alpha1Props.Builder builder)
Constructor that initializes the object based on literal property values passed by theKubeClusterTrustBundleV1Alpha1Props.Builder.
-
-
Method Detail
-
getSpec
public final ClusterTrustBundleSpecV1Alpha1 getSpec()
Description copied from interface:KubeClusterTrustBundleV1Alpha1Propsspec contains the signer (if any) and trust anchors.- Specified by:
getSpecin interfaceKubeClusterTrustBundleV1Alpha1Props
-
getMetadata
public final ObjectMeta getMetadata()
Description copied from interface:KubeClusterTrustBundleV1Alpha1Propsmetadata contains the object metadata.- Specified by:
getMetadatain interfaceKubeClusterTrustBundleV1Alpha1Props
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-