@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-08-31T19:41:55.826Z[Etc/UTC]") public class V1ThanosRulerSpecStartupProbe extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_EXEC |
static String |
SERIALIZED_NAME_FAILURE_THRESHOLD |
static String |
SERIALIZED_NAME_HTTP_GET |
static String |
SERIALIZED_NAME_INITIAL_DELAY_SECONDS |
static String |
SERIALIZED_NAME_PERIOD_SECONDS |
static String |
SERIALIZED_NAME_SUCCESS_THRESHOLD |
static String |
SERIALIZED_NAME_TCP_SOCKET |
static String |
SERIALIZED_NAME_TIMEOUT_SECONDS |
| Constructor and Description |
|---|
V1ThanosRulerSpecStartupProbe() |
public static final String SERIALIZED_NAME_EXEC
public static final String SERIALIZED_NAME_FAILURE_THRESHOLD
public static final String SERIALIZED_NAME_HTTP_GET
public static final String SERIALIZED_NAME_INITIAL_DELAY_SECONDS
public static final String SERIALIZED_NAME_PERIOD_SECONDS
public static final String SERIALIZED_NAME_SUCCESS_THRESHOLD
public static final String SERIALIZED_NAME_TCP_SOCKET
public static final String SERIALIZED_NAME_TIMEOUT_SECONDS
public V1ThanosRulerSpecStartupProbe exec(V1ThanosRulerSpecLifecyclePostStartExec exec)
@Nullable public V1ThanosRulerSpecLifecyclePostStartExec getExec()
public void setExec(V1ThanosRulerSpecLifecyclePostStartExec exec)
public V1ThanosRulerSpecStartupProbe failureThreshold(Integer failureThreshold)
@Nullable public Integer getFailureThreshold()
public void setFailureThreshold(Integer failureThreshold)
public V1ThanosRulerSpecStartupProbe httpGet(V1ThanosRulerSpecLifecyclePostStartHttpGet httpGet)
@Nullable public V1ThanosRulerSpecLifecyclePostStartHttpGet getHttpGet()
public void setHttpGet(V1ThanosRulerSpecLifecyclePostStartHttpGet httpGet)
public V1ThanosRulerSpecStartupProbe initialDelaySeconds(Integer initialDelaySeconds)
@Nullable public Integer getInitialDelaySeconds()
public void setInitialDelaySeconds(Integer initialDelaySeconds)
public V1ThanosRulerSpecStartupProbe periodSeconds(Integer periodSeconds)
@Nullable public Integer getPeriodSeconds()
public void setPeriodSeconds(Integer periodSeconds)
public V1ThanosRulerSpecStartupProbe successThreshold(Integer successThreshold)
@Nullable public Integer getSuccessThreshold()
public void setSuccessThreshold(Integer successThreshold)
public V1ThanosRulerSpecStartupProbe tcpSocket(V1ThanosRulerSpecLifecyclePostStartTcpSocket tcpSocket)
@Nullable public V1ThanosRulerSpecLifecyclePostStartTcpSocket getTcpSocket()
public void setTcpSocket(V1ThanosRulerSpecLifecyclePostStartTcpSocket tcpSocket)
public V1ThanosRulerSpecStartupProbe timeoutSeconds(Integer timeoutSeconds)
@Nullable public Integer getTimeoutSeconds()
public void setTimeoutSeconds(Integer timeoutSeconds)
Copyright © 2020. All rights reserved.