Class SELinuxStrategyOptions
SELinuxStrategyOptions defines the strategy type and any options used to create the strategy. Deprecated: use SELinuxStrategyOptions from policy API Group instead.
Inheritance
System.Object
SELinuxStrategyOptions
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.Extensions.V1Beta1
Assembly: Pulumi.Kubernetes.dll
Syntax
public sealed class SELinuxStrategyOptions
Fields
View SourceRule
rule is the strategy that will dictate the allowable labels that may be set.
Declaration
public readonly string Rule
Field Value
| Type | Description |
|---|---|
| System.String |
SeLinuxOptions
seLinuxOptions required to run as; required for MustRunAs More info: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/
Declaration
public readonly SELinuxOptions SeLinuxOptions
Field Value
| Type | Description |
|---|---|
| SELinuxOptions |