Uses of Class
io.fabric8.openshift.api.model.config.v1.DNSSpec
-
Packages that use DNSSpec Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of DNSSpec in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return DNSSpec Modifier and Type Method Description DNSSpecDNSSpecBuilder. build()DNSSpecDNSFluent. buildSpec()DNSSpecDNS. getSpec()DNS holds cluster-wide information about DNS.Methods in io.fabric8.openshift.api.model.config.v1 with parameters of type DNSSpec Modifier and Type Method Description protected voidDNSSpecFluent. copyInstance(DNSSpec instance)DNSFluent.SpecNested<A>DNSFluent. editOrNewSpecLike(DNSSpec item)voidDNS. setSpec(DNSSpec spec)DNS holds cluster-wide information about DNS.DNSFluent.SpecNested<A>DNSFluent. withNewSpecLike(DNSSpec item)ADNSFluent. withSpec(DNSSpec spec)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type DNSSpec Constructor Description DNS(String apiVersion, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, DNSSpec spec, DNSStatus status)DNSSpecBuilder(DNSSpec instance)DNSSpecBuilder(DNSSpecFluent<?> fluent, DNSSpec instance)DNSSpecFluent(DNSSpec instance)
-