Skip to content
Docs Try Aspire

AggregationRuleV1

Class sealed net10.0
📦 Aspire.Hosting.Kubernetes v13.1.2-preview.1.26125.13
Represents an aggregation rule for ClusterRoles in a Kubernetes environment. Aggregation rules allow defining how to aggregate multiple cluster roles for easier role-based access control (RBAC) management.
namespace Aspire.Hosting.Kubernetes.Resources;
public sealed class AggregationRuleV1
{
// ...
}
View all constructors
ClusterRoleSelectorsget
Represents a collection of label selectors used to specify the aggregation behavior for cluster roles. Each label selector in the collection defines criteria to match certain cluster roles, allowing aggregation of permissions across multiple roles.
View all properties