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. |
ExecCommandOptional
ExecCommand interface{}
- Type: interface{}
FailureThresholdOptional
FailureThreshold interface{}
- Type: interface{}
HttpGetPathOptional
HttpGetPath interface{}
- Type: interface{}
HttpGetPortOptional
HttpGetPort interface{}
- Type: interface{}
HttpGetSchemeOptional
HttpGetScheme interface{}
- Type: interface{}
InitialDelaySecondsOptional
InitialDelaySeconds interface{}
- Type: interface{}
PeriodSecondsOptional
PeriodSeconds interface{}
- Type: interface{}
SuccessThresholdOptional
SuccessThreshold interface{}
- Type: interface{}
TcpSocketPortOptional
TcpSocketPort interface{}
- Type: interface{}
TimeoutSecondsOptional
TimeoutSeconds interface{}
- Type: interface{}