public class NodePortStrategyFluentImpl<A extends NodePortStrategyFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements NodePortStrategyFluent<A>
| Constructor and Description |
|---|
NodePortStrategyFluentImpl() |
NodePortStrategyFluentImpl(NodePortStrategy instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getProtocol() |
Boolean |
hasAdditionalProperties() |
int |
hashCode() |
Boolean |
hasProtocol() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withNewProtocol(String arg0)
Deprecated.
|
A |
withProtocol(String protocol) |
public NodePortStrategyFluentImpl()
public NodePortStrategyFluentImpl(NodePortStrategy instance)
public String getProtocol()
getProtocol in interface NodePortStrategyFluent<A extends NodePortStrategyFluent<A>>public A withProtocol(String protocol)
withProtocol in interface NodePortStrategyFluent<A extends NodePortStrategyFluent<A>>public Boolean hasProtocol()
hasProtocol in interface NodePortStrategyFluent<A extends NodePortStrategyFluent<A>>@Deprecated public A withNewProtocol(String arg0)
withNewProtocol in interface NodePortStrategyFluent<A extends NodePortStrategyFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface NodePortStrategyFluent<A extends NodePortStrategyFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface NodePortStrategyFluent<A extends NodePortStrategyFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface NodePortStrategyFluent<A extends NodePortStrategyFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface NodePortStrategyFluent<A extends NodePortStrategyFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface NodePortStrategyFluent<A extends NodePortStrategyFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface NodePortStrategyFluent<A extends NodePortStrategyFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface NodePortStrategyFluent<A extends NodePortStrategyFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.