Package org.cdk8s.plus24.k8s
Interface JobTemplateSpecV1Beta1
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
JobTemplateSpecV1Beta1.Jsii$Proxy
@Generated(value="jsii-pacmak/1.80.0 (build bce6a1d)", date="2023-05-05T16:22:33.947Z") @Stability(Stable) public interface JobTemplateSpecV1Beta1 extends software.amazon.jsii.JsiiSerializable
JobTemplateSpec describes the data a Job should have when created from a template.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
JobTemplateSpecV1Beta1.Builder
A builder forJobTemplateSpecV1Beta1
static class
JobTemplateSpecV1Beta1.Jsii$Proxy
An implementation forJobTemplateSpecV1Beta1
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static JobTemplateSpecV1Beta1.Builder
builder()
default ObjectMeta
getMetadata()
Standard object's metadata of the jobs created from this template.default JobSpec
getSpec()
Specification of the desired behavior of the job.
-
-
-
Method Detail
-
getMetadata
@Stability(Stable) @Nullable default ObjectMeta getMetadata()
Standard object's metadata of the jobs created from this template.More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
-
getSpec
@Stability(Stable) @Nullable default JobSpec getSpec()
Specification of the desired behavior of the job.More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
-
builder
@Stability(Stable) static JobTemplateSpecV1Beta1.Builder builder()
- Returns:
- a
JobTemplateSpecV1Beta1.Builder
ofJobTemplateSpecV1Beta1
-
-