Package org.cdk8s.plus25.k8s
Interface KubeCsiDriverListProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeCsiDriverListProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.88.0 (build eaabd08)", date="2023-09-11T06:17:58.602Z") @Stability(Stable) public interface KubeCsiDriverListProps extends software.amazon.jsii.JsiiSerializable
CSIDriverList is a collection of CSIDriver objects.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classKubeCsiDriverListProps.BuilderA builder forKubeCsiDriverListPropsstatic classKubeCsiDriverListProps.Jsii$ProxyAn implementation forKubeCsiDriverListProps
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static KubeCsiDriverListProps.Builderbuilder()List<KubeCsiDriverProps>getItems()items is the list of CSIDriver.default ListMetagetMetadata()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<KubeCsiDriverProps> getItems()
items is the list of CSIDriver.
-
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 KubeCsiDriverListProps.Builder builder()
- Returns:
- a
KubeCsiDriverListProps.BuilderofKubeCsiDriverListProps
-
-