Show / Hide Table of Contents

Class StatefulSetConditionArgs

StatefulSetCondition describes the state of a statefulset at a certain point.

Inheritance
System.Object
InputArgs
ResourceArgs
StatefulSetConditionArgs
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.Apps.V1
Assembly: Pulumi.Kubernetes.dll
Syntax
public class StatefulSetConditionArgs : ResourceArgs

Properties

View Source

LastTransitionTime

Last time the condition transitioned from one status to another.

Declaration
public Input<string> LastTransitionTime { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Message

A human readable message indicating details about the transition.

Declaration
public Input<string> Message { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Reason

The reason for the condition's last transition.

Declaration
public Input<string> Reason { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Status

Status of the condition, one of True, False, Unknown.

Declaration
public Input<string> Status { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Type

Type of statefulset condition.

Declaration
public Input<string> Type { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.