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