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

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

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

import io.kubernetes.client.fluent.VisitableBuilder;
import io.kubernetes.client.fluent.Fluent;
import io.kubernetes.client.fluent.Nested;
import java.util.ArrayList;
import java.lang.String;
import java.util.function.Predicate;
import java.lang.Integer;
import java.lang.Deprecated;
import java.util.Iterator;
import java.util.Collection;
import java.util.List;
import java.lang.Boolean;

 /**
  * Generated
  */
public interface V2HPAScalingRulesFluent> extends Fluent{
  public A addToPolicies(Integer index,V2HPAScalingPolicy item);
  public A setToPolicies(Integer index,V2HPAScalingPolicy item);
  public A addToPolicies(io.kubernetes.client.openapi.models.V2HPAScalingPolicy... items);
  public A addAllToPolicies(Collection items);
  public A removeFromPolicies(io.kubernetes.client.openapi.models.V2HPAScalingPolicy... items);
  public A removeAllFromPolicies(Collection items);
  public A removeMatchingFromPolicies(Predicate predicate);
  
  /**
   * This method has been deprecated, please use method buildPolicies instead.
   * @return The buildable object.
   */
  @Deprecated
  public List getPolicies();
  public List buildPolicies();
  public V2HPAScalingPolicy buildPolicy(Integer index);
  public V2HPAScalingPolicy buildFirstPolicy();
  public V2HPAScalingPolicy buildLastPolicy();
  public V2HPAScalingPolicy buildMatchingPolicy(Predicate predicate);
  public Boolean hasMatchingPolicy(Predicate predicate);
  public A withPolicies(List policies);
  public A withPolicies(io.kubernetes.client.openapi.models.V2HPAScalingPolicy... policies);
  public Boolean hasPolicies();
  public V2HPAScalingRulesFluent.PoliciesNested addNewPolicy();
  public V2HPAScalingRulesFluent.PoliciesNested addNewPolicyLike(V2HPAScalingPolicy item);
  public V2HPAScalingRulesFluent.PoliciesNested setNewPolicyLike(Integer index,V2HPAScalingPolicy item);
  public V2HPAScalingRulesFluent.PoliciesNested editPolicy(Integer index);
  public V2HPAScalingRulesFluent.PoliciesNested editFirstPolicy();
  public V2HPAScalingRulesFluent.PoliciesNested editLastPolicy();
  public V2HPAScalingRulesFluent.PoliciesNested editMatchingPolicy(Predicate predicate);
  public String getSelectPolicy();
  public A withSelectPolicy(String selectPolicy);
  public Boolean hasSelectPolicy();
  public Integer getStabilizationWindowSeconds();
  public A withStabilizationWindowSeconds(Integer stabilizationWindowSeconds);
  public Boolean hasStabilizationWindowSeconds();
  public interface PoliciesNested extends Nested,V2HPAScalingPolicyFluent>{
    public N and();
    public N endPolicy();
    
  }
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy