Package org.cdk8s.plus24.k8s
Interface KubeCustomResourceDefinitionListProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeCustomResourceDefinitionListProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.80.0 (build bce6a1d)", date="2023-05-06T02:23:10.858Z") @Stability(Stable) public interface KubeCustomResourceDefinitionListProps extends software.amazon.jsii.JsiiSerializable
CustomResourceDefinitionList is a list of CustomResourceDefinition objects.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
KubeCustomResourceDefinitionListProps.Builder
A builder forKubeCustomResourceDefinitionListProps
static class
KubeCustomResourceDefinitionListProps.Jsii$Proxy
An implementation forKubeCustomResourceDefinitionListProps
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static KubeCustomResourceDefinitionListProps.Builder
builder()
List<KubeCustomResourceDefinitionProps>
getItems()
items list individual CustomResourceDefinition objects.default ListMeta
getMetadata()
Standard object's metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata.
-
-
-
Method Detail
-
getItems
@Stability(Stable) @NotNull List<KubeCustomResourceDefinitionProps> getItems()
items list individual CustomResourceDefinition objects.
-
getMetadata
@Stability(Stable) @Nullable default ListMeta getMetadata()
Standard object's metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata.
-
builder
@Stability(Stable) static KubeCustomResourceDefinitionListProps.Builder builder()
-
-