Package org.cdk8s.plus24
Interface IPersistentVolumeClaim.Jsii$Default
-
- All Superinterfaces:
software.constructs.IConstruct
,software.constructs.IConstruct.Jsii$Default
,software.constructs.IDependable
,software.constructs.IDependable.Jsii$Default
,IPersistentVolumeClaim
,IResource
,IResource.Jsii$Default
,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IPersistentVolumeClaim.Jsii$Proxy
- Enclosing interface:
- IPersistentVolumeClaim
@Internal public static interface IPersistentVolumeClaim.Jsii$Default extends IPersistentVolumeClaim, IResource.Jsii$Default
Internal default implementation forIPersistentVolumeClaim
.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$Proxy
-
Nested classes/interfaces inherited from interface software.constructs.IDependable
software.constructs.IDependable.Jsii$Default, software.constructs.IDependable.Jsii$Proxy
-
Nested classes/interfaces inherited from interface org.cdk8s.plus24.IPersistentVolumeClaim
IPersistentVolumeClaim.Jsii$Default, IPersistentVolumeClaim.Jsii$Proxy
-
Nested classes/interfaces inherited from interface org.cdk8s.plus24.IResource
IResource.Jsii$Default, IResource.Jsii$Proxy
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default String
getApiGroup()
The group portion of the API version (e.g.default String
getApiVersion()
The object's API version (e.g.default String
getKind()
The object kind (e.g.default String
getName()
The Kubernetes name of this resource.default software.constructs.Node
getNode()
The tree node.
-
-
-
Method Detail
-
getNode
@Stability(Stable) @NotNull default software.constructs.Node getNode()
The tree node.- Specified by:
getNode
in interfacesoftware.constructs.IConstruct
- Specified by:
getNode
in interfacesoftware.constructs.IConstruct.Jsii$Default
- Specified by:
getNode
in interfaceIResource.Jsii$Default
-
getApiGroup
@Stability(Stable) @NotNull default String getApiGroup()
The group portion of the API version (e.g. "authorization.k8s.io").- Specified by:
getApiGroup
in interfaceIResource
- Specified by:
getApiGroup
in interfaceIResource.Jsii$Default
-
getApiVersion
@Stability(Stable) @NotNull default String getApiVersion()
The object's API version (e.g. "authorization.k8s.io/v1").- Specified by:
getApiVersion
in interfaceIResource
- Specified by:
getApiVersion
in interfaceIResource.Jsii$Default
-
getKind
@Stability(Stable) @NotNull default String getKind()
The object kind (e.g. "Deployment").- Specified by:
getKind
in interfaceIResource
- Specified by:
getKind
in interfaceIResource.Jsii$Default
-
getName
@Stability(Stable) @NotNull default String getName()
The Kubernetes name of this resource.- Specified by:
getName
in interfaceIResource
- Specified by:
getName
in interfaceIResource.Jsii$Default
-
-