FsGroupStrategyOptionsV1Beta1
Class sealed net10.0
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.
namespace Aspire.Hosting.Kubernetes.Resources;
public sealed class FsGroupStrategyOptionsV1Beta1{ // ...}Constructors1
Section titled ConstructorsProperties2
Section titled PropertiesRangesget 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.
Ruleget; setstring 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.