public interface HTTPRouteDestinationFluent<A extends HTTPRouteDestinationFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
HTTPRouteDestinationFluent.DestinationNested<N> |
static interface |
HTTPRouteDestinationFluent.HeadersNested<N> |
@Deprecated Destination getDestination()
Destination buildDestination()
A withDestination(Destination destination)
Boolean hasDestination()
HTTPRouteDestinationFluent.DestinationNested<A> withNewDestination()
HTTPRouteDestinationFluent.DestinationNested<A> withNewDestinationLike(Destination item)
HTTPRouteDestinationFluent.DestinationNested<A> editDestination()
HTTPRouteDestinationFluent.DestinationNested<A> editOrNewDestination()
HTTPRouteDestinationFluent.DestinationNested<A> editOrNewDestinationLike(Destination item)
@Deprecated Headers getHeaders()
Headers buildHeaders()
Boolean hasHeaders()
HTTPRouteDestinationFluent.HeadersNested<A> withNewHeaders()
HTTPRouteDestinationFluent.HeadersNested<A> withNewHeadersLike(Headers item)
HTTPRouteDestinationFluent.HeadersNested<A> editHeaders()
HTTPRouteDestinationFluent.HeadersNested<A> editOrNewHeaders()
HTTPRouteDestinationFluent.HeadersNested<A> editOrNewHeadersLike(Headers item)
Integer getWeight()
Boolean hasWeight()
Copyright © 2015–2022 Red Hat. All rights reserved.