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