KubernetesConfigProperty
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcs"
&alicloudroscdkcs.KubernetesConfigProperty {
Runtime: interface{},
RuntimeVersion: interface{},
CpuPolicy: interface{},
Labels: interface{},
NodeNameMode: interface{},
Taints: interface{},
}
Properties
| Name | Type | Description |
|---|---|---|
Runtime |
interface{} |
No description. |
RuntimeVersion |
interface{} |
No description. |
CpuPolicy |
interface{} |
No description. |
Labels |
interface{} |
No description. |
NodeNameMode |
interface{} |
No description. |
Taints |
interface{} |
No description. |
RuntimeRequired
Runtime interface{}
- Type: interface{}
RuntimeVersionRequired
RuntimeVersion interface{}
- Type: interface{}
CpuPolicyOptional
CpuPolicy interface{}
- Type: interface{}
LabelsOptional
Labels interface{}
- Type: interface{}
NodeNameModeOptional
NodeNameMode interface{}
- Type: interface{}
TaintsOptional
Taints interface{}
- Type: interface{}