Show / Hide Table of Contents

Class FlowSchemaStatus

FlowSchemaStatus represents the current state of a FlowSchema.

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

Fields

View Source

Conditions

conditions is a list of the current states of FlowSchema.

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