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

io.kubernetes.client.openapi.models.V1PodAffinityTermFluent 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 V1PodAffinityTermFluent> 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 V1PodAffinityTermFluent.LabelSelectorNested withNewLabelSelector();
  public V1PodAffinityTermFluent.LabelSelectorNested withNewLabelSelectorLike(V1LabelSelector item);
  public V1PodAffinityTermFluent.LabelSelectorNested editLabelSelector();
  public V1PodAffinityTermFluent.LabelSelectorNested editOrNewLabelSelector();
  public V1PodAffinityTermFluent.LabelSelectorNested editOrNewLabelSelectorLike(V1LabelSelector item);
  
  /**
   * This method has been deprecated, please use method buildNamespaceSelector instead.
   * @return The buildable object.
   */
  @Deprecated
  public V1LabelSelector getNamespaceSelector();
  public V1LabelSelector buildNamespaceSelector();
  public A withNamespaceSelector(V1LabelSelector namespaceSelector);
  public Boolean hasNamespaceSelector();
  public V1PodAffinityTermFluent.NamespaceSelectorNested withNewNamespaceSelector();
  public V1PodAffinityTermFluent.NamespaceSelectorNested withNewNamespaceSelectorLike(V1LabelSelector item);
  public V1PodAffinityTermFluent.NamespaceSelectorNested editNamespaceSelector();
  public V1PodAffinityTermFluent.NamespaceSelectorNested editOrNewNamespaceSelector();
  public V1PodAffinityTermFluent.NamespaceSelectorNested editOrNewNamespaceSelectorLike(V1LabelSelector item);
  public A addToNamespaces(Integer index,String item);
  public A setToNamespaces(Integer index,String item);
  public A addToNamespaces(java.lang.String... items);
  public A addAllToNamespaces(Collection items);
  public A removeFromNamespaces(java.lang.String... items);
  public A removeAllFromNamespaces(Collection items);
  public List getNamespaces();
  public String getNamespace(Integer index);
  public String getFirstNamespace();
  public String getLastNamespace();
  public String getMatchingNamespace(Predicate predicate);
  public Boolean hasMatchingNamespace(Predicate predicate);
  public A withNamespaces(List namespaces);
  public A withNamespaces(java.lang.String... namespaces);
  public Boolean hasNamespaces();
  public String getTopologyKey();
  public A withTopologyKey(String topologyKey);
  public Boolean hasTopologyKey();
  public interface LabelSelectorNested extends Nested,V1LabelSelectorFluent>{
    public N and();
    public N endLabelSelector();
    
  }
  public interface NamespaceSelectorNested extends Nested,V1LabelSelectorFluent>{
    public N and();
    public N endNamespaceSelector();
    
  }
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy