public interface V1ServicePortFluent<A extends V1ServicePortFluent<A>> extends Fluent<A>
Modifier and Type | Method and Description |
---|---|
String |
getName() |
Integer |
getNodePort() |
Integer |
getPort() |
String |
getProtocol() |
IntOrString |
getTargetPort() |
Boolean |
hasName() |
Boolean |
hasNodePort() |
Boolean |
hasPort() |
Boolean |
hasProtocol() |
Boolean |
hasTargetPort() |
A |
withName(String name) |
A |
withNewNodePort(int arg1) |
A |
withNewNodePort(String arg1) |
A |
withNewPort(int arg1) |
A |
withNewPort(String arg1) |
A |
withNewTargetPort(int value) |
A |
withNewTargetPort(String value) |
A |
withNodePort(Integer nodePort) |
A |
withPort(Integer port) |
A |
withProtocol(String protocol) |
A |
withTargetPort(IntOrString targetPort) |
String getName()
Boolean hasName()
Integer getNodePort()
Boolean hasNodePort()
A withNewNodePort(int arg1)
Integer getPort()
Boolean hasPort()
A withNewPort(int arg1)
String getProtocol()
Boolean hasProtocol()
IntOrString getTargetPort()
A withTargetPort(IntOrString targetPort)
Boolean hasTargetPort()
A withNewTargetPort(int value)
Copyright © 2018. All rights reserved.