Package org.cdk8s.plus28.k8s
Interface KubeVolumeAttachmentListProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeVolumeAttachmentListProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-03T12:13:25.814Z") @Stability(Stable) public interface KubeVolumeAttachmentListProps extends software.amazon.jsii.JsiiSerializable
VolumeAttachmentList is a collection of VolumeAttachment objects.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classKubeVolumeAttachmentListProps.BuilderA builder forKubeVolumeAttachmentListPropsstatic classKubeVolumeAttachmentListProps.Jsii$ProxyAn implementation forKubeVolumeAttachmentListProps
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static KubeVolumeAttachmentListProps.Builderbuilder()List<KubeVolumeAttachmentProps>getItems()items is the list of VolumeAttachments.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<KubeVolumeAttachmentProps> getItems()
items is the list of VolumeAttachments.
-
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 KubeVolumeAttachmentListProps.Builder builder()
-
-