Class V2HorizontalPodAutoscalerCondition
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V2HorizontalPodAutoscalerCondition
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V2HorizontalPodAutoscalerCondition
extends Object
HorizontalPodAutoscalerCondition describes the state of a HorizontalPodAutoscaler at a certain point.
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanlastTransitionTime is the last time the condition transitioned from one status to anothermessage is a human-readable explanation containing details about the transitionreason is the reason for the condition's last transition.status is the status of the condition (True, False, Unknown)getType()type describes the current conditioninthashCode()lastTransitionTime(ZonedDateTime lastTransitionTime) Set lastTransitionTime in a chainable fashion.Set message in a chainable fashion.Set reason in a chainable fashion.voidsetLastTransitionTime(ZonedDateTime lastTransitionTime) Set the lastTransitionTime property valuevoidsetMessage(String message) Set the message property valuevoidSet the reason property valuevoidSet the status property valuevoidSet the type property valueSet status in a chainable fashion.toString()Set type in a chainable fashion.
- 
Field Details- 
JSON_PROPERTY_LAST_TRANSITION_TIME- See Also:
 
- 
JSON_PROPERTY_MESSAGE- See Also:
 
- 
JSON_PROPERTY_REASON- See Also:
 
- 
JSON_PROPERTY_STATUS- See Also:
 
- 
JSON_PROPERTY_TYPE- See Also:
 
 
- 
- 
Constructor Details- 
V2HorizontalPodAutoscalerCondition
 
- 
- 
Method Details- 
getLastTransitionTimelastTransitionTime is the last time the condition transitioned from one status to another- Returns:
- the lastTransitionTime property value
 
- 
setLastTransitionTimeSet the lastTransitionTime property value
- 
lastTransitionTimeSet lastTransitionTime in a chainable fashion.- Returns:
- The same instance of V2HorizontalPodAutoscalerCondition for chaining.
 
- 
getMessagemessage is a human-readable explanation containing details about the transition- Returns:
- the message property value
 
- 
setMessageSet the message property value
- 
messageSet message in a chainable fashion.- Returns:
- The same instance of V2HorizontalPodAutoscalerCondition for chaining.
 
- 
getReasonreason is the reason for the condition's last transition.- Returns:
- the reason property value
 
- 
setReasonSet the reason property value
- 
reasonSet reason in a chainable fashion.- Returns:
- The same instance of V2HorizontalPodAutoscalerCondition for chaining.
 
- 
getStatusstatus is the status of the condition (True, False, Unknown)- Returns:
- the status property value
 
- 
setStatusSet the status property value
- 
statusSet status in a chainable fashion.- Returns:
- The same instance of V2HorizontalPodAutoscalerCondition for chaining.
 
- 
getTypetype describes the current condition- Returns:
- the type property value
 
- 
setTypeSet the type property value
- 
typeSet type in a chainable fashion.- Returns:
- The same instance of V2HorizontalPodAutoscalerCondition for chaining.
 
- 
equals
- 
hashCodepublic int hashCode()
- 
toString
 
-