Show / Hide Table of Contents

Class SELinuxStrategyOptionsArgs

SELinuxStrategyOptions defines the strategy type and any options used to create the strategy. Deprecated: use SELinuxStrategyOptions from policy API Group instead.

Inheritance
System.Object
InputArgs
ResourceArgs
SELinuxStrategyOptionsArgs
Inherited Members
ResourceArgs.Empty
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 Source

Rule

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.