Package org.cdk8s.plus20
Interface IPersistentVolume.Jsii$Default
-
- All Superinterfaces:
IPersistentVolume,IResource,IResource.Jsii$Default,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IPersistentVolume.Jsii$Proxy
- Enclosing interface:
- IPersistentVolume
@Internal public static interface IPersistentVolume.Jsii$Default extends IPersistentVolume, IResource.Jsii$Default
Internal default implementation forIPersistentVolume.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.cdk8s.plus20.IPersistentVolume
IPersistentVolume.Jsii$Default, IPersistentVolume.Jsii$Proxy
-
Nested classes/interfaces inherited from interface org.cdk8s.plus20.IResource
IResource.Jsii$Default, IResource.Jsii$Proxy
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default StringgetApiGroup()The group portion of the API version (e.g.default StringgetApiVersion()The object's API version (e.g.default StringgetKind()The object kind (e.g.default StringgetName()The Kubernetes name of this resource.
-
-
-
Method Detail
-
getApiGroup
@Stability(Stable) @NotNull default String getApiGroup()
The group portion of the API version (e.g. "authorization.k8s.io").- Specified by:
getApiGroupin interfaceIResource- Specified by:
getApiGroupin interfaceIResource.Jsii$Default
-
getApiVersion
@Stability(Stable) @NotNull default String getApiVersion()
The object's API version (e.g. "authorization.k8s.io/v1").- Specified by:
getApiVersionin interfaceIResource- Specified by:
getApiVersionin interfaceIResource.Jsii$Default
-
getKind
@Stability(Stable) @NotNull default String getKind()
The object kind (e.g. "Deployment").- Specified by:
getKindin interfaceIResource- Specified by:
getKindin interfaceIResource.Jsii$Default
-
getName
@Stability(Stable) @NotNull default String getName()
The Kubernetes name of this resource.- Specified by:
getNamein interfaceIResource- Specified by:
getNamein interfaceIResource.Jsii$Default
-
-