Package org.cdk8s.plus23.k8s
Interface KubeCronJobListV1Beta1Props
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeCronJobListV1Beta1Props.Jsii$Proxy
@Generated(value="jsii-pacmak/1.69.0 (build f656c31)", date="2022-10-15T03:08:35.384Z") @Stability(Stable) public interface KubeCronJobListV1Beta1Props extends software.amazon.jsii.JsiiSerializable
CronJobList is a collection of cron jobs.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
KubeCronJobListV1Beta1Props.Builder
A builder forKubeCronJobListV1Beta1Props
static class
KubeCronJobListV1Beta1Props.Jsii$Proxy
An implementation forKubeCronJobListV1Beta1Props
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static KubeCronJobListV1Beta1Props.Builder
builder()
List<KubeCronJobV1Beta1Props>
getItems()
items is the list of CronJobs.default ListMeta
getMetadata()
Standard list metadata.
-
-
-
Method Detail
-
getItems
@Stability(Stable) @NotNull List<KubeCronJobV1Beta1Props> 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 KubeCronJobListV1Beta1Props.Builder builder()
-
-