Counts of different classes of nodes inside a cluster.
Name | Type | Description | Notes |
---|---|---|---|
autoscale_compute | MachinePoolAutoscaling | [optional] | |
availability_zones | list[str] | The availability zones upon which the nodes are created. | [optional] |
compute | int | Number of compute nodes of the cluster. Compute and AutoscaleCompute cannot be used together. | [optional] |
compute_labels | dict(str, str) | The labels set on the "default" compute machine pool. | [optional] |
compute_machine_type | MachineType | [optional] | |
compute_root_volume | RootVolume | [optional] | |
infra | int | Number of infrastructure nodes of the cluster. | [optional] |
infra_machine_type | MachineType | [optional] | |
master | int | Number of master nodes of the cluster. | [optional] |
master_machine_type | MachineType | [optional] | |
security_group_filters | list[MachinePoolSecurityGroupFilter] | List of security groups to be applied to nodes (Optional). | [optional] |
total | int | Total number of nodes of the cluster. | [optional] |