
io.kubernetes.client.models.V1PodAffinityTermFluent Maven / Gradle / Ivy
package io.kubernetes.client.models;
import com.google.gson.annotations.SerializedName;
import io.kubernetes.client.fluent.Fluent;
import io.kubernetes.client.fluent.Nested;
import java.util.ArrayList;
import java.lang.String;
import io.kubernetes.client.fluent.Predicate;
import java.lang.Deprecated;
import java.util.Collection;
import java.util.List;
import java.lang.Boolean;
public interface V1PodAffinityTermFluent> extends Fluent{
/**
* This method has been deprecated, please use method buildLabelSelector instead.
*/
@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);
public A addToNamespaces(int index,String item);
public A setToNamespaces(int index,String item);
public A addToNamespaces(String... items);
public A addAllToNamespaces(Collection items);
public A removeFromNamespaces(String... items);
public A removeAllFromNamespaces(Collection items);
public List getNamespaces();
public String getNamespace(int index);
public String getFirstNamespace();
public String getLastNamespace();
public String getMatchingNamespace(io.kubernetes.client.fluent.Predicate predicate);
public A withNamespaces(List namespaces);
public A withNamespaces(String... namespaces);
public Boolean hasNamespaces();
public String getTopologyKey();
public A withTopologyKey(String topologyKey);
public Boolean hasTopologyKey();
public interface LabelSelectorNested extends io.kubernetes.client.fluent.Nested,V1LabelSelectorFluent>{
public N and(); public N endLabelSelector();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy