Uses of Class
io.fabric8.kubernetes.api.model.gatewayapi.v1beta1.GatewayClass
-
Packages that use GatewayClass Package Description io.fabric8.kubernetes.api.model.gatewayapi.v1beta1 -
-
Uses of GatewayClass in io.fabric8.kubernetes.api.model.gatewayapi.v1beta1
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1beta1 that return GatewayClass Modifier and Type Method Description GatewayClassGatewayClassBuilder. build()GatewayClassGatewayClassListFluent. buildFirstItem()GatewayClassGatewayClassListFluent. buildItem(int index)GatewayClassGatewayClassListFluent. buildLastItem()GatewayClassGatewayClassListFluent. buildMatchingItem(Predicate<GatewayClassBuilder> predicate)Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1beta1 that return types with arguments of type GatewayClass Modifier and Type Method Description List<GatewayClass>GatewayClassListFluent. buildItems()List<GatewayClass>GatewayClassList. getItems()GatewayClassList contains a list of GatewayClassMethods in io.fabric8.kubernetes.api.model.gatewayapi.v1beta1 with parameters of type GatewayClass Modifier and Type Method Description GatewayClassListFluent.ItemsNested<A>GatewayClassListFluent. addNewItemLike(GatewayClass item)AGatewayClassListFluent. addToItems(int index, GatewayClass item)AGatewayClassListFluent. addToItems(GatewayClass... items)protected voidGatewayClassFluent. copyInstance(GatewayClass instance)AGatewayClassListFluent. removeFromItems(GatewayClass... items)GatewayClassListFluent.ItemsNested<A>GatewayClassListFluent. setNewItemLike(int index, GatewayClass item)AGatewayClassListFluent. setToItems(int index, GatewayClass item)AGatewayClassListFluent. withItems(GatewayClass... items)Method parameters in io.fabric8.kubernetes.api.model.gatewayapi.v1beta1 with type arguments of type GatewayClass Modifier and Type Method Description AGatewayClassListFluent. addAllToItems(Collection<GatewayClass> items)AGatewayClassListFluent. removeAllFromItems(Collection<GatewayClass> items)voidGatewayClassList. setItems(List<GatewayClass> items)GatewayClassList contains a list of GatewayClassAGatewayClassListFluent. withItems(List<GatewayClass> items)Constructors in io.fabric8.kubernetes.api.model.gatewayapi.v1beta1 with parameters of type GatewayClass Constructor Description GatewayClassBuilder(GatewayClass instance)GatewayClassBuilder(GatewayClassFluent<?> fluent, GatewayClass instance)GatewayClassFluent(GatewayClass instance)Constructor parameters in io.fabric8.kubernetes.api.model.gatewayapi.v1beta1 with type arguments of type GatewayClass Constructor Description GatewayClassList(String apiVersion, List<GatewayClass> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-