Uses of Interface
org.cdk8s.plus24.k8s.KubeJobProps
-
Packages that use KubeJobProps Package Description org.cdk8s.plus24.k8s -
-
Uses of KubeJobProps in org.cdk8s.plus24.k8s
Classes in org.cdk8s.plus24.k8s that implement KubeJobProps Modifier and Type Class Description static class
KubeJobProps.Jsii$Proxy
An implementation forKubeJobProps
Methods in org.cdk8s.plus24.k8s that return KubeJobProps Modifier and Type Method Description KubeJobProps
KubeJobProps.Builder. build()
Builds the configured instance.Methods in org.cdk8s.plus24.k8s that return types with arguments of type KubeJobProps Modifier and Type Method Description List<KubeJobProps>
KubeJobListProps. getItems()
items is the list of Jobs.List<KubeJobProps>
KubeJobListProps.Jsii$Proxy. getItems()
Methods in org.cdk8s.plus24.k8s with parameters of type KubeJobProps Modifier and Type Method Description static Object
KubeJob. manifest(KubeJobProps props)
Renders a Kubernetes manifest for "io.k8s.api.batch.v1.Job".Method parameters in org.cdk8s.plus24.k8s with type arguments of type KubeJobProps Modifier and Type Method Description KubeJobList.Builder
KubeJobList.Builder. items(List<? extends KubeJobProps> items)
items is the list of Jobs.KubeJobListProps.Builder
KubeJobListProps.Builder. items(List<? extends KubeJobProps> items)
Sets the value ofKubeJobListProps.getItems()
Constructors in org.cdk8s.plus24.k8s with parameters of type KubeJobProps Constructor Description KubeJob(software.constructs.Construct scope, String id, KubeJobProps props)
Defines a "io.k8s.api.batch.v1.Job" API object.
-