Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.07 KB

UpdatePoolRequest.md

File metadata and controls

18 lines (13 loc) · 1.07 KB

UpdatePoolRequest

Properties

Name Type Description Notes
autoscaling Option<bool> The new value for the enablement of autoscaling for the pool [optional]
size Option<i32> The new size for the pool [optional]
min_size Option<i32> The new minimun size for the pool [optional]
max_size Option<i32> The new maximum size for the pool [optional]
autohealing Option<bool> The new value for the enablement of autohealing for the pool [optional]
tags Option<Vec> The new tags associated with the pool [optional]
kubelet_args Option<crate::models::UpdatePoolRequestKubeletArgs> [optional]
upgrade_policy Option<crate::models::CreatePoolRequestUpgradePolicy> [optional]

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