Uses of Interface
org.cdk8s.plus25.k8s.KubeJobProps
-
Packages that use KubeJobProps Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeJobProps in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement KubeJobProps Modifier and Type Class Description static classKubeJobProps.Jsii$ProxyAn implementation forKubeJobPropsMethods in org.cdk8s.plus25.k8s that return KubeJobProps Modifier and Type Method Description KubeJobPropsKubeJobProps.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.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.plus25.k8s with parameters of type KubeJobProps Modifier and Type Method Description static ObjectKubeJob. manifest(KubeJobProps props)Renders a Kubernetes manifest for "io.k8s.api.batch.v1.Job".Method parameters in org.cdk8s.plus25.k8s with type arguments of type KubeJobProps Modifier and Type Method Description KubeJobList.BuilderKubeJobList.Builder. items(List<? extends KubeJobProps> items)items is the list of Jobs.KubeJobListProps.BuilderKubeJobListProps.Builder. items(List<? extends KubeJobProps> items)Sets the value ofKubeJobListProps.getItems()Constructors in org.cdk8s.plus25.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.
-