Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.6 KB

MachinePool.md

File metadata and controls

23 lines (19 loc) · 1.6 KB

MachinePool

Representation of a machine pool in a cluster.

Properties

Name Type Description Notes
kind str Indicates the type of this object. Will be 'MachinePool' if this is a complete object or 'MachinePoolLink' if it is just a link. [optional]
id str Unique identifier of the object. [optional]
href str Self link. [optional]
aws AWSMachinePool [optional]
autoscaling MachinePoolAutoscaling [optional]
availability_zones list[str] The availability zones upon which the nodes are created. [optional]
instance_type str The instance type of Nodes to create. [optional]
labels dict(str, str) The labels set on the Nodes created. [optional]
replicas int The number of Machines (and Nodes) to create. Replicas and autoscaling cannot be used together. [optional]
root_volume RootVolume [optional]
security_group_filters list[MachinePoolSecurityGroupFilter] List of security groups to be applied to MachinePool (Optional) [optional]
subnets list[str] The subnets upon which the nodes are created. [optional]
taints list[Taint] The taints set on the Nodes created. [optional]

[Back to Model list] [Back to API list] [Back to README]