Class DNSBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.miscellaneous.cncf.cni.v1.DNSFluent<DNSBuilder>
-
- io.fabric8.openshift.api.model.miscellaneous.cncf.cni.v1.DNSBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<DNS>,io.fabric8.kubernetes.api.builder.Visitable<DNSBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<DNS,DNSBuilder>
public class DNSBuilder extends DNSFluent<DNSBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<DNS,DNSBuilder>
-
-
Constructor Summary
Constructors Constructor Description DNSBuilder()DNSBuilder(DNS instance)DNSBuilder(DNSFluent<?> fluent)DNSBuilder(DNSFluent<?> fluent, DNS instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DNSbuild()-
Methods inherited from class io.fabric8.openshift.api.model.miscellaneous.cncf.cni.v1.DNSFluent
addAllToNameservers, addAllToOptions, addAllToSearch, addToAdditionalProperties, addToAdditionalProperties, addToNameservers, addToNameservers, addToOptions, addToOptions, addToSearch, addToSearch, copyInstance, equals, getAdditionalProperties, getDomain, getFirstNameserver, getFirstOption, getFirstSearch, getLastNameserver, getLastOption, getLastSearch, getMatchingNameserver, getMatchingOption, getMatchingSearch, getNameserver, getNameservers, getOption, getOptions, getSearch, getSearch, hasAdditionalProperties, hasDomain, hashCode, hasMatchingNameserver, hasMatchingOption, hasMatchingSearch, hasNameservers, hasOptions, hasSearch, removeAllFromNameservers, removeAllFromOptions, removeAllFromSearch, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromNameservers, removeFromOptions, removeFromSearch, setToNameservers, setToOptions, setToSearch, toString, withAdditionalProperties, withDomain, withNameservers, withNameservers, withOptions, withOptions, withSearch, withSearch
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-