Uses of Class
io.fabric8.openshift.api.model.config.v1.DNSZone
-
Packages that use DNSZone Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of DNSZone in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return DNSZone Modifier and Type Method Description DNSZoneDNSZoneBuilder. build()DNSZoneDNSSpecFluent. buildPrivateZone()DNSZoneDNSSpecFluent. buildPublicZone()DNSZoneDNSSpec. getPrivateZone()DNSZoneDNSSpec. getPublicZone()Methods in io.fabric8.openshift.api.model.config.v1 with parameters of type DNSZone Modifier and Type Method Description protected voidDNSZoneFluent. copyInstance(DNSZone instance)DNSSpecFluent.PrivateZoneNested<A>DNSSpecFluent. editOrNewPrivateZoneLike(DNSZone item)DNSSpecFluent.PublicZoneNested<A>DNSSpecFluent. editOrNewPublicZoneLike(DNSZone item)voidDNSSpec. setPrivateZone(DNSZone privateZone)voidDNSSpec. setPublicZone(DNSZone publicZone)DNSSpecFluent.PrivateZoneNested<A>DNSSpecFluent. withNewPrivateZoneLike(DNSZone item)DNSSpecFluent.PublicZoneNested<A>DNSSpecFluent. withNewPublicZoneLike(DNSZone item)ADNSSpecFluent. withPrivateZone(DNSZone privateZone)ADNSSpecFluent. withPublicZone(DNSZone publicZone)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type DNSZone Constructor Description DNSSpec(String baseDomain, DNSPlatformSpec platform, DNSZone privateZone, DNSZone publicZone)DNSZoneBuilder(DNSZone instance)DNSZoneBuilder(DNSZoneFluent<?> fluent, DNSZone instance)DNSZoneFluent(DNSZone instance)
-