次の方法で共有


FsGroupStrategyOptionsV1Beta1.Ranges Property

Definition

Gets the list of allowed ID ranges. Each element in the list specifies a minimum and maximum value that define a range of allowed IDs. The ranges are applied to the FSGroup security settings in Kubernetes for access control purposes.

[YamlDotNet.Serialization.YamlMember(Alias="ranges")]
public System.Collections.Generic.List<Aspire.Hosting.Kubernetes.Resources.IdRangeV1Beta1> Ranges { get; }
[<YamlDotNet.Serialization.YamlMember(Alias="ranges")>]
member this.Ranges : System.Collections.Generic.List<Aspire.Hosting.Kubernetes.Resources.IdRangeV1Beta1>
Public ReadOnly Property Ranges As List(Of IdRangeV1Beta1)

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to