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

io.kubernetes.client.openapi.models.V1PodDNSConfigFluent 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 java.lang.StringBuilder;
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.StringBuffer;
import java.lang.Deprecated;
import java.util.Iterator;
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 Boolean hasMatchingNameserver(io.kubernetes.client.fluent.Predicate predicate);
    public A withNameservers(List nameservers);
    public A withNameservers(String... nameservers);
    public Boolean hasNameservers();
    public A addNewNameserver(String arg1);
    public A addNewNameserver(StringBuilder arg1);
    public A addNewNameserver(StringBuffer arg1);
    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);
    public A removeMatchingFromOptions(io.kubernetes.client.fluent.Predicate predicate);
    
/**
 * This method has been deprecated, please use method buildOptions instead.
 * @return The buildable object.
 */
@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 Boolean hasMatchingOption(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 Boolean hasMatchingSearch(io.kubernetes.client.fluent.Predicate predicate);
    public A withSearches(List searches);
    public A withSearches(String... searches);
    public Boolean hasSearches();
    public A addNewSearch(String arg1);
    public A addNewSearch(StringBuilder arg1);
    public A addNewSearch(StringBuffer arg1);
    public interface OptionsNested extends io.kubernetes.client.fluent.Nested,V1PodDNSConfigOptionFluent> {

        public N and();
        public N endOption();    }


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy