次の方法で共有


ClusterRoleBinding.RoleRef Property

Definition

Gets or sets the RoleRef property, which contains information pointing to the Kubernetes role being referenced within the ClusterRoleBinding configuration. The RoleRef property defines the role name, kind, and the group for API access, to ensure the binding is correctly associated with the intended permissions and scope.

[YamlDotNet.Serialization.YamlMember(Alias="roleRef")]
public Aspire.Hosting.Kubernetes.Resources.RoleRefV1 RoleRef { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="roleRef")>]
member this.RoleRef : Aspire.Hosting.Kubernetes.Resources.RoleRefV1 with get, set
Public Property RoleRef As RoleRefV1

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to