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 |
withNewPort(int value) |
A |
withNewPort(String value) |
A |
withPort(io.kubernetes.client.custom.IntOrString port) |
Copyright © 2022. All rights reserved.