Package org.cdk8s.plus24.k8s
Interface KubeCronJobProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeCronJobProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.79.0 (build b22f628)", date="2023-03-31T02:28:41.844Z") @Stability(Stable) public interface KubeCronJobProps 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
KubeCronJobProps.Builder
A builder forKubeCronJobProps
static class
KubeCronJobProps.Jsii$Proxy
An implementation forKubeCronJobProps
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static KubeCronJobProps.Builder
builder()
default ObjectMeta
getMetadata()
Standard object's metadata.default CronJobSpec
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 CronJobSpec 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 KubeCronJobProps.Builder builder()
- Returns:
- a
KubeCronJobProps.Builder
ofKubeCronJobProps
-
-