public interface L4RedirectRuleFluent<A extends L4RedirectRuleFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
Map<String,Object> |
getAdditionalProperties() |
String |
getDestinationIP() |
Integer |
getPort() |
String |
getProtocol() |
Integer |
getTargetPort() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasDestinationIP() |
Boolean |
hasPort() |
Boolean |
hasProtocol() |
Boolean |
hasTargetPort() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withDestinationIP(String destinationIP) |
A |
withNewDestinationIP(String arg0)
Deprecated.
|
A |
withNewProtocol(String arg0)
Deprecated.
|
A |
withPort(Integer port) |
A |
withProtocol(String protocol) |
A |
withTargetPort(Integer targetPort) |
String getDestinationIP()
Boolean hasDestinationIP()
@Deprecated A withNewDestinationIP(String arg0)
Integer getPort()
Boolean hasPort()
String getProtocol()
Boolean hasProtocol()
@Deprecated A withNewProtocol(String arg0)
Integer getTargetPort()
Boolean hasTargetPort()
Boolean hasAdditionalProperties()
Copyright © 2015–2020 Red Hat. All rights reserved.