All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.kubernetes.client.openapi.models.V2HorizontalPodAutoscalerBehaviorFluent Maven / Gradle / Ivy

There is a newer version: 22.0.0
Show newest version
package io.kubernetes.client.openapi.models;

import java.lang.Deprecated;
import io.kubernetes.client.fluent.Fluent;
import io.kubernetes.client.fluent.Nested;
import java.lang.Boolean;

 /**
  * Generated
  */
public interface V2HorizontalPodAutoscalerBehaviorFluent> extends Fluent{
  
  /**
   * This method has been deprecated, please use method buildScaleDown instead.
   * @return The buildable object.
   */
  @Deprecated
  public V2HPAScalingRules getScaleDown();
  public V2HPAScalingRules buildScaleDown();
  public A withScaleDown(V2HPAScalingRules scaleDown);
  public Boolean hasScaleDown();
  public V2HorizontalPodAutoscalerBehaviorFluent.ScaleDownNested withNewScaleDown();
  public V2HorizontalPodAutoscalerBehaviorFluent.ScaleDownNested withNewScaleDownLike(V2HPAScalingRules item);
  public V2HorizontalPodAutoscalerBehaviorFluent.ScaleDownNested editScaleDown();
  public V2HorizontalPodAutoscalerBehaviorFluent.ScaleDownNested editOrNewScaleDown();
  public V2HorizontalPodAutoscalerBehaviorFluent.ScaleDownNested editOrNewScaleDownLike(V2HPAScalingRules item);
  
  /**
   * This method has been deprecated, please use method buildScaleUp instead.
   * @return The buildable object.
   */
  @Deprecated
  public V2HPAScalingRules getScaleUp();
  public V2HPAScalingRules buildScaleUp();
  public A withScaleUp(V2HPAScalingRules scaleUp);
  public Boolean hasScaleUp();
  public V2HorizontalPodAutoscalerBehaviorFluent.ScaleUpNested withNewScaleUp();
  public V2HorizontalPodAutoscalerBehaviorFluent.ScaleUpNested withNewScaleUpLike(V2HPAScalingRules item);
  public V2HorizontalPodAutoscalerBehaviorFluent.ScaleUpNested editScaleUp();
  public V2HorizontalPodAutoscalerBehaviorFluent.ScaleUpNested editOrNewScaleUp();
  public V2HorizontalPodAutoscalerBehaviorFluent.ScaleUpNested editOrNewScaleUpLike(V2HPAScalingRules item);
  public interface ScaleDownNested extends Nested,V2HPAScalingRulesFluent>{
    public N and();
    public N endScaleDown();
    
  }
  public interface ScaleUpNested extends Nested,V2HPAScalingRulesFluent>{
    public N and();
    public N endScaleUp();
    
  }
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy