Skip to content
Docs Try Aspire

FsGroupStrategyOptionsV1Beta1

Class sealed net10.0
📦 Aspire.Hosting.Kubernetes v13.1.2-preview.1.26125.13
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
{
// ...
}
View all constructors
Rangesget
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; set
string
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.
View all properties