Package org.cdk8s.plus25.k8s
Class KubeCsiDriverListProps.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus25.k8s.KubeCsiDriverListProps.Jsii$Proxy
-
- All Implemented Interfaces:
KubeCsiDriverListProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- KubeCsiDriverListProps
@Stability(Stable) @Internal public static final class KubeCsiDriverListProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements KubeCsiDriverListProps
An implementation forKubeCsiDriverListProps
-
-
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.KubeCsiDriverListProps
KubeCsiDriverListProps.Builder, KubeCsiDriverListProps.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(KubeCsiDriverListProps.Builder builder)Constructor that initializes the object based on literal property values passed by theKubeCsiDriverListProps.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)List<KubeCsiDriverProps>getItems()items is the list of CSIDriver.ListMetagetMetadata()Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata.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(KubeCsiDriverListProps.Builder builder)
Constructor that initializes the object based on literal property values passed by theKubeCsiDriverListProps.Builder.
-
-
Method Detail
-
getItems
public final List<KubeCsiDriverProps> getItems()
Description copied from interface:KubeCsiDriverListPropsitems is the list of CSIDriver.- Specified by:
getItemsin interfaceKubeCsiDriverListProps
-
getMetadata
public final ListMeta getMetadata()
Description copied from interface:KubeCsiDriverListPropsStandard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata.- Specified by:
getMetadatain interfaceKubeCsiDriverListProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-