Class FSGroupStrategyOptions
FSGroupStrategyOptions defines the strategy type and options used to create the strategy.
Inheritance
System.Object
FSGroupStrategyOptions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Kubernetes.Types.Outputs.Policy.V1Beta1
Assembly: Pulumi.Kubernetes.dll
Syntax
public sealed class FSGroupStrategyOptions
Fields
View SourceRanges
ranges are the allowed ranges of fs groups. If you would like to force a single fs group then supply a single range with the same start and end. Required for MustRunAs.
Declaration
public readonly ImmutableArray<IDRange> Ranges
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<IDRange> |
Rule
rule is the strategy that will dictate what FSGroup is used in the SecurityContext.
Declaration
public readonly string Rule
Field Value
| Type | Description |
|---|---|
| System.String |