Class APIServiceConditionArgs
APIServiceCondition describes the state of an APIService at a particular 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.ApiRegistration.V1
Assembly: Pulumi.Kubernetes.dll
Syntax
public class APIServiceConditionArgs : ResourceArgs
Properties
View SourceLastTransitionTime
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
Human-readable message indicating details about last transition.
Declaration
public Input<string> Message { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Reason
Unique, one-word, CamelCase reason for the condition's last transition.
Declaration
public Input<string> Reason { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Status
Status is the status of the condition. Can be True, False, Unknown.
Declaration
public Input<string> Status { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Type
Type is the type of the condition.
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |