public class HostNetworkStrategyFluentImpl<A extends HostNetworkStrategyFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements HostNetworkStrategyFluent<A>
| Constructor and Description |
|---|
HostNetworkStrategyFluentImpl() |
HostNetworkStrategyFluentImpl(HostNetworkStrategy 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 HostNetworkStrategyFluentImpl()
public HostNetworkStrategyFluentImpl(HostNetworkStrategy instance)
public String getProtocol()
getProtocol in interface HostNetworkStrategyFluent<A extends HostNetworkStrategyFluent<A>>public A withProtocol(String protocol)
withProtocol in interface HostNetworkStrategyFluent<A extends HostNetworkStrategyFluent<A>>public Boolean hasProtocol()
hasProtocol in interface HostNetworkStrategyFluent<A extends HostNetworkStrategyFluent<A>>@Deprecated public A withNewProtocol(String arg0)
withNewProtocol in interface HostNetworkStrategyFluent<A extends HostNetworkStrategyFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface HostNetworkStrategyFluent<A extends HostNetworkStrategyFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface HostNetworkStrategyFluent<A extends HostNetworkStrategyFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface HostNetworkStrategyFluent<A extends HostNetworkStrategyFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface HostNetworkStrategyFluent<A extends HostNetworkStrategyFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface HostNetworkStrategyFluent<A extends HostNetworkStrategyFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface HostNetworkStrategyFluent<A extends HostNetworkStrategyFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface HostNetworkStrategyFluent<A extends HostNetworkStrategyFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.