Uses of Class
io.fabric8.kubernetes.api.model.networking.v1beta1.IngressClass
-
Packages that use IngressClass Package Description io.fabric8.kubernetes.api.model.networking.v1beta1 -
-
Uses of IngressClass in io.fabric8.kubernetes.api.model.networking.v1beta1
Methods in io.fabric8.kubernetes.api.model.networking.v1beta1 that return IngressClass Modifier and Type Method Description IngressClassIngressClassBuilder. build()IngressClassIngressClassListFluent. buildFirstItem()IngressClassIngressClassListFluent. buildItem(int index)IngressClassIngressClassListFluent. buildLastItem()IngressClassIngressClassListFluent. buildMatchingItem(Predicate<IngressClassBuilder> predicate)Methods in io.fabric8.kubernetes.api.model.networking.v1beta1 that return types with arguments of type IngressClass Modifier and Type Method Description List<IngressClass>IngressClassListFluent. buildItems()List<IngressClass>IngressClassList. getItems()Items is the list of IngressClasses.Methods in io.fabric8.kubernetes.api.model.networking.v1beta1 with parameters of type IngressClass Modifier and Type Method Description IngressClassListFluent.ItemsNested<A>IngressClassListFluent. addNewItemLike(IngressClass item)AIngressClassListFluent. addToItems(int index, IngressClass item)AIngressClassListFluent. addToItems(IngressClass... items)protected voidIngressClassFluent. copyInstance(IngressClass instance)AIngressClassListFluent. removeFromItems(IngressClass... items)IngressClassListFluent.ItemsNested<A>IngressClassListFluent. setNewItemLike(int index, IngressClass item)AIngressClassListFluent. setToItems(int index, IngressClass item)AIngressClassListFluent. withItems(IngressClass... items)Method parameters in io.fabric8.kubernetes.api.model.networking.v1beta1 with type arguments of type IngressClass Modifier and Type Method Description AIngressClassListFluent. addAllToItems(Collection<IngressClass> items)AIngressClassListFluent. removeAllFromItems(Collection<IngressClass> items)voidIngressClassList. setItems(List<IngressClass> items)Items is the list of IngressClasses.AIngressClassListFluent. withItems(List<IngressClass> items)Constructors in io.fabric8.kubernetes.api.model.networking.v1beta1 with parameters of type IngressClass Constructor Description IngressClassBuilder(IngressClass instance)IngressClassBuilder(IngressClassFluent<?> fluent, IngressClass instance)IngressClassFluent(IngressClass instance)Constructor parameters in io.fabric8.kubernetes.api.model.networking.v1beta1 with type arguments of type IngressClass Constructor Description IngressClassList(String apiVersion, List<IngressClass> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-