Package org.cdk8s.plus24.k8s
Interface KubePodListProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubePodListProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.69.0 (build f656c31)", date="2022-10-05T02:57:36.595Z") @Stability(Stable) public interface KubePodListProps extends software.amazon.jsii.JsiiSerializable
PodList is a list of Pods.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
KubePodListProps.Builder
A builder forKubePodListProps
static class
KubePodListProps.Jsii$Proxy
An implementation forKubePodListProps
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static KubePodListProps.Builder
builder()
List<KubePodProps>
getItems()
List of pods.default ListMeta
getMetadata()
Standard list metadata.
-
-
-
Method Detail
-
getItems
@Stability(Stable) @NotNull List<KubePodProps> getItems()
List of pods.More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md
-
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 KubePodListProps.Builder builder()
- Returns:
- a
KubePodListProps.Builder
ofKubePodListProps
-
-