| Package | Description |
|---|---|
| com.baidubce.services.bci.model.common | |
| com.baidubce.services.bci.model.container |
| Modifier and Type | Method and Description |
|---|---|
Probe |
Probe.setExec(ExecAction exec) |
Probe |
Probe.setFailureThreshold(int failureThreshold) |
Probe |
Probe.setGrpc(GRPCAction grpc) |
Probe |
Probe.setHttpGet(HTTPGetAction httpGet) |
Probe |
Probe.setInitialDelaySeconds(int initialDelaySeconds) |
Probe |
Probe.setPeriodSeconds(int periodSeconds) |
Probe |
Probe.setSuccessThreshold(int successThreshold) |
Probe |
Probe.setTcpSocket(TCPSocketAction tcpSocket) |
Probe |
Probe.setTerminationGracePeriodSeconds(long terminationGracePeriodSeconds) |
Probe |
Probe.setTimeoutSeconds(int timeoutSeconds) |
| Modifier and Type | Method and Description |
|---|---|
Probe |
Container.getLivenessProbe() |
Probe |
Container.getReadinessProbe() |
Probe |
Container.getStartupProbe() |
| Modifier and Type | Method and Description |
|---|---|
Container |
Container.setLivenessProbe(Probe livenessProbe) |
Container |
Container.setReadinessProbe(Probe readinessProbe) |
Container |
Container.setStartupProbe(Probe startupProbe) |
Copyright © 2024. All rights reserved.