Show / Hide Table of Contents

Class SELinuxStrategyOptions

SELinuxStrategyOptions defines the strategy type and any options used to create the strategy.

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.Policy.V1Beta1
Assembly: Pulumi.Kubernetes.dll
Syntax
public sealed class SELinuxStrategyOptions

Fields

View Source

Rule

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
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 readonly SELinuxOptions SeLinuxOptions
Field Value
Type Description
SELinuxOptions
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.