Package org.cdk8s.plus24.k8s
Interface KubePodTemplateListProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubePodTemplateListProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-13T15:58:20.043Z") @Stability(Stable) public interface KubePodTemplateListProps extends software.amazon.jsii.JsiiSerializable
PodTemplateList is a list of PodTemplates.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
KubePodTemplateListProps.Builder
A builder forKubePodTemplateListProps
static class
KubePodTemplateListProps.Jsii$Proxy
An implementation forKubePodTemplateListProps
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static KubePodTemplateListProps.Builder
builder()
List<KubePodTemplateProps>
getItems()
List of pod templates.default ListMeta
getMetadata()
Standard list metadata.
-
-
-
Method Detail
-
getItems
@Stability(Stable) @NotNull List<KubePodTemplateProps> getItems()
List of pod templates.
-
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 KubePodTemplateListProps.Builder builder()
- Returns:
- a
KubePodTemplateListProps.Builder
ofKubePodTemplateListProps
-
-