
io.kubernetes.client.models.V1PodDNSConfigFluent 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 V1PodDNSConfigFluent> extends Fluent{
public A addToNameservers(int index,String item);
public A setToNameservers(int index,String item);
public A addToNameservers(String... items);
public A addAllToNameservers(Collection items);
public A removeFromNameservers(String... items);
public A removeAllFromNameservers(Collection items);
public List getNameservers();
public String getNameserver(int index);
public String getFirstNameserver();
public String getLastNameserver();
public String getMatchingNameserver(io.kubernetes.client.fluent.Predicate predicate);
public A withNameservers(List nameservers);
public A withNameservers(String... nameservers);
public Boolean hasNameservers();
public A addToOptions(int index,V1PodDNSConfigOption item);
public A setToOptions(int index,V1PodDNSConfigOption item);
public A addToOptions(V1PodDNSConfigOption... items);
public A addAllToOptions(Collection items);
public A removeFromOptions(V1PodDNSConfigOption... items);
public A removeAllFromOptions(Collection items);
/**
* This method has been deprecated, please use method buildOptions instead.
*/
@Deprecated public List getOptions();
public List buildOptions();
public V1PodDNSConfigOption buildOption(int index);
public V1PodDNSConfigOption buildFirstOption();
public V1PodDNSConfigOption buildLastOption();
public V1PodDNSConfigOption buildMatchingOption(io.kubernetes.client.fluent.Predicate predicate);
public A withOptions(List options);
public A withOptions(V1PodDNSConfigOption... options);
public Boolean hasOptions();
public V1PodDNSConfigFluent.OptionsNested addNewOption();
public V1PodDNSConfigFluent.OptionsNested addNewOptionLike(V1PodDNSConfigOption item);
public V1PodDNSConfigFluent.OptionsNested setNewOptionLike(int index,V1PodDNSConfigOption item);
public V1PodDNSConfigFluent.OptionsNested editOption(int index);
public V1PodDNSConfigFluent.OptionsNested editFirstOption();
public V1PodDNSConfigFluent.OptionsNested editLastOption();
public V1PodDNSConfigFluent.OptionsNested editMatchingOption(io.kubernetes.client.fluent.Predicate predicate);
public A addToSearches(int index,String item);
public A setToSearches(int index,String item);
public A addToSearches(String... items);
public A addAllToSearches(Collection items);
public A removeFromSearches(String... items);
public A removeAllFromSearches(Collection items);
public List getSearches();
public String getSearch(int index);
public String getFirstSearch();
public String getLastSearch();
public String getMatchingSearch(io.kubernetes.client.fluent.Predicate predicate);
public A withSearches(List searches);
public A withSearches(String... searches);
public Boolean hasSearches();
public interface OptionsNested extends io.kubernetes.client.fluent.Nested,V1PodDNSConfigOptionFluent>{
public N and(); public N endOption();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy