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