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 |
|---|---|
boolean |
equals(Object o) |
String |
getProtocol() |
int |
hashCode() |
Boolean |
hasProtocol() |
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>>Copyright © 2015–2020 Red Hat. All rights reserved.