Show / Hide Table of Contents

Class PriorityLevelConfigurationStatus

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

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

Fields

View Source

Conditions

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

Declaration
public readonly ImmutableArray<PriorityLevelConfigurationCondition> Conditions
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<PriorityLevelConfigurationCondition>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.