Uses of Class
org.cdk8s.plus23.ClusterRole.Builder
-
-
Uses of ClusterRole.Builder in org.cdk8s.plus23
Methods in org.cdk8s.plus23 that return ClusterRole.Builder Modifier and Type Method Description ClusterRole.BuilderClusterRole.Builder. aggregationLabels(Map<String,String> aggregationLabels)Specify labels that should be used to locate ClusterRoles, whose rules will be automatically filled into this ClusterRole's rules.static ClusterRole.BuilderClusterRole.Builder. create(software.constructs.Construct scope, String id)ClusterRole.BuilderClusterRole.Builder. metadata(org.cdk8s.ApiObjectMetadata metadata)Metadata that all persisted resources must have, which includes all objects users must create.ClusterRole.BuilderClusterRole.Builder. rules(List<? extends ClusterRolePolicyRule> rules)A list of rules the role should allow.
-