Package org.cdk8s.plus24.k8s
Interface KubeRuntimeClassListV1Beta1Props
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeRuntimeClassListV1Beta1Props.Jsii$Proxy
@Generated(value="jsii-pacmak/1.71.0 (build f1f58ae)", date="2022-11-24T11:18:28.910Z") @Stability(Stable) public interface KubeRuntimeClassListV1Beta1Props extends software.amazon.jsii.JsiiSerializable
RuntimeClassList is a list of RuntimeClass objects.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
KubeRuntimeClassListV1Beta1Props.Builder
A builder forKubeRuntimeClassListV1Beta1Props
static class
KubeRuntimeClassListV1Beta1Props.Jsii$Proxy
An implementation forKubeRuntimeClassListV1Beta1Props
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static KubeRuntimeClassListV1Beta1Props.Builder
builder()
List<KubeRuntimeClassV1Beta1Props>
getItems()
Items is a list of schema objects.default ListMeta
getMetadata()
Standard list metadata.
-
-
-
Method Detail
-
getItems
@Stability(Stable) @NotNull List<KubeRuntimeClassV1Beta1Props> getItems()
Items is a list of schema objects.
-
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 KubeRuntimeClassListV1Beta1Props.Builder builder()
-
-