Package org.cdk8s.plus24.k8s
Interface KubeNodeListProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeNodeListProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.72.0 (build 4b8828b)", date="2022-12-10T02:31:41.723Z") @Stability(Stable) public interface KubeNodeListProps extends software.amazon.jsii.JsiiSerializable
NodeList is the whole list of all Nodes which have been registered with master.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
KubeNodeListProps.Builder
A builder forKubeNodeListProps
static class
KubeNodeListProps.Jsii$Proxy
An implementation forKubeNodeListProps
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static KubeNodeListProps.Builder
builder()
List<KubeNodeProps>
getItems()
List of nodes.default ListMeta
getMetadata()
Standard list metadata.
-
-
-
Method Detail
-
getItems
@Stability(Stable) @NotNull List<KubeNodeProps> getItems()
List of nodes.
-
getMetadata
@Stability(Stable) @Nullable default ListMeta getMetadata()
Standard list metadata.More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
-
builder
@Stability(Stable) static KubeNodeListProps.Builder builder()
- Returns:
- a
KubeNodeListProps.Builder
ofKubeNodeListProps
-
-