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