Uses of Class
io.fabric8.openshift.api.model.operator.v1.DNSSpecFluent.ServersNested
-
Packages that use DNSSpecFluent.ServersNested Package Description io.fabric8.openshift.api.model.operator.v1 -
-
Uses of DNSSpecFluent.ServersNested in io.fabric8.openshift.api.model.operator.v1
Methods in io.fabric8.openshift.api.model.operator.v1 that return DNSSpecFluent.ServersNested Modifier and Type Method Description DNSSpecFluent.ServersNested<A>DNSSpecFluent. addNewServer()DNSSpecFluent.ServersNested<A>DNSSpecFluent. addNewServerLike(Server item)DNSSpecFluent.ServersNested<A>DNSSpecFluent. editFirstServer()DNSSpecFluent.ServersNested<A>DNSSpecFluent. editLastServer()DNSSpecFluent.ServersNested<A>DNSSpecFluent. editMatchingServer(Predicate<ServerBuilder> predicate)DNSSpecFluent.ServersNested<A>DNSSpecFluent. editServer(int index)DNSSpecFluent.ServersNested<A>DNSSpecFluent. setNewServerLike(int index, Server item)
-