Uses of Class
net.stickycode.kuuty.model.v18.IoK8sApiAutoscalingV2beta1HorizontalPodAutoscalerCondition
-
-
Uses of IoK8sApiAutoscalingV2beta1HorizontalPodAutoscalerCondition in net.stickycode.kuuty.model.v18
Methods in net.stickycode.kuuty.model.v18 that return IoK8sApiAutoscalingV2beta1HorizontalPodAutoscalerCondition Modifier and Type Method Description IoK8sApiAutoscalingV2beta1HorizontalPodAutoscalerConditionIoK8sApiAutoscalingV2beta1HorizontalPodAutoscalerCondition. lastTransitionTime(OffsetDateTime lastTransitionTime)IoK8sApiAutoscalingV2beta1HorizontalPodAutoscalerConditionIoK8sApiAutoscalingV2beta1HorizontalPodAutoscalerCondition. message(String message)IoK8sApiAutoscalingV2beta1HorizontalPodAutoscalerConditionIoK8sApiAutoscalingV2beta1HorizontalPodAutoscalerCondition. reason(String reason)IoK8sApiAutoscalingV2beta1HorizontalPodAutoscalerConditionIoK8sApiAutoscalingV2beta1HorizontalPodAutoscalerCondition. status(String status)IoK8sApiAutoscalingV2beta1HorizontalPodAutoscalerConditionIoK8sApiAutoscalingV2beta1HorizontalPodAutoscalerCondition. type(String type)Methods in net.stickycode.kuuty.model.v18 that return types with arguments of type IoK8sApiAutoscalingV2beta1HorizontalPodAutoscalerCondition Modifier and Type Method Description List<IoK8sApiAutoscalingV2beta1HorizontalPodAutoscalerCondition>IoK8sApiAutoscalingV2beta1HorizontalPodAutoscalerStatus. getConditions()conditions is the set of conditions required for this autoscaler to scale its target, and indicates whether or not those conditions are met.Methods in net.stickycode.kuuty.model.v18 with parameters of type IoK8sApiAutoscalingV2beta1HorizontalPodAutoscalerCondition Modifier and Type Method Description IoK8sApiAutoscalingV2beta1HorizontalPodAutoscalerStatusIoK8sApiAutoscalingV2beta1HorizontalPodAutoscalerStatus. addConditionsItem(IoK8sApiAutoscalingV2beta1HorizontalPodAutoscalerCondition conditionsItem)Method parameters in net.stickycode.kuuty.model.v18 with type arguments of type IoK8sApiAutoscalingV2beta1HorizontalPodAutoscalerCondition Modifier and Type Method Description IoK8sApiAutoscalingV2beta1HorizontalPodAutoscalerStatusIoK8sApiAutoscalingV2beta1HorizontalPodAutoscalerStatus. conditions(List<IoK8sApiAutoscalingV2beta1HorizontalPodAutoscalerCondition> conditions)voidIoK8sApiAutoscalingV2beta1HorizontalPodAutoscalerStatus. setConditions(List<IoK8sApiAutoscalingV2beta1HorizontalPodAutoscalerCondition> conditions)
-