Package org.cdk8s.plus22
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,Ingress,IResource.Jsii$Proxy,ISecret.Jsii$Proxy,IServiceAccount.Jsii$Proxy,Job,Pod,Resource,Secret,Service,ServiceAccount,StatefulSet
@Generated(value="jsii-pacmak/1.52.1 (build 5ccc8f6)", date="2022-02-08T00:13:45.261Z") @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.
-
-