Package io.fabric8.kubernetes.api.model
Class PodSpecFluentImpl.DnsConfigNestedImpl<N>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.PodDNSConfigFluentImpl<PodSpecFluent.DnsConfigNested<N>>
-
- io.fabric8.kubernetes.api.model.PodSpecFluentImpl.DnsConfigNestedImpl<N>
-
- All Implemented Interfaces:
Fluent<PodSpecFluent.DnsConfigNested<N>>
,Nested<N>
,Visitable<PodSpecFluent.DnsConfigNested<N>>
,PodDNSConfigFluent<PodSpecFluent.DnsConfigNested<N>>
,PodSpecFluent.DnsConfigNested<N>
- Enclosing class:
- PodSpecFluentImpl<A extends PodSpecFluent<A>>
public class PodSpecFluentImpl.DnsConfigNestedImpl<N> extends PodDNSConfigFluentImpl<PodSpecFluent.DnsConfigNested<N>> implements PodSpecFluent.DnsConfigNested<N>, Nested<N>
-
-
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
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description N
and()
N
endDnsConfig()
-
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, hashCode, hasMatchingNameserver, hasMatchingOption, hasMatchingSearch, hasNameservers, hasOptions, hasSearches, removeAllFromNameservers, removeAllFromOptions, removeAllFromSearches, removeFromNameservers, removeFromOptions, removeFromSearches, removeMatchingFromOptions, setNewOptionLike, setToNameservers, setToOptions, setToSearches, withNameservers, withNameservers, withOptions, withOptions, withSearches, withSearches
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, aggregate, aggregate, build, build, builderOf
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.fabric8.kubernetes.api.model.PodDNSConfigFluent
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, 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
-
-
-
-
Method Detail
-
and
public N and()
-
endDnsConfig
public N endDnsConfig()
- Specified by:
endDnsConfig
in interfacePodSpecFluent.DnsConfigNested<N>
-
-