Package org.cdk8s.plus20
Interface IResource
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IConfigMap,IConfigMap.Jsii$Default,IResource.Jsii$Default,ISecret,ISecret.Jsii$Default,IServiceAccount,IServiceAccount.Jsii$Default
- All Known Implementing Classes:
ConfigMap,Deployment,IConfigMap.Jsii$Proxy,IngressV1Beta1,IResource.Jsii$Proxy,ISecret.Jsii$Proxy,IServiceAccount.Jsii$Proxy,Job,Pod,Resource,Secret,Service,ServiceAccount,StatefulSet
@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-03T09:09:28.038Z") @Stability(Stable) public interface IResource extends software.amazon.jsii.JsiiSerializable
Represents a resource.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceIResource.Jsii$DefaultInternal default implementation forIResource.static classIResource.Jsii$ProxyA proxy class which represents a concrete javascript instance of this type.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()The Kubernetes name of this resource.
-
-
-
Method Detail
-
getName
@Stability(Stable) @NotNull String getName()
The Kubernetes name of this resource.
-
-