public class ProbeTargets extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
ProbeTargets()
No args constructor for use in serialization
|
ProbeTargets(ProbeTargetIngress ingress,
ProbeTargetStaticConfig staticConfig) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
ProbeTargetIngress |
getIngress() |
ProbeTargetStaticConfig |
getStaticConfig() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setIngress(ProbeTargetIngress ingress) |
void |
setStaticConfig(ProbeTargetStaticConfig staticConfig) |
public ProbeTargets()
public ProbeTargets(ProbeTargetIngress ingress, ProbeTargetStaticConfig staticConfig)
ingress - staticConfig - public ProbeTargetIngress getIngress()
public void setIngress(ProbeTargetIngress ingress)
public ProbeTargetStaticConfig getStaticConfig()
public void setStaticConfig(ProbeTargetStaticConfig staticConfig)
Copyright © 2015–2022 Red Hat. All rights reserved.