Package org.cdk8s.plus24.k8s
Interface KubePriorityClassListProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubePriorityClassListProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-28T00:25:44.093Z") @Stability(Stable) public interface KubePriorityClassListProps extends software.amazon.jsii.JsiiSerializable
PriorityClassList is a collection of priority classes.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
KubePriorityClassListProps.Builder
A builder forKubePriorityClassListProps
static class
KubePriorityClassListProps.Jsii$Proxy
An implementation forKubePriorityClassListProps
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static KubePriorityClassListProps.Builder
builder()
List<KubePriorityClassProps>
getItems()
items is the list of PriorityClasses.default ListMeta
getMetadata()
Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata.
-
-
-
Method Detail
-
getItems
@Stability(Stable) @NotNull List<KubePriorityClassProps> getItems()
items is the list of PriorityClasses.
-
getMetadata
@Stability(Stable) @Nullable default ListMeta getMetadata()
Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata.
-
builder
@Stability(Stable) static KubePriorityClassListProps.Builder builder()
- Returns:
- a
KubePriorityClassListProps.Builder
ofKubePriorityClassListProps
-
-