@Generated(value="jsonschema2pojo") public class ReadinessProbe extends Object implements io.fabric8.kubernetes.api.builder.Editable<ReadinessProbeBuilder>, 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 |
|---|---|
ReadinessProbeBuilder |
edit() |
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) |
ReadinessProbeBuilder |
toBuilder() |
public ReadinessProbe()
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)
public ReadinessProbeBuilder edit()
edit in interface io.fabric8.kubernetes.api.builder.Editable<ReadinessProbeBuilder>public ReadinessProbeBuilder toBuilder()
Copyright © 2015–2024 Red Hat. All rights reserved.