Uses of Class
io.fabric8.openshift.api.model.operator.v1.DNSCache
-
Packages that use DNSCache Package Description io.fabric8.openshift.api.model.operator.v1 -
-
Uses of DNSCache in io.fabric8.openshift.api.model.operator.v1
Methods in io.fabric8.openshift.api.model.operator.v1 that return DNSCache Modifier and Type Method Description DNSCacheDNSCacheBuilder. build()DNSCacheDNSSpecFluent. buildCache()DNSCacheDNSSpec. getCache()DNSSpec is the specification of the desired behavior of the DNS.Methods in io.fabric8.openshift.api.model.operator.v1 with parameters of type DNSCache Modifier and Type Method Description protected voidDNSCacheFluent. copyInstance(DNSCache instance)DNSSpecFluent.CacheNested<A>DNSSpecFluent. editOrNewCacheLike(DNSCache item)voidDNSSpec. setCache(DNSCache cache)DNSSpec is the specification of the desired behavior of the DNS.ADNSSpecFluent. withCache(DNSCache cache)DNSSpecFluent.CacheNested<A>DNSSpecFluent. withNewCacheLike(DNSCache item)Constructors in io.fabric8.openshift.api.model.operator.v1 with parameters of type DNSCache Constructor Description DNSCacheBuilder(DNSCache instance)DNSCacheBuilder(DNSCacheFluent<?> fluent, DNSCache instance)DNSCacheFluent(DNSCache instance)DNSSpec(DNSCache cache, String logLevel, String managementState, DNSNodePlacement nodePlacement, String operatorLogLevel, List<Server> servers, UpstreamResolvers upstreamResolvers)
-