Package org.cdk8s.plus25.k8s
Interface KubeJobProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeJobProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.88.0 (build eaabd08)", date="2023-09-11T06:17:58.651Z") @Stability(Stable) public interface KubeJobProps extends software.amazon.jsii.JsiiSerializable
Job represents the configuration of a single job.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classKubeJobProps.BuilderA builder forKubeJobPropsstatic classKubeJobProps.Jsii$ProxyAn implementation forKubeJobProps
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static KubeJobProps.Builderbuilder()default ObjectMetagetMetadata()Standard object's metadata.default JobSpecgetSpec()Specification of the desired behavior of a job.
-
-
-
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 JobSpec getSpec()
Specification of the desired behavior of a job.More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
-
builder
@Stability(Stable) static KubeJobProps.Builder builder()
- Returns:
- a
KubeJobProps.BuilderofKubeJobProps
-
-