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

io.kubernetes.client.openapi.models.V1TopologySpreadConstraintFluent 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.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.Collection;
import java.util.List;
import java.lang.Boolean;

 /**
  * Generated
  */
public interface V1TopologySpreadConstraintFluent> extends Fluent{
  
  /**
   * This method has been deprecated, please use method buildLabelSelector instead.
   * @return The buildable object.
   */
  @Deprecated
  public V1LabelSelector getLabelSelector();
  public V1LabelSelector buildLabelSelector();
  public A withLabelSelector(V1LabelSelector labelSelector);
  public Boolean hasLabelSelector();
  public V1TopologySpreadConstraintFluent.LabelSelectorNested withNewLabelSelector();
  public V1TopologySpreadConstraintFluent.LabelSelectorNested withNewLabelSelectorLike(V1LabelSelector item);
  public V1TopologySpreadConstraintFluent.LabelSelectorNested editLabelSelector();
  public V1TopologySpreadConstraintFluent.LabelSelectorNested editOrNewLabelSelector();
  public V1TopologySpreadConstraintFluent.LabelSelectorNested editOrNewLabelSelectorLike(V1LabelSelector item);
  public A addToMatchLabelKeys(Integer index,String item);
  public A setToMatchLabelKeys(Integer index,String item);
  public A addToMatchLabelKeys(java.lang.String... items);
  public A addAllToMatchLabelKeys(Collection items);
  public A removeFromMatchLabelKeys(java.lang.String... items);
  public A removeAllFromMatchLabelKeys(Collection items);
  public List getMatchLabelKeys();
  public String getMatchLabelKey(Integer index);
  public String getFirstMatchLabelKey();
  public String getLastMatchLabelKey();
  public String getMatchingMatchLabelKey(Predicate predicate);
  public Boolean hasMatchingMatchLabelKey(Predicate predicate);
  public A withMatchLabelKeys(List matchLabelKeys);
  public A withMatchLabelKeys(java.lang.String... matchLabelKeys);
  public Boolean hasMatchLabelKeys();
  public Integer getMaxSkew();
  public A withMaxSkew(Integer maxSkew);
  public Boolean hasMaxSkew();
  public Integer getMinDomains();
  public A withMinDomains(Integer minDomains);
  public Boolean hasMinDomains();
  public String getNodeAffinityPolicy();
  public A withNodeAffinityPolicy(String nodeAffinityPolicy);
  public Boolean hasNodeAffinityPolicy();
  public String getNodeTaintsPolicy();
  public A withNodeTaintsPolicy(String nodeTaintsPolicy);
  public Boolean hasNodeTaintsPolicy();
  public String getTopologyKey();
  public A withTopologyKey(String topologyKey);
  public Boolean hasTopologyKey();
  public String getWhenUnsatisfiable();
  public A withWhenUnsatisfiable(String whenUnsatisfiable);
  public Boolean hasWhenUnsatisfiable();
  public interface LabelSelectorNested extends Nested,V1LabelSelectorFluent>{
    public N and();
    public N endLabelSelector();
    
  }
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy