Package org.cdk8s.plus24.k8s
Interface KubeLimitRangeListProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeLimitRangeListProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.80.0 (build bce6a1d)", date="2023-05-05T16:22:34.046Z") @Stability(Stable) public interface KubeLimitRangeListProps extends software.amazon.jsii.JsiiSerializable
LimitRangeList is a list of LimitRange items.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
KubeLimitRangeListProps.Builder
A builder forKubeLimitRangeListProps
static class
KubeLimitRangeListProps.Jsii$Proxy
An implementation forKubeLimitRangeListProps
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static KubeLimitRangeListProps.Builder
builder()
List<KubeLimitRangeProps>
getItems()
Items is a list of LimitRange objects.default ListMeta
getMetadata()
Standard list metadata.
-
-
-
Method Detail
-
getItems
@Stability(Stable) @NotNull List<KubeLimitRangeProps> getItems()
Items is a list of LimitRange objects.More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
-
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 KubeLimitRangeListProps.Builder builder()
- Returns:
- a
KubeLimitRangeListProps.Builder
ofKubeLimitRangeListProps
-
-