public interface V1ServicePortFluent<A extends V1ServicePortFluent<A>> extends Fluent<A>
Modifier and Type | Method and Description |
---|---|
String |
getAppProtocol() |
String |
getName() |
Integer |
getNodePort() |
Integer |
getPort() |
String |
getProtocol() |
io.kubernetes.client.custom.IntOrString |
getTargetPort() |
Boolean |
hasAppProtocol() |
Boolean |
hasName() |
Boolean |
hasNodePort() |
Boolean |
hasPort() |
Boolean |
hasProtocol() |
Boolean |
hasTargetPort() |
A |
withAppProtocol(String appProtocol) |
A |
withName(String name) |
A |
withNewAppProtocol(String original)
Deprecated.
|
A |
withNewName(String original)
Deprecated.
|
A |
withNewProtocol(String original)
Deprecated.
|
A |
withNewTargetPort(int value) |
A |
withNewTargetPort(String value) |
A |
withNodePort(Integer nodePort) |
A |
withPort(Integer port) |
A |
withProtocol(String protocol) |
A |
withTargetPort(io.kubernetes.client.custom.IntOrString targetPort) |
String getAppProtocol()
Boolean hasAppProtocol()
@Deprecated A withNewAppProtocol(String original)
String getName()
Boolean hasName()
@Deprecated A withNewName(String original)
Integer getNodePort()
Boolean hasNodePort()
Integer getPort()
Boolean hasPort()
String getProtocol()
Boolean hasProtocol()
@Deprecated A withNewProtocol(String original)
io.kubernetes.client.custom.IntOrString getTargetPort()
A withTargetPort(io.kubernetes.client.custom.IntOrString targetPort)
Boolean hasTargetPort()
A withNewTargetPort(int value)
Copyright © 2021. All rights reserved.