Uses of Class
io.fabric8.openshift.api.model.hive.v1.ClusterIngress
-
Packages that use ClusterIngress Package Description io.fabric8.openshift.api.model.hive.v1 -
-
Uses of ClusterIngress in io.fabric8.openshift.api.model.hive.v1
Methods in io.fabric8.openshift.api.model.hive.v1 that return ClusterIngress Modifier and Type Method Description ClusterIngressClusterIngressBuilder. build()ClusterIngressClusterDeploymentSpecFluent. buildFirstIngress()ClusterIngressClusterDeploymentSpecFluent. buildIngress(int index)ClusterIngressClusterDeploymentSpecFluent. buildLastIngress()ClusterIngressClusterDeploymentSpecFluent. buildMatchingIngress(Predicate<ClusterIngressBuilder> predicate)Methods in io.fabric8.openshift.api.model.hive.v1 that return types with arguments of type ClusterIngress Modifier and Type Method Description List<ClusterIngress>ClusterDeploymentSpecFluent. buildIngress()List<ClusterIngress>ClusterDeploymentSpec. getIngress()Ingress allows defining desired clusteringress/shards to be configured on the cluster.Methods in io.fabric8.openshift.api.model.hive.v1 with parameters of type ClusterIngress Modifier and Type Method Description ClusterDeploymentSpecFluent.IngressNested<A>ClusterDeploymentSpecFluent. addNewIngressLike(ClusterIngress item)AClusterDeploymentSpecFluent. addToIngress(int index, ClusterIngress item)AClusterDeploymentSpecFluent. addToIngress(ClusterIngress... items)protected voidClusterIngressFluent. copyInstance(ClusterIngress instance)AClusterDeploymentSpecFluent. removeFromIngress(ClusterIngress... items)ClusterDeploymentSpecFluent.IngressNested<A>ClusterDeploymentSpecFluent. setNewIngressLike(int index, ClusterIngress item)AClusterDeploymentSpecFluent. setToIngress(int index, ClusterIngress item)AClusterDeploymentSpecFluent. withIngress(ClusterIngress... ingress)Method parameters in io.fabric8.openshift.api.model.hive.v1 with type arguments of type ClusterIngress Modifier and Type Method Description AClusterDeploymentSpecFluent. addAllToIngress(Collection<ClusterIngress> items)AClusterDeploymentSpecFluent. removeAllFromIngress(Collection<ClusterIngress> items)voidClusterDeploymentSpec. setIngress(List<ClusterIngress> ingress)Ingress allows defining desired clusteringress/shards to be configured on the cluster.AClusterDeploymentSpecFluent. withIngress(List<ClusterIngress> ingress)Constructors in io.fabric8.openshift.api.model.hive.v1 with parameters of type ClusterIngress Constructor Description ClusterIngressBuilder(ClusterIngress instance)ClusterIngressBuilder(ClusterIngressFluent<?> fluent, ClusterIngress instance)ClusterIngressFluent(ClusterIngress instance)
-