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