Skip to content

Latest commit

 

History

History
43 lines (38 loc) · 3.28 KB

File metadata and controls

43 lines (38 loc) · 3.28 KB

Cluster

Properties

Name Type Description Notes
id uuid::Uuid [readonly]
created_at String [readonly]
updated_at Option<String> [optional][readonly]
organization models::ReferenceObject
name String name is case-insensitive
description Option<String> [optional]
region String
cloud_provider models::CloudVendorEnum
min_running_nodes Option<i32> [optional][default to 1]
max_running_nodes Option<i32> [optional][default to 1]
disk_size Option<i32> Unit is in GB. The disk size to be used for the node configuration [optional][default to 20]
disk_iops Option<i32> Unit is operation/seconds. The disk IOPS to be used for the node configuration [optional]
disk_throughput Option<i32> Unit is in MB/s. The disk thoughput to be used for the node configuration [optional]
instance_type Option<String> the instance type to be used for this cluster. The list of values can be retrieved via the endpoint /{CloudProvider}/instanceType [optional]
kubernetes Option<models::KubernetesEnum> [optional]
cpu Option<i32> unit is millicores (m). 1000m = 1 cpu [optional]
memory Option<i32> unit is MB. 1024 MB = 1GB [optional]
estimated_cloud_provider_cost Option<i32> This is an estimation of the cost this cluster will represent on your cloud proider bill, based on your current configuration [optional]
status Option<models::ClusterStateEnum> [optional]
has_access Option<bool> [optional]
version Option<String> [optional]
is_default Option<bool> [optional]
is_demo Option<bool> specific flag to indicate that this cluster is a demo one [optional]
production Option<bool> specific flag to indicate that this cluster is a production one [optional]
ssh_keys Option<Vec> Indicate your public ssh_key to remotely connect to your EC2 instance. [optional]
features Option<Vecmodels::ClusterFeatureResponse> [optional]
deployment_status Option<models::ClusterDeploymentStatusEnum> [optional]
metrics_parameters Option<models::MetricsParameters> [optional]
infrastructure_outputs Option<models::InfrastructureOutputs> [optional]
infrastructure_charts_parameters Option<models::ClusterInfrastructureChartsParameters> [optional]
keda Option<models::ClusterKeda> [optional]
labels_groups Option<Vecmodels::ClusterLabelsGroup> [optional]
secret_manager_accesses Option<Vecmodels::SecretManagerAccessResponse> [optional]

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