Skip to content

ClusterNodePoolProps

Properties for defining a ClusterNodePool.

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

Initializer

import ros_cdk_cs
ros_cdk_cs.ClusterNodePoolProps(
  cluster_id: typing.Union[str, IResolvable],
  scaling_group: typing.Union[IResolvable, ScalingGroupProperty],
  auto_scaling: typing.Union[IResolvable, AutoScalingProperty] = None,
  count: typing.Union[typing.Union[int, float], IResolvable] = None,
  kubernetes_config: typing.Union[IResolvable, KubernetesConfigProperty] = None,
  management: typing.Union[IResolvable, ManagementProperty] = None,
  node_pool_info: typing.Union[IResolvable, NodePoolInfoProperty] = None,
  tee_config: typing.Union[IResolvable, TeeConfigProperty] = None
)

Properties

Name Type Description
cluster_id typing.Union[str, ros_cdk_core.IResolvable] Property clusterId: Cluster ID.
scaling_group typing.Union[ros_cdk_core.IResolvable, ScalingGroupProperty] Property scalingGroup: The configurations of the scaling group used by the node pool.
auto_scaling typing.Union[ros_cdk_core.IResolvable, AutoScalingProperty] Property autoScaling: The configurations of auto scaling.
count typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] Property count: The number of nodes in the node pool.
kubernetes_config typing.Union[ros_cdk_core.IResolvable, KubernetesConfigProperty] Property kubernetesConfig: The configurations of the ACK cluster.
management typing.Union[ros_cdk_core.IResolvable, ManagementProperty] Property management: The configurations of the managed node pool.
node_pool_info typing.Union[ros_cdk_core.IResolvable, NodePoolInfoProperty] Property nodePoolInfo: The configurations of the node pool.
tee_config typing.Union[ros_cdk_core.IResolvable, TeeConfigProperty] Property teeConfig: The configurations of confidential computing.

cluster_idRequired

cluster_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property clusterId: Cluster ID.


scaling_groupRequired

scaling_group: typing.Union[IResolvable, ScalingGroupProperty]

Property scalingGroup: The configurations of the scaling group used by the node pool.


auto_scalingOptional

auto_scaling: typing.Union[IResolvable, AutoScalingProperty]

Property autoScaling: The configurations of auto scaling.


countOptional

count: typing.Union[typing.Union[int, float], IResolvable]
  • Type: typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]

Property count: The number of nodes in the node pool.


kubernetes_configOptional

kubernetes_config: typing.Union[IResolvable, KubernetesConfigProperty]

Property kubernetesConfig: The configurations of the ACK cluster.


managementOptional

management: typing.Union[IResolvable, ManagementProperty]

Property management: The configurations of the managed node pool.


node_pool_infoOptional

node_pool_info: typing.Union[IResolvable, NodePoolInfoProperty]

Property nodePoolInfo: The configurations of the node pool.


tee_configOptional

tee_config: typing.Union[IResolvable, TeeConfigProperty]

Property teeConfig: The configurations of confidential computing.