Package io.fabric8.kubernetes.api.model
Class DoneablePodDNSConfig
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.PodDNSConfigFluentImpl<DoneablePodDNSConfig>
io.fabric8.kubernetes.api.model.DoneablePodDNSConfig
- All Implemented Interfaces:
Fluent<DoneablePodDNSConfig>,Visitable<DoneablePodDNSConfig>,Doneable<PodDNSConfig>,PodDNSConfigFluent<DoneablePodDNSConfig>
public class DoneablePodDNSConfig extends PodDNSConfigFluentImpl<DoneablePodDNSConfig> implements Doneable<PodDNSConfig>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.PodDNSConfigFluentImpl
PodDNSConfigFluentImpl.OptionsNestedImpl<N>Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.PodDNSConfigFluent
PodDNSConfigFluent.OptionsNested<N> -
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneablePodDNSConfig(Function<PodDNSConfig,PodDNSConfig> function)DoneablePodDNSConfig(PodDNSConfig item)DoneablePodDNSConfig(PodDNSConfig item, Function<PodDNSConfig,PodDNSConfig> function) -
Method Summary
Modifier and Type Method Description PodDNSConfigdone()Methods inherited from class io.fabric8.kubernetes.api.model.PodDNSConfigFluentImpl
addAllToNameservers, addAllToOptions, addAllToSearches, addNewNameserver, addNewNameserver, addNewNameserver, addNewOption, addNewOption, addNewOptionLike, addNewSearch, addNewSearch, addNewSearch, addToNameservers, addToNameservers, addToOptions, addToOptions, addToSearches, addToSearches, buildFirstOption, buildLastOption, buildMatchingOption, buildOption, buildOptions, editFirstOption, editLastOption, editMatchingOption, editOption, equals, getFirstNameserver, getFirstSearch, getLastNameserver, getLastSearch, getMatchingNameserver, getMatchingSearch, getNameserver, getNameservers, getOptions, getSearch, getSearches, hasMatchingNameserver, hasMatchingOption, hasMatchingSearch, hasNameservers, hasOptions, hasSearches, removeAllFromNameservers, removeAllFromOptions, removeAllFromSearches, removeFromNameservers, removeFromOptions, removeFromSearches, removeMatchingFromOptions, setNewOptionLike, setToNameservers, setToOptions, setToSearches, withNameservers, withNameservers, withOptions, withOptions, withSearches, withSearches
-
Constructor Details
-
Method Details
-
done
- Specified by:
donein interfaceDoneable<PodDNSConfig>
-