Show / Hide Table of Contents

Class RunAsGroupStrategyOptionsArgs

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

Inheritance
System.Object
InputArgs
ResourceArgs
RunAsGroupStrategyOptionsArgs
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 RunAsGroupStrategyOptionsArgs : ResourceArgs

Properties

View Source

Ranges

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

Declaration
public InputList<IDRangeArgs> Ranges { get; set; }
Property Value
Type Description
InputList<IDRangeArgs>
View Source

Rule

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

Declaration
public Input<string> Rule { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.