Uses of Class
net.stickycode.kuuty.model.v18.IoK8sApiAutoscalingV2beta2HorizontalPodAutoscalerCondition
-
-
Uses of IoK8sApiAutoscalingV2beta2HorizontalPodAutoscalerCondition in net.stickycode.kuuty.model.v18
Methods in net.stickycode.kuuty.model.v18 that return IoK8sApiAutoscalingV2beta2HorizontalPodAutoscalerCondition Modifier and Type Method Description IoK8sApiAutoscalingV2beta2HorizontalPodAutoscalerConditionIoK8sApiAutoscalingV2beta2HorizontalPodAutoscalerCondition. lastTransitionTime(OffsetDateTime lastTransitionTime)IoK8sApiAutoscalingV2beta2HorizontalPodAutoscalerConditionIoK8sApiAutoscalingV2beta2HorizontalPodAutoscalerCondition. message(String message)IoK8sApiAutoscalingV2beta2HorizontalPodAutoscalerConditionIoK8sApiAutoscalingV2beta2HorizontalPodAutoscalerCondition. reason(String reason)IoK8sApiAutoscalingV2beta2HorizontalPodAutoscalerConditionIoK8sApiAutoscalingV2beta2HorizontalPodAutoscalerCondition. status(String status)IoK8sApiAutoscalingV2beta2HorizontalPodAutoscalerConditionIoK8sApiAutoscalingV2beta2HorizontalPodAutoscalerCondition. type(String type)Methods in net.stickycode.kuuty.model.v18 that return types with arguments of type IoK8sApiAutoscalingV2beta2HorizontalPodAutoscalerCondition Modifier and Type Method Description List<IoK8sApiAutoscalingV2beta2HorizontalPodAutoscalerCondition>IoK8sApiAutoscalingV2beta2HorizontalPodAutoscalerStatus. 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 IoK8sApiAutoscalingV2beta2HorizontalPodAutoscalerCondition Modifier and Type Method Description IoK8sApiAutoscalingV2beta2HorizontalPodAutoscalerStatusIoK8sApiAutoscalingV2beta2HorizontalPodAutoscalerStatus. addConditionsItem(IoK8sApiAutoscalingV2beta2HorizontalPodAutoscalerCondition conditionsItem)Method parameters in net.stickycode.kuuty.model.v18 with type arguments of type IoK8sApiAutoscalingV2beta2HorizontalPodAutoscalerCondition Modifier and Type Method Description IoK8sApiAutoscalingV2beta2HorizontalPodAutoscalerStatusIoK8sApiAutoscalingV2beta2HorizontalPodAutoscalerStatus. conditions(List<IoK8sApiAutoscalingV2beta2HorizontalPodAutoscalerCondition> conditions)voidIoK8sApiAutoscalingV2beta2HorizontalPodAutoscalerStatus. setConditions(List<IoK8sApiAutoscalingV2beta2HorizontalPodAutoscalerCondition> conditions)
-