Class APIServiceCondition
APIServiceCondition describes the state of an APIService at a particular point
Inheritance
System.Object
APIServiceCondition
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.ApiRegistration.V1Beta1
Assembly: Pulumi.Kubernetes.dll
Syntax
public sealed class APIServiceCondition
Fields
View SourceLastTransitionTime
Last time the condition transitioned from one status to another.
Declaration
public readonly string LastTransitionTime
Field Value
| Type | Description |
|---|---|
| System.String |
Message
Human-readable message indicating details about last transition.
Declaration
public readonly string Message
Field Value
| Type | Description |
|---|---|
| System.String |
Reason
Unique, one-word, CamelCase reason for the condition's last transition.
Declaration
public readonly string Reason
Field Value
| Type | Description |
|---|---|
| System.String |
Status
Status is the status of the condition. Can be True, False, Unknown.
Declaration
public readonly string Status
Field Value
| Type | Description |
|---|---|
| System.String |
Type
Type is the type of the condition.
Declaration
public readonly string Type
Field Value
| Type | Description |
|---|---|
| System.String |