Uses of Class
io.fabric8.openshift.api.model.hive.v1.ClusterDeploymentSpecFluent.IngressNested
-
Packages that use ClusterDeploymentSpecFluent.IngressNested Package Description io.fabric8.openshift.api.model.hive.v1 -
-
Uses of ClusterDeploymentSpecFluent.IngressNested in io.fabric8.openshift.api.model.hive.v1
Methods in io.fabric8.openshift.api.model.hive.v1 that return ClusterDeploymentSpecFluent.IngressNested Modifier and Type Method Description ClusterDeploymentSpecFluent.IngressNested<A>ClusterDeploymentSpecFluent. addNewIngress()ClusterDeploymentSpecFluent.IngressNested<A>ClusterDeploymentSpecFluent. addNewIngressLike(ClusterIngress item)ClusterDeploymentSpecFluent.IngressNested<A>ClusterDeploymentSpecFluent. editFirstIngress()ClusterDeploymentSpecFluent.IngressNested<A>ClusterDeploymentSpecFluent. editIngress(int index)ClusterDeploymentSpecFluent.IngressNested<A>ClusterDeploymentSpecFluent. editLastIngress()ClusterDeploymentSpecFluent.IngressNested<A>ClusterDeploymentSpecFluent. editMatchingIngress(Predicate<ClusterIngressBuilder> predicate)ClusterDeploymentSpecFluent.IngressNested<A>ClusterDeploymentSpecFluent. setNewIngressLike(int index, ClusterIngress item)
-