public interface HTTPRewriteFluent<A extends HTTPRewriteFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthority() |
String |
getUri() |
Boolean |
hasAuthority() |
Boolean |
hasUri() |
A |
withAuthority(String authority) |
A |
withNewAuthority(String arg0)
Deprecated.
|
A |
withNewUri(String arg0)
Deprecated.
|
A |
withUri(String uri) |
String getAuthority()
Boolean hasAuthority()
@Deprecated A withNewAuthority(String arg0)
String getUri()
Boolean hasUri()
@Deprecated A withNewUri(String arg0)
Copyright © 2015–2022 Red Hat. All rights reserved.