Uses of Class
io.fabric8.kubernetes.api.model.gatewayapi.v1.Gateway
-
Packages that use Gateway Package Description io.fabric8.kubernetes.api.model.gatewayapi.v1 -
-
Uses of Gateway in io.fabric8.kubernetes.api.model.gatewayapi.v1
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 that return Gateway Modifier and Type Method Description Gateway
GatewayBuilder. build()
Gateway
GatewayListFluent. buildFirstItem()
Gateway
GatewayListFluent. buildItem(int index)
Gateway
GatewayListFluent. buildLastItem()
Gateway
GatewayListFluent. buildMatchingItem(Predicate<GatewayBuilder> predicate)
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 that return types with arguments of type Gateway Modifier and Type Method Description List<Gateway>
GatewayListFluent. buildItems()
List<Gateway>
GatewayList. getItems()
Methods in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type Gateway Modifier and Type Method Description GatewayListFluent.ItemsNested<A>
GatewayListFluent. addNewItemLike(Gateway item)
A
GatewayListFluent. addToItems(int index, Gateway item)
A
GatewayListFluent. addToItems(Gateway... items)
protected void
GatewayFluent. copyInstance(Gateway instance)
A
GatewayListFluent. removeFromItems(Gateway... items)
GatewayListFluent.ItemsNested<A>
GatewayListFluent. setNewItemLike(int index, Gateway item)
A
GatewayListFluent. setToItems(int index, Gateway item)
A
GatewayListFluent. withItems(Gateway... items)
Method parameters in io.fabric8.kubernetes.api.model.gatewayapi.v1 with type arguments of type Gateway Modifier and Type Method Description A
GatewayListFluent. addAllToItems(Collection<Gateway> items)
A
GatewayListFluent. removeAllFromItems(Collection<Gateway> items)
void
GatewayList. setItems(List<Gateway> items)
A
GatewayListFluent. withItems(List<Gateway> items)
Constructors in io.fabric8.kubernetes.api.model.gatewayapi.v1 with parameters of type Gateway Constructor Description GatewayBuilder(Gateway instance)
GatewayBuilder(GatewayFluent<?> fluent, Gateway instance)
GatewayFluent(Gateway instance)
Constructor parameters in io.fabric8.kubernetes.api.model.gatewayapi.v1 with type arguments of type Gateway Constructor Description GatewayList(String apiVersion, List<Gateway> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-