public class Probe extends Object implements KubernetesResource
| Constructor and Description |
|---|
Probe()
No args constructor for use in serialization
|
Probe(ExecAction exec,
Integer failureThreshold,
HTTPGetAction httpGet,
Integer initialDelaySeconds,
Integer periodSeconds,
Integer successThreshold,
TCPSocketAction tcpSocket,
Integer timeoutSeconds) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
ExecAction |
getExec() |
Integer |
getFailureThreshold() |
HTTPGetAction |
getHttpGet() |
Integer |
getInitialDelaySeconds() |
Integer |
getPeriodSeconds() |
Integer |
getSuccessThreshold() |
TCPSocketAction |
getTcpSocket() |
Integer |
getTimeoutSeconds() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setExec(ExecAction exec) |
void |
setFailureThreshold(Integer failureThreshold) |
void |
setHttpGet(HTTPGetAction httpGet) |
void |
setInitialDelaySeconds(Integer initialDelaySeconds) |
void |
setPeriodSeconds(Integer periodSeconds) |
void |
setSuccessThreshold(Integer successThreshold) |
void |
setTcpSocket(TCPSocketAction tcpSocket) |
void |
setTimeoutSeconds(Integer timeoutSeconds) |
public Probe()
public Probe(ExecAction exec, Integer failureThreshold, HTTPGetAction httpGet, Integer initialDelaySeconds, Integer periodSeconds, Integer successThreshold, TCPSocketAction tcpSocket, Integer timeoutSeconds)
failureThreshold - periodSeconds - tcpSocket - timeoutSeconds - successThreshold - initialDelaySeconds - exec - httpGet - public ExecAction getExec()
public void setExec(ExecAction exec)
public Integer getFailureThreshold()
public void setFailureThreshold(Integer failureThreshold)
public HTTPGetAction getHttpGet()
public void setHttpGet(HTTPGetAction httpGet)
public Integer getInitialDelaySeconds()
public void setInitialDelaySeconds(Integer initialDelaySeconds)
public Integer getPeriodSeconds()
public void setPeriodSeconds(Integer periodSeconds)
public Integer getSuccessThreshold()
public void setSuccessThreshold(Integer successThreshold)
public TCPSocketAction getTcpSocket()
public void setTcpSocket(TCPSocketAction tcpSocket)
public Integer getTimeoutSeconds()
public void setTimeoutSeconds(Integer timeoutSeconds)
Copyright © 2015–2022 Red Hat. All rights reserved.