Show / Hide Table of Contents

Class RunAsUserStrategyOptions

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

Inheritance
System.Object
RunAsUserStrategyOptions
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 RunAsUserStrategyOptions

Fields

View Source

Ranges

ranges are the allowed ranges of uids that may be used. If you would like to force a single uid then supply a single range with the same start and end. Required for MustRunAs.

Declaration
public readonly ImmutableArray<IDRange> Ranges
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<IDRange>
View Source

Rule

rule is the strategy that will dictate the allowable RunAsUser values that may be set.

Declaration
public readonly string Rule
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.