public class GatewaySpecFluent<A extends GatewaySpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
GatewaySpecFluent.ServersNested<N> |
| Constructor and Description |
|---|
GatewaySpecFluent() |
GatewaySpecFluent(GatewaySpec instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic GatewaySpecFluent()
public GatewaySpecFluent(GatewaySpec instance)
protected void copyInstance(GatewaySpec instance)
public boolean hasSelector()
public A addAllToServers(Collection<Server> items)
public A removeAllFromServers(Collection<Server> items)
public A removeMatchingFromServers(Predicate<ServerBuilder> predicate)
public Server buildServer(int index)
public Server buildFirstServer()
public Server buildLastServer()
public Server buildMatchingServer(Predicate<ServerBuilder> predicate)
public boolean hasMatchingServer(Predicate<ServerBuilder> predicate)
public boolean hasServers()
public GatewaySpecFluent.ServersNested<A> addNewServer()
public GatewaySpecFluent.ServersNested<A> addNewServerLike(Server item)
public GatewaySpecFluent.ServersNested<A> setNewServerLike(int index, Server item)
public GatewaySpecFluent.ServersNested<A> editServer(int index)
public GatewaySpecFluent.ServersNested<A> editFirstServer()
public GatewaySpecFluent.ServersNested<A> editLastServer()
public GatewaySpecFluent.ServersNested<A> editMatchingServer(Predicate<ServerBuilder> predicate)
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends GatewaySpecFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends GatewaySpecFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.