Uses of Class
org.cdk8s.plus24.ClusterRoleProps.Builder
-
-
Uses of ClusterRoleProps.Builder in org.cdk8s.plus24
Methods in org.cdk8s.plus24 that return ClusterRoleProps.Builder Modifier and Type Method Description ClusterRoleProps.BuilderClusterRoleProps.Builder. aggregationLabels(Map<String,String> aggregationLabels)Sets the value ofClusterRoleProps.getAggregationLabels()static ClusterRoleProps.BuilderClusterRoleProps. builder()ClusterRoleProps.BuilderClusterRoleProps.Builder. metadata(org.cdk8s.ApiObjectMetadata metadata)Sets the value ofResourceProps.getMetadata()ClusterRoleProps.BuilderClusterRoleProps.Builder. rules(List<? extends ClusterRolePolicyRule> rules)Sets the value ofClusterRoleProps.getRules()Constructors in org.cdk8s.plus24 with parameters of type ClusterRoleProps.Builder Constructor Description Jsii$Proxy(ClusterRoleProps.Builder builder)Constructor that initializes the object based on literal property values passed by theClusterRoleProps.Builder.
-