Package org.cdk8s.plus23.k8s
Interface KubeCsiDriverListProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeCsiDriverListProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.69.0 (build f656c31)", date="2022-10-15T03:08:35.387Z") @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 class
KubeCsiDriverListProps.Builder
A builder forKubeCsiDriverListProps
static class
KubeCsiDriverListProps.Jsii$Proxy
An implementation forKubeCsiDriverListProps
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static KubeCsiDriverListProps.Builder
builder()
List<KubeCsiDriverProps>
getItems()
items is the list of CSIDriver.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<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.Builder
ofKubeCsiDriverListProps
-
-