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