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