Package org.cdk8s.plus24.k8s
Interface KubeJobListProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeJobListProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.69.0 (build f656c31)", date="2022-10-05T02:57:36.565Z") @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 class
KubeJobListProps.Builder
A builder forKubeJobListProps
static class
KubeJobListProps.Jsii$Proxy
An implementation forKubeJobListProps
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static KubeJobListProps.Builder
builder()
List<KubeJobProps>
getItems()
items is the list of Jobs.default ListMeta
getMetadata()
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.Builder
ofKubeJobListProps
-
-