Uses of Class
org.cdk8s.plus20.JobProps.Builder
-
-
Uses of JobProps.Builder in org.cdk8s.plus20
Methods in org.cdk8s.plus20 that return JobProps.Builder Modifier and Type Method Description JobProps.BuilderJobProps.Builder. activeDeadline(org.cdk8s.Duration activeDeadline)Sets the value ofJobProps.getActiveDeadline()JobProps.BuilderJobProps.Builder. backoffLimit(Number backoffLimit)Sets the value ofJobProps.getBackoffLimit()static JobProps.BuilderJobProps. builder()JobProps.BuilderJobProps.Builder. containers(List<? extends ContainerProps> containers)Sets the value ofPodSpecProps.getContainers()JobProps.BuilderJobProps.Builder. metadata(org.cdk8s.ApiObjectMetadata metadata)Sets the value ofResourceProps.getMetadata()JobProps.BuilderJobProps.Builder. podMetadata(org.cdk8s.ApiObjectMetadata podMetadata)Sets the value ofPodTemplateProps.getPodMetadata()JobProps.BuilderJobProps.Builder. restartPolicy(RestartPolicy restartPolicy)Sets the value ofPodSpecProps.getRestartPolicy()JobProps.BuilderJobProps.Builder. serviceAccount(IServiceAccount serviceAccount)Sets the value ofPodSpecProps.getServiceAccount()JobProps.BuilderJobProps.Builder. ttlAfterFinished(org.cdk8s.Duration ttlAfterFinished)Sets the value ofJobProps.getTtlAfterFinished()JobProps.BuilderJobProps.Builder. volumes(List<? extends Volume> volumes)Sets the value ofPodSpecProps.getVolumes()Constructors in org.cdk8s.plus20 with parameters of type JobProps.Builder Constructor Description Jsii$Proxy(JobProps.Builder builder)Constructor that initializes the object based on literal property values passed by theJobProps.Builder.
-