Show / Hide Table of Contents

Class PriorityLevelConfigurationStatusArgs

PriorityLevelConfigurationStatus represents the current state of a "request-priority".

Inheritance
System.Object
InputArgs
ResourceArgs
PriorityLevelConfigurationStatusArgs
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.FlowControl.V1Alpha1
Assembly: Pulumi.Kubernetes.dll
Syntax
public class PriorityLevelConfigurationStatusArgs : ResourceArgs

Properties

View Source

Conditions

conditions is the current state of "request-priority".

Declaration
public InputList<PriorityLevelConfigurationConditionArgs> Conditions { get; set; }
Property Value
Type Description
InputList<PriorityLevelConfigurationConditionArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.