Class HorizontalPodAutoscalerCondition
HorizontalPodAutoscalerCondition describes the state of a HorizontalPodAutoscaler at a certain point.
Inheritance
System.Object
HorizontalPodAutoscalerCondition
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.Autoscaling.V2Beta2
Assembly: Pulumi.Kubernetes.dll
Syntax
public sealed class HorizontalPodAutoscalerCondition
Fields
View SourceLastTransitionTime
lastTransitionTime is the last time the condition transitioned from one status to another
Declaration
public readonly string LastTransitionTime
Field Value
| Type | Description |
|---|---|
| System.String |
Message
message is a human-readable explanation containing details about the transition
Declaration
public readonly string Message
Field Value
| Type | Description |
|---|---|
| System.String |
Reason
reason is the 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 (True, False, Unknown)
Declaration
public readonly string Status
Field Value
| Type | Description |
|---|---|
| System.String |
Type
type describes the current condition
Declaration
public readonly string Type
Field Value
| Type | Description |
|---|---|
| System.String |