FsGroupStrategyOptionsV1Beta1 Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
FSGroupStrategyOptionsV1Beta1 specifies the strategy options for controlling the FSGroup security context within a Pod Security Policy. This helps define the rules and ranges applicable to the FSGroup value, which specifies a supplemental group applied to the pod's file system.
[YamlDotNet.Serialization.YamlSerializable]
public sealed class FsGroupStrategyOptionsV1Beta1
[<YamlDotNet.Serialization.YamlSerializable>]
type FsGroupStrategyOptionsV1Beta1 = class
Public NotInheritable Class FsGroupStrategyOptionsV1Beta1
- Inheritance
-
FsGroupStrategyOptionsV1Beta1
- Attributes
-
YamlDotNet.Serialization.YamlSerializableAttribute
Constructors
FsGroupStrategyOptionsV1Beta1() |
Properties
Ranges |
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. |
Rule |
Gets or sets the rule that defines the strategy used for managing file system group (FSGroup). This specifies the policy that determines which FSGroup is applied to volumes in a pod. |