Package io.fabric8.kubernetes.api.model
Interface PodDNSConfigFluent<A extends PodDNSConfigFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
PodSpecFluent.DnsConfigNested<N>,WatchEventFluent.PodDNSConfigObjectNested<N>
- All Known Implementing Classes:
DoneablePodDNSConfig,PodDNSConfigBuilder,PodDNSConfigFluentImpl,PodSpecFluentImpl.DnsConfigNestedImpl,WatchEventFluentImpl.PodDNSConfigObjectNestedImpl
public interface PodDNSConfigFluent<A extends PodDNSConfigFluent<A>> extends Fluent<A>
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfacePodDNSConfigFluent.OptionsNested<N> -
Method Summary
-
Method Details
-
addToNameservers
-
setToNameservers
-
addToNameservers
-
addAllToNameservers
-
removeFromNameservers
-
removeAllFromNameservers
-
getNameservers
-
getNameserver
-
getFirstNameserver
String getFirstNameserver() -
getLastNameserver
String getLastNameserver() -
getMatchingNameserver
-
hasMatchingNameserver
-
withNameservers
-
withNameservers
-
hasNameservers
Boolean hasNameservers() -
addNewNameserver
-
addNewNameserver
-
addNewNameserver
-
addToOptions
-
setToOptions
-
addToOptions
-
addAllToOptions
-
removeFromOptions
-
removeAllFromOptions
-
removeMatchingFromOptions
-
getOptions
Deprecated.This method has been deprecated, please use method buildOptions instead.- Returns:
- The buildable object.
-
buildOptions
List<PodDNSConfigOption> buildOptions() -
buildOption
-
buildFirstOption
PodDNSConfigOption buildFirstOption() -
buildLastOption
PodDNSConfigOption buildLastOption() -
buildMatchingOption
-
hasMatchingOption
-
withOptions
-
withOptions
-
hasOptions
Boolean hasOptions() -
addNewOption
-
addNewOption
PodDNSConfigFluent.OptionsNested<A> addNewOption() -
addNewOptionLike
-
setNewOptionLike
-
editOption
-
editFirstOption
PodDNSConfigFluent.OptionsNested<A> editFirstOption() -
editLastOption
PodDNSConfigFluent.OptionsNested<A> editLastOption() -
editMatchingOption
PodDNSConfigFluent.OptionsNested<A> editMatchingOption(Predicate<PodDNSConfigOptionBuilder> predicate) -
addToSearches
-
setToSearches
-
addToSearches
-
addAllToSearches
-
removeFromSearches
-
removeAllFromSearches
-
getSearches
-
getSearch
-
getFirstSearch
String getFirstSearch() -
getLastSearch
String getLastSearch() -
getMatchingSearch
-
hasMatchingSearch
-
withSearches
-
withSearches
-
hasSearches
Boolean hasSearches() -
addNewSearch
-
addNewSearch
-
addNewSearch
-