Package org.cdk8s.plus25.k8s
Interface KubeJobListProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeJobListProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.88.0 (build eaabd08)", date="2023-09-11T06:17:58.650Z") @Stability(Stable) public interface KubeJobListProps extends software.amazon.jsii.JsiiSerializable
JobList is a collection of jobs.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classKubeJobListProps.BuilderA builder forKubeJobListPropsstatic classKubeJobListProps.Jsii$ProxyAn implementation forKubeJobListProps
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static KubeJobListProps.Builderbuilder()List<KubeJobProps>getItems()items is the list of Jobs.default ListMetagetMetadata()Standard list metadata.
-
-
-
Method Detail
-
getItems
@Stability(Stable) @NotNull List<KubeJobProps> getItems()
items is the list of Jobs.
-
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 KubeJobListProps.Builder builder()
- Returns:
- a
KubeJobListProps.BuilderofKubeJobListProps
-
-