@Generated(value="jsonschema2pojo") public class TCPHealthCheckConfig extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
TCPHealthCheckConfig()
No args constructor for use in serialization
|
TCPHealthCheckConfig(String host,
Integer port) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getHost() |
Integer |
getPort() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setHost(String host) |
void |
setPort(Integer port) |
Copyright © 2015–2023 Red Hat. All rights reserved.