Uses of Class
org.cdk8s.plus23.ClusterRoleProps.Builder
-
Packages that use ClusterRoleProps.Builder Package Description org.cdk8s.plus23 cdk8s+ (cdk8s-plus) -
-
Uses of ClusterRoleProps.Builder in org.cdk8s.plus23
Methods in org.cdk8s.plus23 that return ClusterRoleProps.Builder Modifier and Type Method Description ClusterRoleProps.Builder
ClusterRoleProps.Builder. aggregationLabels(Map<String,String> aggregationLabels)
Sets the value ofClusterRoleProps.getAggregationLabels()
static ClusterRoleProps.Builder
ClusterRoleProps. builder()
ClusterRoleProps.Builder
ClusterRoleProps.Builder. metadata(org.cdk8s.ApiObjectMetadata metadata)
Sets the value ofResourceProps.getMetadata()
ClusterRoleProps.Builder
ClusterRoleProps.Builder. rules(List<? extends ClusterRolePolicyRule> rules)
Sets the value ofClusterRoleProps.getRules()
Constructors in org.cdk8s.plus23 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
.
-