Uses of Class
org.cdk8s.plus25.k8s.KubeJobListProps.Builder
-
Packages that use KubeJobListProps.Builder Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeJobListProps.Builder in org.cdk8s.plus25.k8s
Methods in org.cdk8s.plus25.k8s that return KubeJobListProps.Builder Modifier and Type Method Description static KubeJobListProps.BuilderKubeJobListProps. builder()KubeJobListProps.BuilderKubeJobListProps.Builder. items(List<? extends KubeJobProps> items)Sets the value ofKubeJobListProps.getItems()KubeJobListProps.BuilderKubeJobListProps.Builder. metadata(ListMeta metadata)Sets the value ofKubeJobListProps.getMetadata()Constructors in org.cdk8s.plus25.k8s with parameters of type KubeJobListProps.Builder Constructor Description Jsii$Proxy(KubeJobListProps.Builder builder)Constructor that initializes the object based on literal property values passed by theKubeJobListProps.Builder.
-