Uses of Class
org.cdk8s.plus24.k8s.KubeJobListProps.Builder
-
Packages that use KubeJobListProps.Builder Package Description org.cdk8s.plus24.k8s -
-
Uses of KubeJobListProps.Builder in org.cdk8s.plus24.k8s
Methods in org.cdk8s.plus24.k8s that return KubeJobListProps.Builder Modifier and Type Method Description static KubeJobListProps.Builder
KubeJobListProps. builder()
KubeJobListProps.Builder
KubeJobListProps.Builder. items(List<? extends KubeJobProps> items)
Sets the value ofKubeJobListProps.getItems()
KubeJobListProps.Builder
KubeJobListProps.Builder. metadata(ListMeta metadata)
Sets the value ofKubeJobListProps.getMetadata()
Constructors in org.cdk8s.plus24.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
.
-