Uses of Class
io.fabric8.openshift.api.model.installer.gcp.v1.DNS
-
Packages that use DNS Package Description io.fabric8.openshift.api.model.installer.gcp.v1 -
-
Uses of DNS in io.fabric8.openshift.api.model.installer.gcp.v1
Methods in io.fabric8.openshift.api.model.installer.gcp.v1 that return DNS Modifier and Type Method Description DNSDNSBuilder. build()DNSPlatformFluent. buildDns()DNSPlatform. getDns()Platform stores all the global configuration that all machinesets use.Methods in io.fabric8.openshift.api.model.installer.gcp.v1 with parameters of type DNS Modifier and Type Method Description protected voidDNSFluent. copyInstance(DNS instance)PlatformFluent.DnsNested<A>PlatformFluent. editOrNewDnsLike(DNS item)voidPlatform. setDns(DNS dns)Platform stores all the global configuration that all machinesets use.APlatformFluent. withDns(DNS dns)PlatformFluent.DnsNested<A>PlatformFluent. withNewDnsLike(DNS item)Constructors in io.fabric8.openshift.api.model.installer.gcp.v1 with parameters of type DNS Constructor Description DNSBuilder(DNS instance)DNSBuilder(DNSFluent<?> fluent, DNS instance)DNSFluent(DNS instance)Platform(String computeSubnet, String controlPlaneSubnet, MachinePool defaultMachinePlatform, DNS dns, PSCEndpoint endpoint, String firewallRulesManagement, String network, String networkProjectID, String projectID, String region, List<UserLabel> userLabels, String userProvisionedDNS, List<UserTag> userTags)
-