Uses of Class
org.cdk8s.plus25.k8s.KubeRoleList.Builder
-
Packages that use KubeRoleList.Builder Package Description org.cdk8s.plus25.k8s -
-
Uses of KubeRoleList.Builder in org.cdk8s.plus25.k8s
Methods in org.cdk8s.plus25.k8s that return KubeRoleList.Builder Modifier and Type Method Description static KubeRoleList.BuilderKubeRoleList.Builder. create(software.constructs.Construct scope, String id)KubeRoleList.BuilderKubeRoleList.Builder. items(List<? extends KubeRoleProps> items)Items is a list of Roles.KubeRoleList.BuilderKubeRoleList.Builder. metadata(ListMeta metadata)Standard object's metadata.
-