Package org.cdk8s.plus24.k8s
Interface KubeResourceQuotaListProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeResourceQuotaListProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.69.0 (build f656c31)", date="2022-10-05T02:57:36.610Z") @Stability(Stable) public interface KubeResourceQuotaListProps extends software.amazon.jsii.JsiiSerializable
ResourceQuotaList is a list of ResourceQuota items.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
KubeResourceQuotaListProps.Builder
A builder forKubeResourceQuotaListProps
static class
KubeResourceQuotaListProps.Jsii$Proxy
An implementation forKubeResourceQuotaListProps
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static KubeResourceQuotaListProps.Builder
builder()
List<KubeResourceQuotaProps>
getItems()
Items is a list of ResourceQuota objects.default ListMeta
getMetadata()
Standard list metadata.
-
-
-
Method Detail
-
getItems
@Stability(Stable) @NotNull List<KubeResourceQuotaProps> getItems()
Items is a list of ResourceQuota objects.More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/
-
getMetadata
@Stability(Stable) @Nullable default ListMeta getMetadata()
Standard list metadata.More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
-
builder
@Stability(Stable) static KubeResourceQuotaListProps.Builder builder()
- Returns:
- a
KubeResourceQuotaListProps.Builder
ofKubeResourceQuotaListProps
-
-