public class TlsSidecar extends Sidecar
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_HEALTHCHECK_DELAY |
static int |
DEFAULT_HEALTHCHECK_TIMEOUT |
| Constructor and Description |
|---|
TlsSidecar() |
| Modifier and Type | Method and Description |
|---|---|
Probe |
getLivenessProbe() |
TlsSidecarLogLevel |
getLogLevel() |
Probe |
getReadinessProbe() |
void |
setLivenessProbe(Probe livenessProbe) |
void |
setLogLevel(TlsSidecarLogLevel logLevel) |
void |
setReadinessProbe(Probe readinessProbe) |
getAdditionalProperties, getImage, getResources, setAdditionalProperty, setImage, setResourcespublic static final int DEFAULT_HEALTHCHECK_DELAY
public static final int DEFAULT_HEALTHCHECK_TIMEOUT
public TlsSidecarLogLevel getLogLevel()
public void setLogLevel(TlsSidecarLogLevel logLevel)
public Probe getLivenessProbe()
public void setLivenessProbe(Probe livenessProbe)
public Probe getReadinessProbe()
public void setReadinessProbe(Probe readinessProbe)
Copyright © 2019. All rights reserved.