Uses of Class
io.fabric8.openshift.api.model.operator.v1.DNSTransportConfig
-
Packages that use DNSTransportConfig Package Description io.fabric8.openshift.api.model.operator.v1 -
-
Uses of DNSTransportConfig in io.fabric8.openshift.api.model.operator.v1
Methods in io.fabric8.openshift.api.model.operator.v1 that return DNSTransportConfig Modifier and Type Method Description DNSTransportConfigDNSTransportConfigBuilder. build()DNSTransportConfigForwardPluginFluent. buildTransportConfig()DNSTransportConfigUpstreamResolversFluent. buildTransportConfig()DNSTransportConfigForwardPlugin. getTransportConfig()ForwardPlugin defines a schema for configuring the CoreDNS forward plugin.DNSTransportConfigUpstreamResolvers. getTransportConfig()UpstreamResolvers defines a schema for configuring the CoreDNS forward plugin in the specific case of the default (".") server.Methods in io.fabric8.openshift.api.model.operator.v1 with parameters of type DNSTransportConfig Modifier and Type Method Description protected voidDNSTransportConfigFluent. copyInstance(DNSTransportConfig instance)ForwardPluginFluent.TransportConfigNested<A>ForwardPluginFluent. editOrNewTransportConfigLike(DNSTransportConfig item)UpstreamResolversFluent.TransportConfigNested<A>UpstreamResolversFluent. editOrNewTransportConfigLike(DNSTransportConfig item)voidForwardPlugin. setTransportConfig(DNSTransportConfig transportConfig)ForwardPlugin defines a schema for configuring the CoreDNS forward plugin.voidUpstreamResolvers. setTransportConfig(DNSTransportConfig transportConfig)UpstreamResolvers defines a schema for configuring the CoreDNS forward plugin in the specific case of the default (".") server.ForwardPluginFluent.TransportConfigNested<A>ForwardPluginFluent. withNewTransportConfigLike(DNSTransportConfig item)UpstreamResolversFluent.TransportConfigNested<A>UpstreamResolversFluent. withNewTransportConfigLike(DNSTransportConfig item)AForwardPluginFluent. withTransportConfig(DNSTransportConfig transportConfig)AUpstreamResolversFluent. withTransportConfig(DNSTransportConfig transportConfig)Constructors in io.fabric8.openshift.api.model.operator.v1 with parameters of type DNSTransportConfig Constructor Description DNSTransportConfigBuilder(DNSTransportConfig instance)DNSTransportConfigBuilder(DNSTransportConfigFluent<?> fluent, DNSTransportConfig instance)DNSTransportConfigFluent(DNSTransportConfig instance)ForwardPlugin(String policy, String protocolStrategy, DNSTransportConfig transportConfig, List<String> upstreams)UpstreamResolvers(String policy, String protocolStrategy, DNSTransportConfig transportConfig, List<Upstream> upstreams)
-