Package org.cdk8s.plus25.k8s
Class KubeCsiDriverProps.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus25.k8s.KubeCsiDriverProps.Jsii$Proxy
-
- All Implemented Interfaces:
KubeCsiDriverProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- KubeCsiDriverProps
@Stability(Stable) @Internal public static final class KubeCsiDriverProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements KubeCsiDriverProps
An implementation forKubeCsiDriverProps
-
-
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.KubeCsiDriverProps
KubeCsiDriverProps.Builder, KubeCsiDriverProps.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(KubeCsiDriverProps.Builder builder)Constructor that initializes the object based on literal property values passed by theKubeCsiDriverProps.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()Standard object metadata.CsiDriverSpecgetSpec()Specification of the CSI Driver.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(KubeCsiDriverProps.Builder builder)
Constructor that initializes the object based on literal property values passed by theKubeCsiDriverProps.Builder.
-
-
Method Detail
-
getSpec
public final CsiDriverSpec getSpec()
Description copied from interface:KubeCsiDriverPropsSpecification of the CSI Driver.- Specified by:
getSpecin interfaceKubeCsiDriverProps
-
getMetadata
public final ObjectMeta getMetadata()
Description copied from interface:KubeCsiDriverPropsStandard object metadata.metadata.Name indicates the name of the CSI driver that this object refers to; it MUST be the same name returned by the CSI GetPluginName() call for that driver. The driver name must be 63 characters or less, beginning and ending with an alphanumeric character ([a-z0-9A-Z]) with dashes (-), dots (.), and alphanumerics between. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
- Specified by:
getMetadatain interfaceKubeCsiDriverProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-