Package org.cdk8s.plus25.k8s
Interface KubeResourceQuotaProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeResourceQuotaProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.88.0 (build eaabd08)", date="2023-09-11T06:17:58.694Z") @Stability(Stable) public interface KubeResourceQuotaProps extends software.amazon.jsii.JsiiSerializable
ResourceQuota sets aggregate quota restrictions enforced per namespace.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classKubeResourceQuotaProps.BuilderA builder forKubeResourceQuotaPropsstatic classKubeResourceQuotaProps.Jsii$ProxyAn implementation forKubeResourceQuotaProps
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static KubeResourceQuotaProps.Builderbuilder()default ObjectMetagetMetadata()Standard object's metadata.default ResourceQuotaSpecgetSpec()Spec defines the desired quota.
-
-
-
Method Detail
-
getMetadata
@Stability(Stable) @Nullable default ObjectMeta getMetadata()
Standard object's metadata.More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
-
getSpec
@Stability(Stable) @Nullable default ResourceQuotaSpec getSpec()
Spec defines the desired quota.https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
-
builder
@Stability(Stable) static KubeResourceQuotaProps.Builder builder()
- Returns:
- a
KubeResourceQuotaProps.BuilderofKubeResourceQuotaProps
-
-