LivenessProbeProperty
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkeci"
&alicloudroscdkeci.LivenessProbeProperty {
ExecCommand: interface{},
FailureThreshold: interface{},
HttpGetPath: interface{},
HttpGetPort: interface{},
HttpGetScheme: interface{},
InitialDelaySeconds: interface{},
PeriodSeconds: interface{},
SuccessThreshold: interface{},
TcpSocketPort: interface{},
TimeoutSeconds: interface{},
}
Properties
Name | Type | Description |
---|---|---|
ExecCommand |
interface{} |
No description. |
FailureThreshold |
interface{} |
No description. |
HttpGetPath |
interface{} |
No description. |
HttpGetPort |
interface{} |
No description. |
HttpGetScheme |
interface{} |
No description. |
InitialDelaySeconds |
interface{} |
No description. |
PeriodSeconds |
interface{} |
No description. |
SuccessThreshold |
interface{} |
No description. |
TcpSocketPort |
interface{} |
No description. |
TimeoutSeconds |
interface{} |
No description. |
ExecCommand
Optional
ExecCommand interface{}
- Type: interface{}
FailureThreshold
Optional
FailureThreshold interface{}
- Type: interface{}
HttpGetPath
Optional
HttpGetPath interface{}
- Type: interface{}
HttpGetPort
Optional
HttpGetPort interface{}
- Type: interface{}
HttpGetScheme
Optional
HttpGetScheme interface{}
- Type: interface{}
InitialDelaySeconds
Optional
InitialDelaySeconds interface{}
- Type: interface{}
PeriodSeconds
Optional
PeriodSeconds interface{}
- Type: interface{}
SuccessThreshold
Optional
SuccessThreshold interface{}
- Type: interface{}
TcpSocketPort
Optional
TcpSocketPort interface{}
- Type: interface{}
TimeoutSeconds
Optional
TimeoutSeconds interface{}
- Type: interface{}