Class ReplicaSetConditionArgs
ReplicaSetCondition describes the state of a replica set at a certain point.
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.Apps.V1Beta2
Assembly: Pulumi.Kubernetes.dll
Syntax
public class ReplicaSetConditionArgs : ResourceArgs
Properties
View SourceLastTransitionTime
The last time the condition transitioned from one status to another.
Declaration
public Input<string> LastTransitionTime { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Message
A human readable message indicating details about the transition.
Declaration
public Input<string> Message { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Reason
The reason for the condition's last transition.
Declaration
public Input<string> Reason { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Status
Status of the condition, one of True, False, Unknown.
Declaration
public Input<string> Status { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Type
Type of replica set condition.
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |