Skip to content

RosClusterNodePoolProps

Properties for defining a RosClusterNodePool.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cs-clusternodepool

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcs"
&alicloudroscdkcs.RosClusterNodePoolProps {
    ClusterId: interface{},
    ScalingGroup: interface{},
    AutoScaling: interface{},
    Count: interface{},
    KubernetesConfig: interface{},
    Management: interface{},
    NodePoolInfo: interface{},
    TeeConfig: interface{},
}

Properties

Name Type Description
ClusterId interface{} No description.
ScalingGroup interface{} No description.
AutoScaling interface{} No description.
Count interface{} No description.
KubernetesConfig interface{} No description.
Management interface{} No description.
NodePoolInfo interface{} No description.
TeeConfig interface{} No description.

ClusterIdRequired

ClusterId interface{}
  • Type: interface{}

ScalingGroupRequired

ScalingGroup interface{}
  • Type: interface{}

AutoScalingOptional

AutoScaling interface{}
  • Type: interface{}

CountOptional

Count interface{}
  • Type: interface{}

KubernetesConfigOptional

KubernetesConfig interface{}
  • Type: interface{}

ManagementOptional

Management interface{}
  • Type: interface{}

NodePoolInfoOptional

NodePoolInfo interface{}
  • Type: interface{}

TeeConfigOptional

TeeConfig interface{}
  • Type: interface{}