Class HorizontalPodAutoscalerConditionArgs
HorizontalPodAutoscalerCondition describes the state of a HorizontalPodAutoscaler 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.Autoscaling.V2Beta2
Assembly: Pulumi.Kubernetes.dll
Syntax
public class HorizontalPodAutoscalerConditionArgs : ResourceArgs
Properties
View SourceLastTransitionTime
lastTransitionTime is 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
message is a human-readable explanation containing details about the transition
Declaration
public Input<string> Message { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Reason
reason is the 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 (True, False, Unknown)
Declaration
public Input<string> Status { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Type
type describes the current condition
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |