Package org.cdk8s.plus24.k8s
Interface KubeCronJobV1Beta1Props
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeCronJobV1Beta1Props.Jsii$Proxy
@Generated(value="jsii-pacmak/1.68.0 (build b45f2f6)", date="2022-09-25T03:33:25.548Z") @Stability(Stable) public interface KubeCronJobV1Beta1Props extends software.amazon.jsii.JsiiSerializable
CronJob represents the configuration of a single cron job.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
KubeCronJobV1Beta1Props.Builder
A builder forKubeCronJobV1Beta1Props
static class
KubeCronJobV1Beta1Props.Jsii$Proxy
An implementation forKubeCronJobV1Beta1Props
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static KubeCronJobV1Beta1Props.Builder
builder()
default ObjectMeta
getMetadata()
Standard object's metadata.default CronJobSpecV1Beta1
getSpec()
Specification of the desired behavior of a cron job, including the schedule.
-
-
-
Method Detail
-
getMetadata
@Stability(Stable) @Nullable default ObjectMeta getMetadata()
Standard object's metadata.More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
-
getSpec
@Stability(Stable) @Nullable default CronJobSpecV1Beta1 getSpec()
Specification of the desired behavior of a cron job, including the schedule.More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
-
builder
@Stability(Stable) static KubeCronJobV1Beta1Props.Builder builder()
- Returns:
- a
KubeCronJobV1Beta1Props.Builder
ofKubeCronJobV1Beta1Props
-
-