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