public interface TCPHealthCheckConfigFluent<A extends TCPHealthCheckConfigFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
String
getHost()
Integer
getPort()
Boolean
hasHost()
hasPort()
A
withHost(String host)
withPort(Integer port)
String getHost()
A withHost(String host)
Boolean hasHost()
Integer getPort()
A withPort(Integer port)
Boolean hasPort()
Copyright © 2015–2023 Red Hat. All rights reserved.