public interface V1TCPSocketActionFluent<A extends V1TCPSocketActionFluent<A>> extends Fluent<A>
Modifier and Type | Method and Description |
---|---|
String |
getHost() |
io.kubernetes.client.custom.IntOrString |
getPort() |
Boolean |
hasHost() |
Boolean |
hasPort() |
A |
withHost(String host) |
A |
withNewHost(String original)
Deprecated.
|
A |
withNewPort(int value) |
A |
withNewPort(String value) |
A |
withPort(io.kubernetes.client.custom.IntOrString port) |
String getHost()
Boolean hasHost()
@Deprecated A withNewHost(String original)
io.kubernetes.client.custom.IntOrString getPort()
A withPort(io.kubernetes.client.custom.IntOrString port)
Boolean hasPort()
A withNewPort(int value)
Copyright © 2021. All rights reserved.