Uses of Class
org.cdk8s.plus25.ClusterRole.Builder
-
Packages that use ClusterRole.Builder Package Description org.cdk8s.plus25 cdk8s+ (cdk8s-plus) -
-
Uses of ClusterRole.Builder in org.cdk8s.plus25
Methods in org.cdk8s.plus25 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.
-