Package org.cdk8s.plus24.k8s
Interface KubeCronJobListProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeCronJobListProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.71.0 (build f1f58ae)", date="2022-11-24T11:18:28.780Z") @Stability(Stable) public interface KubeCronJobListProps extends software.amazon.jsii.JsiiSerializable
CronJobList is a collection of cron jobs.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
KubeCronJobListProps.Builder
A builder forKubeCronJobListProps
static class
KubeCronJobListProps.Jsii$Proxy
An implementation forKubeCronJobListProps
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static KubeCronJobListProps.Builder
builder()
List<KubeCronJobProps>
getItems()
items is the list of CronJobs.default ListMeta
getMetadata()
Standard list metadata.
-
-
-
Method Detail
-
getItems
@Stability(Stable) @NotNull List<KubeCronJobProps> getItems()
items is the list of CronJobs.
-
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 KubeCronJobListProps.Builder builder()
- Returns:
- a
KubeCronJobListProps.Builder
ofKubeCronJobListProps
-
-