Class FlowSchemaStatusArgs
FlowSchemaStatus represents the current state of a FlowSchema.
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.Inputs.FlowControl.V1Alpha1
Assembly: Pulumi.Kubernetes.dll
Syntax
public class FlowSchemaStatusArgs : ResourceArgs
Properties
View SourceConditions
conditions is a list of the current states of FlowSchema.
Declaration
public InputList<FlowSchemaConditionArgs> Conditions { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<FlowSchemaConditionArgs> |