public class ReadinessProbe extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
ReadinessProbe()
No args constructor for use in serialization
|
ReadinessProbe(IsReadinessProbeHealthCheckMethod healthCheckMethod,
Integer failureThreshold,
Integer initialDelaySeconds,
Integer periodSeconds,
Integer successThreshold,
Integer timeoutSeconds) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
Integer |
getFailureThreshold() |
IsReadinessProbeHealthCheckMethod |
getHealthCheckMethod() |
Integer |
getInitialDelaySeconds() |
Integer |
getPeriodSeconds() |
Integer |
getSuccessThreshold() |
Integer |
getTimeoutSeconds() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setFailureThreshold(Integer failureThreshold) |
void |
setHealthCheckMethod(IsReadinessProbeHealthCheckMethod healthCheckMethod) |
void |
setInitialDelaySeconds(Integer initialDelaySeconds) |
void |
setPeriodSeconds(Integer periodSeconds) |
void |
setSuccessThreshold(Integer successThreshold) |
void |
setTimeoutSeconds(Integer timeoutSeconds) |
public ReadinessProbe()
public ReadinessProbe(IsReadinessProbeHealthCheckMethod healthCheckMethod, Integer failureThreshold, Integer initialDelaySeconds, Integer periodSeconds, Integer successThreshold, Integer timeoutSeconds)
failureThreshold - periodSeconds - timeoutSeconds - healthCheckMethod - successThreshold - initialDelaySeconds - public IsReadinessProbeHealthCheckMethod getHealthCheckMethod()
public void setHealthCheckMethod(IsReadinessProbeHealthCheckMethod healthCheckMethod)
public Integer getFailureThreshold()
public void setFailureThreshold(Integer failureThreshold)
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 Integer getTimeoutSeconds()
public void setTimeoutSeconds(Integer timeoutSeconds)
Copyright © 2015–2022 Red Hat. All rights reserved.