Show / Hide Table of Contents

Class FlowSchemaCondition

FlowSchemaCondition describes conditions for a FlowSchema.

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

Fields

View Source

LastTransitionTime

lastTransitionTime is the last time the condition transitioned from one status to another.

Declaration
public readonly string LastTransitionTime
Field Value
Type Description
System.String
View Source

Message

message is a human-readable message indicating details about last transition.

Declaration
public readonly string Message
Field Value
Type Description
System.String
View Source

Reason

reason is a unique, one-word, CamelCase reason for the condition's last transition.

Declaration
public readonly string Reason
Field Value
Type Description
System.String
View Source

Status

status is the status of the condition. Can be True, False, Unknown. Required.

Declaration
public readonly string Status
Field Value
Type Description
System.String
View Source

Type

type is the type of the condition. Required.

Declaration
public readonly string Type
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.