Uses of Class
io.fabric8.openclustermanagement.api.model.operator.v1.IngressSpec
-
Packages that use IngressSpec Package Description io.fabric8.openclustermanagement.api.model.operator.v1 -
-
Uses of IngressSpec in io.fabric8.openclustermanagement.api.model.operator.v1
Methods in io.fabric8.openclustermanagement.api.model.operator.v1 that return IngressSpec Modifier and Type Method Description IngressSpecIngressSpecBuilder. build()IngressSpecMultiClusterHubSpecFluent. buildIngress()IngressSpecMultiClusterHubSpec. getIngress()Methods in io.fabric8.openclustermanagement.api.model.operator.v1 with parameters of type IngressSpec Modifier and Type Method Description protected voidIngressSpecFluent. copyInstance(IngressSpec instance)MultiClusterHubSpecFluent.IngressNested<A>MultiClusterHubSpecFluent. editOrNewIngressLike(IngressSpec item)voidMultiClusterHubSpec. setIngress(IngressSpec ingress)AMultiClusterHubSpecFluent. withIngress(IngressSpec ingress)MultiClusterHubSpecFluent.IngressNested<A>MultiClusterHubSpecFluent. withNewIngressLike(IngressSpec item)Constructors in io.fabric8.openclustermanagement.api.model.operator.v1 with parameters of type IngressSpec Constructor Description IngressSpecBuilder(IngressSpec instance)IngressSpecBuilder(IngressSpecFluent<?> fluent, IngressSpec instance)IngressSpecFluent(IngressSpec instance)MultiClusterHubSpec(String availabilityConfig, String customCAConfigmap, Boolean disableHubSelfManagement, Boolean disableUpdateClusterImageSets, Boolean enableClusterBackup, Boolean enableClusterProxyAddon, HiveConfigSpec hive, String imagePullSecret, IngressSpec ingress, Map<String,String> nodeSelector, Overrides overrides, Boolean separateCertificateManagement, List<io.fabric8.kubernetes.api.model.Toleration> tolerations)
-