Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 932 Bytes

GCPFlavour.md

File metadata and controls

16 lines (12 loc) · 932 Bytes

GCPFlavour

Specification for different classes of nodes inside a flavour.

Properties

Name Type Description Notes
compute_instance_type str GCP default instance type for the worker volume. User can be overridden specifying in the cluster itself a type for compute node. [optional]
infra_instance_type str GCP default instance type for the infra volume. [optional]
infra_volume GCPVolume [optional]
master_instance_type str GCP default instance type for the master volume. [optional]
master_volume GCPVolume [optional]
worker_volume GCPVolume [optional]

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