Package org.cdk8s.plus23.k8s
Interface KubeDaemonSetListProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeDaemonSetListProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.69.0 (build f656c31)", date="2022-10-15T03:08:35.398Z") @Stability(Stable) public interface KubeDaemonSetListProps extends software.amazon.jsii.JsiiSerializable
DaemonSetList is a collection of daemon sets.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
KubeDaemonSetListProps.Builder
A builder forKubeDaemonSetListProps
static class
KubeDaemonSetListProps.Jsii$Proxy
An implementation forKubeDaemonSetListProps
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static KubeDaemonSetListProps.Builder
builder()
List<KubeDaemonSetProps>
getItems()
A list of daemon sets.default ListMeta
getMetadata()
Standard list metadata.
-
-
-
Method Detail
-
getItems
@Stability(Stable) @NotNull List<KubeDaemonSetProps> getItems()
A list of daemon sets.
-
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 KubeDaemonSetListProps.Builder builder()
- Returns:
- a
KubeDaemonSetListProps.Builder
ofKubeDaemonSetListProps
-
-