Uses of Class
io.fabric8.openshift.api.model.installer.v1.Proxy
-
Packages that use Proxy Package Description io.fabric8.openshift.api.model.installer.v1 -
-
Uses of Proxy in io.fabric8.openshift.api.model.installer.v1
Methods in io.fabric8.openshift.api.model.installer.v1 that return Proxy Modifier and Type Method Description ProxyProxyBuilder. build()ProxyInstallConfigFluent. buildProxy()ProxyInstallConfig. getProxy()InstallConfig is the configuration for an OpenShift install.Methods in io.fabric8.openshift.api.model.installer.v1 with parameters of type Proxy Modifier and Type Method Description protected voidProxyFluent. copyInstance(Proxy instance)InstallConfigFluent.ProxyNested<A>InstallConfigFluent. editOrNewProxyLike(Proxy item)voidInstallConfig. setProxy(Proxy proxy)InstallConfig is the configuration for an OpenShift install.InstallConfigFluent.ProxyNested<A>InstallConfigFluent. withNewProxyLike(Proxy item)AInstallConfigFluent. withProxy(Proxy proxy)Constructors in io.fabric8.openshift.api.model.installer.v1 with parameters of type Proxy Constructor Description InstallConfig(String additionalTrustBundle, String additionalTrustBundlePolicy, String apiVersion, MachinePool arbiter, String baseDomain, BootstrapInPlace bootstrapInPlace, Capabilities capabilities, List<MachinePool> compute, MachinePool controlPlane, String cpuPartitioningMode, String credentialsMode, List<String> featureGates, String featureSet, Boolean fips, List<ImageContentSource> imageContentSources, List<ImageDigestSource> imageDigestSources, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, Networking networking, OperatorPublishingStrategy operatorPublishingStrategy, Platform platform, Proxy proxy, String publish, String pullSecret, String sshKey)ProxyBuilder(Proxy instance)ProxyBuilder(ProxyFluent<?> fluent, Proxy instance)ProxyFluent(Proxy instance)
-