Package org.cdk8s.plus24.k8s
Interface KubeCsiNodeListProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeCsiNodeListProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.72.0 (build 4b8828b)", date="2022-12-15T15:42:36.608Z") @Stability(Stable) public interface KubeCsiNodeListProps extends software.amazon.jsii.JsiiSerializable
CSINodeList is a collection of CSINode objects.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
KubeCsiNodeListProps.Builder
A builder forKubeCsiNodeListProps
static class
KubeCsiNodeListProps.Jsii$Proxy
An implementation forKubeCsiNodeListProps
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static KubeCsiNodeListProps.Builder
builder()
List<KubeCsiNodeProps>
getItems()
items is the list of CSINode.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<KubeCsiNodeProps> getItems()
items is the list of CSINode.
-
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 KubeCsiNodeListProps.Builder builder()
- Returns:
- a
KubeCsiNodeListProps.Builder
ofKubeCsiNodeListProps
-
-