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. |
Runtime
Required
Runtime interface{}
- Type: interface{}
RuntimeVersion
Required
RuntimeVersion interface{}
- Type: interface{}
CpuPolicy
Optional
CpuPolicy interface{}
- Type: interface{}
Labels
Optional
Labels interface{}
- Type: interface{}
NodeNameMode
Optional
NodeNameMode interface{}
- Type: interface{}
Taints
Optional
Taints interface{}
- Type: interface{}