Uses of Class
io.fabric8.openshift.api.model.operator.v1.DNSNodePlacement
-
Packages that use DNSNodePlacement Package Description io.fabric8.openshift.api.model.operator.v1 -
-
Uses of DNSNodePlacement in io.fabric8.openshift.api.model.operator.v1
Methods in io.fabric8.openshift.api.model.operator.v1 that return DNSNodePlacement Modifier and Type Method Description DNSNodePlacementDNSNodePlacementBuilder. build()DNSNodePlacementDNSSpecFluent. buildNodePlacement()DNSNodePlacementDNSSpec. getNodePlacement()DNSSpec is the specification of the desired behavior of the DNS.Methods in io.fabric8.openshift.api.model.operator.v1 with parameters of type DNSNodePlacement Modifier and Type Method Description protected voidDNSNodePlacementFluent. copyInstance(DNSNodePlacement instance)DNSSpecFluent.NodePlacementNested<A>DNSSpecFluent. editOrNewNodePlacementLike(DNSNodePlacement item)voidDNSSpec. setNodePlacement(DNSNodePlacement nodePlacement)DNSSpec is the specification of the desired behavior of the DNS.DNSSpecFluent.NodePlacementNested<A>DNSSpecFluent. withNewNodePlacementLike(DNSNodePlacement item)ADNSSpecFluent. withNodePlacement(DNSNodePlacement nodePlacement)Constructors in io.fabric8.openshift.api.model.operator.v1 with parameters of type DNSNodePlacement Constructor Description DNSNodePlacementBuilder(DNSNodePlacement instance)DNSNodePlacementBuilder(DNSNodePlacementFluent<?> fluent, DNSNodePlacement instance)DNSNodePlacementFluent(DNSNodePlacement instance)DNSSpec(DNSCache cache, String logLevel, String managementState, DNSNodePlacement nodePlacement, String operatorLogLevel, List<Server> servers, UpstreamResolvers upstreamResolvers)
-