Class SELinuxStrategyOptionsArgs
SELinuxStrategyOptions defines the strategy type and any options used to create the strategy. Deprecated: use SELinuxStrategyOptions from policy API Group instead.
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.Inputs.Extensions.V1Beta1
Assembly: Pulumi.Kubernetes.dll
Syntax
public class SELinuxStrategyOptionsArgs : ResourceArgs
Properties
View SourceRule
rule is the strategy that will dictate the allowable labels that may be set.
Declaration
public Input<string> Rule { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<SELinuxOptionsArgs> SeLinuxOptions { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<SELinuxOptionsArgs> |