public class RouteSpecFluentImpl<A extends RouteSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements RouteSpecFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
RouteSpecFluentImpl.AlternateBackendsNestedImpl<N> |
class |
RouteSpecFluentImpl.PortNestedImpl<N> |
class |
RouteSpecFluentImpl.TlsNestedImpl<N> |
class |
RouteSpecFluentImpl.ToNestedImpl<N> |
RouteSpecFluent.AlternateBackendsNested<N>, RouteSpecFluent.PortNested<N>, RouteSpecFluent.TlsNested<N>, RouteSpecFluent.ToNested<N>| Constructor and Description |
|---|
RouteSpecFluentImpl() |
RouteSpecFluentImpl(RouteSpec instance) |
public RouteSpecFluentImpl()
public RouteSpecFluentImpl(RouteSpec instance)
public A addToAlternateBackends(int index, RouteTargetReference item)
addToAlternateBackends in interface RouteSpecFluent<A extends RouteSpecFluent<A>>public A setToAlternateBackends(int index, RouteTargetReference item)
setToAlternateBackends in interface RouteSpecFluent<A extends RouteSpecFluent<A>>public A addToAlternateBackends(RouteTargetReference... items)
addToAlternateBackends in interface RouteSpecFluent<A extends RouteSpecFluent<A>>public A addAllToAlternateBackends(Collection<RouteTargetReference> items)
addAllToAlternateBackends in interface RouteSpecFluent<A extends RouteSpecFluent<A>>public A removeFromAlternateBackends(RouteTargetReference... items)
removeFromAlternateBackends in interface RouteSpecFluent<A extends RouteSpecFluent<A>>public A removeAllFromAlternateBackends(Collection<RouteTargetReference> items)
removeAllFromAlternateBackends in interface RouteSpecFluent<A extends RouteSpecFluent<A>>public A removeMatchingFromAlternateBackends(Predicate<RouteTargetReferenceBuilder> predicate)
removeMatchingFromAlternateBackends in interface RouteSpecFluent<A extends RouteSpecFluent<A>>@Deprecated public List<RouteTargetReference> getAlternateBackends()
getAlternateBackends in interface RouteSpecFluent<A extends RouteSpecFluent<A>>public List<RouteTargetReference> buildAlternateBackends()
buildAlternateBackends in interface RouteSpecFluent<A extends RouteSpecFluent<A>>public RouteTargetReference buildAlternateBackend(int index)
buildAlternateBackend in interface RouteSpecFluent<A extends RouteSpecFluent<A>>public RouteTargetReference buildFirstAlternateBackend()
buildFirstAlternateBackend in interface RouteSpecFluent<A extends RouteSpecFluent<A>>public RouteTargetReference buildLastAlternateBackend()
buildLastAlternateBackend in interface RouteSpecFluent<A extends RouteSpecFluent<A>>public RouteTargetReference buildMatchingAlternateBackend(Predicate<RouteTargetReferenceBuilder> predicate)
buildMatchingAlternateBackend in interface RouteSpecFluent<A extends RouteSpecFluent<A>>public Boolean hasMatchingAlternateBackend(Predicate<RouteTargetReferenceBuilder> predicate)
hasMatchingAlternateBackend in interface RouteSpecFluent<A extends RouteSpecFluent<A>>public A withAlternateBackends(List<RouteTargetReference> alternateBackends)
withAlternateBackends in interface RouteSpecFluent<A extends RouteSpecFluent<A>>public A withAlternateBackends(RouteTargetReference... alternateBackends)
withAlternateBackends in interface RouteSpecFluent<A extends RouteSpecFluent<A>>public Boolean hasAlternateBackends()
hasAlternateBackends in interface RouteSpecFluent<A extends RouteSpecFluent<A>>public A addNewAlternateBackend(String kind, String name, Integer weight)
addNewAlternateBackend in interface RouteSpecFluent<A extends RouteSpecFluent<A>>public RouteSpecFluent.AlternateBackendsNested<A> addNewAlternateBackend()
addNewAlternateBackend in interface RouteSpecFluent<A extends RouteSpecFluent<A>>public RouteSpecFluent.AlternateBackendsNested<A> addNewAlternateBackendLike(RouteTargetReference item)
addNewAlternateBackendLike in interface RouteSpecFluent<A extends RouteSpecFluent<A>>public RouteSpecFluent.AlternateBackendsNested<A> setNewAlternateBackendLike(int index, RouteTargetReference item)
setNewAlternateBackendLike in interface RouteSpecFluent<A extends RouteSpecFluent<A>>public RouteSpecFluent.AlternateBackendsNested<A> editAlternateBackend(int index)
editAlternateBackend in interface RouteSpecFluent<A extends RouteSpecFluent<A>>public RouteSpecFluent.AlternateBackendsNested<A> editFirstAlternateBackend()
editFirstAlternateBackend in interface RouteSpecFluent<A extends RouteSpecFluent<A>>public RouteSpecFluent.AlternateBackendsNested<A> editLastAlternateBackend()
editLastAlternateBackend in interface RouteSpecFluent<A extends RouteSpecFluent<A>>public RouteSpecFluent.AlternateBackendsNested<A> editMatchingAlternateBackend(Predicate<RouteTargetReferenceBuilder> predicate)
editMatchingAlternateBackend in interface RouteSpecFluent<A extends RouteSpecFluent<A>>public String getHost()
getHost in interface RouteSpecFluent<A extends RouteSpecFluent<A>>public A withHost(String host)
withHost in interface RouteSpecFluent<A extends RouteSpecFluent<A>>public Boolean hasHost()
hasHost in interface RouteSpecFluent<A extends RouteSpecFluent<A>>public A withNewHost(String arg1)
withNewHost in interface RouteSpecFluent<A extends RouteSpecFluent<A>>public A withNewHost(StringBuilder arg1)
withNewHost in interface RouteSpecFluent<A extends RouteSpecFluent<A>>public A withNewHost(StringBuffer arg1)
withNewHost in interface RouteSpecFluent<A extends RouteSpecFluent<A>>public String getPath()
getPath in interface RouteSpecFluent<A extends RouteSpecFluent<A>>public A withPath(String path)
withPath in interface RouteSpecFluent<A extends RouteSpecFluent<A>>public Boolean hasPath()
hasPath in interface RouteSpecFluent<A extends RouteSpecFluent<A>>public A withNewPath(String arg1)
withNewPath in interface RouteSpecFluent<A extends RouteSpecFluent<A>>public A withNewPath(StringBuilder arg1)
withNewPath in interface RouteSpecFluent<A extends RouteSpecFluent<A>>public A withNewPath(StringBuffer arg1)
withNewPath in interface RouteSpecFluent<A extends RouteSpecFluent<A>>@Deprecated public RoutePort getPort()
getPort in interface RouteSpecFluent<A extends RouteSpecFluent<A>>public RoutePort buildPort()
buildPort in interface RouteSpecFluent<A extends RouteSpecFluent<A>>public A withPort(RoutePort port)
withPort in interface RouteSpecFluent<A extends RouteSpecFluent<A>>public Boolean hasPort()
hasPort in interface RouteSpecFluent<A extends RouteSpecFluent<A>>public RouteSpecFluent.PortNested<A> withNewPort()
withNewPort in interface RouteSpecFluent<A extends RouteSpecFluent<A>>public RouteSpecFluent.PortNested<A> withNewPortLike(RoutePort item)
withNewPortLike in interface RouteSpecFluent<A extends RouteSpecFluent<A>>public RouteSpecFluent.PortNested<A> editPort()
editPort in interface RouteSpecFluent<A extends RouteSpecFluent<A>>public RouteSpecFluent.PortNested<A> editOrNewPort()
editOrNewPort in interface RouteSpecFluent<A extends RouteSpecFluent<A>>public RouteSpecFluent.PortNested<A> editOrNewPortLike(RoutePort item)
editOrNewPortLike in interface RouteSpecFluent<A extends RouteSpecFluent<A>>public String getSubdomain()
getSubdomain in interface RouteSpecFluent<A extends RouteSpecFluent<A>>public A withSubdomain(String subdomain)
withSubdomain in interface RouteSpecFluent<A extends RouteSpecFluent<A>>public Boolean hasSubdomain()
hasSubdomain in interface RouteSpecFluent<A extends RouteSpecFluent<A>>public A withNewSubdomain(String arg1)
withNewSubdomain in interface RouteSpecFluent<A extends RouteSpecFluent<A>>public A withNewSubdomain(StringBuilder arg1)
withNewSubdomain in interface RouteSpecFluent<A extends RouteSpecFluent<A>>public A withNewSubdomain(StringBuffer arg1)
withNewSubdomain in interface RouteSpecFluent<A extends RouteSpecFluent<A>>@Deprecated public TLSConfig getTls()
getTls in interface RouteSpecFluent<A extends RouteSpecFluent<A>>public TLSConfig buildTls()
buildTls in interface RouteSpecFluent<A extends RouteSpecFluent<A>>public A withTls(TLSConfig tls)
withTls in interface RouteSpecFluent<A extends RouteSpecFluent<A>>public Boolean hasTls()
hasTls in interface RouteSpecFluent<A extends RouteSpecFluent<A>>public RouteSpecFluent.TlsNested<A> withNewTls()
withNewTls in interface RouteSpecFluent<A extends RouteSpecFluent<A>>public RouteSpecFluent.TlsNested<A> withNewTlsLike(TLSConfig item)
withNewTlsLike in interface RouteSpecFluent<A extends RouteSpecFluent<A>>public RouteSpecFluent.TlsNested<A> editTls()
editTls in interface RouteSpecFluent<A extends RouteSpecFluent<A>>public RouteSpecFluent.TlsNested<A> editOrNewTls()
editOrNewTls in interface RouteSpecFluent<A extends RouteSpecFluent<A>>public RouteSpecFluent.TlsNested<A> editOrNewTlsLike(TLSConfig item)
editOrNewTlsLike in interface RouteSpecFluent<A extends RouteSpecFluent<A>>@Deprecated public RouteTargetReference getTo()
getTo in interface RouteSpecFluent<A extends RouteSpecFluent<A>>public RouteTargetReference buildTo()
buildTo in interface RouteSpecFluent<A extends RouteSpecFluent<A>>public A withTo(RouteTargetReference to)
withTo in interface RouteSpecFluent<A extends RouteSpecFluent<A>>public Boolean hasTo()
hasTo in interface RouteSpecFluent<A extends RouteSpecFluent<A>>public A withNewTo(String kind, String name, Integer weight)
withNewTo in interface RouteSpecFluent<A extends RouteSpecFluent<A>>public RouteSpecFluent.ToNested<A> withNewTo()
withNewTo in interface RouteSpecFluent<A extends RouteSpecFluent<A>>public RouteSpecFluent.ToNested<A> withNewToLike(RouteTargetReference item)
withNewToLike in interface RouteSpecFluent<A extends RouteSpecFluent<A>>public RouteSpecFluent.ToNested<A> editTo()
editTo in interface RouteSpecFluent<A extends RouteSpecFluent<A>>public RouteSpecFluent.ToNested<A> editOrNewTo()
editOrNewTo in interface RouteSpecFluent<A extends RouteSpecFluent<A>>public RouteSpecFluent.ToNested<A> editOrNewToLike(RouteTargetReference item)
editOrNewToLike in interface RouteSpecFluent<A extends RouteSpecFluent<A>>public String getWildcardPolicy()
getWildcardPolicy in interface RouteSpecFluent<A extends RouteSpecFluent<A>>public A withWildcardPolicy(String wildcardPolicy)
withWildcardPolicy in interface RouteSpecFluent<A extends RouteSpecFluent<A>>public Boolean hasWildcardPolicy()
hasWildcardPolicy in interface RouteSpecFluent<A extends RouteSpecFluent<A>>public A withNewWildcardPolicy(String arg1)
withNewWildcardPolicy in interface RouteSpecFluent<A extends RouteSpecFluent<A>>public A withNewWildcardPolicy(StringBuilder arg1)
withNewWildcardPolicy in interface RouteSpecFluent<A extends RouteSpecFluent<A>>public A withNewWildcardPolicy(StringBuffer arg1)
withNewWildcardPolicy in interface RouteSpecFluent<A extends RouteSpecFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.