| Modifier and Type | Method and Description |
|---|---|
ContainerProbe |
Container.livenessProbe()
Get the livenessProbe value.
|
ContainerProbe |
Container.readinessProbe()
Get the readinessProbe value.
|
ContainerProbe |
ContainerProbe.withExec(ContainerExec exec)
Set the exec value.
|
ContainerProbe |
ContainerProbe.withFailureThreshold(Integer failureThreshold)
Set the failureThreshold value.
|
ContainerProbe |
ContainerProbe.withHttpGet(ContainerHttpGet httpGet)
Set the httpGet value.
|
ContainerProbe |
ContainerProbe.withInitialDelaySeconds(Integer initialDelaySeconds)
Set the initialDelaySeconds value.
|
ContainerProbe |
ContainerProbe.withPeriodSeconds(Integer periodSeconds)
Set the periodSeconds value.
|
ContainerProbe |
ContainerProbe.withSuccessThreshold(Integer successThreshold)
Set the successThreshold value.
|
ContainerProbe |
ContainerProbe.withTimeoutSeconds(Integer timeoutSeconds)
Set the timeoutSeconds value.
|
| Modifier and Type | Method and Description |
|---|---|
Container |
Container.withLivenessProbe(ContainerProbe livenessProbe)
Set the livenessProbe value.
|
Container |
Container.withReadinessProbe(ContainerProbe readinessProbe)
Set the readinessProbe value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/