Class DeploymentCondition
DeploymentCondition describes the state of a deployment at a certain point.
Inheritance
System.Object
DeploymentCondition
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.Apps.V1
Assembly: Pulumi.Kubernetes.dll
Syntax
public sealed class DeploymentCondition
Fields
View SourceLastTransitionTime
Last time the condition transitioned from one status to another.
Declaration
public readonly string LastTransitionTime
Field Value
| Type | Description |
|---|---|
| System.String |
LastUpdateTime
The last time this condition was updated.
Declaration
public readonly string LastUpdateTime
Field Value
| Type | Description |
|---|---|
| System.String |
Message
A human readable message indicating details about the transition.
Declaration
public readonly string Message
Field Value
| Type | Description |
|---|---|
| System.String |
Reason
The reason for the condition's last transition.
Declaration
public readonly string Reason
Field Value
| Type | Description |
|---|---|
| System.String |
Status
Status of the condition, one of True, False, Unknown.
Declaration
public readonly string Status
Field Value
| Type | Description |
|---|---|
| System.String |
Type
Type of deployment condition.
Declaration
public readonly string Type
Field Value
| Type | Description |
|---|---|
| System.String |