Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.69 KB

NodePoolUpgradePolicy.md

File metadata and controls

24 lines (20 loc) · 1.69 KB

NodePoolUpgradePolicy

Representation of an upgrade policy that can be set for a node pool.

Properties

Name Type Description Notes
kind str Indicates the type of this object. Will be 'NodePoolUpgradePolicy' if this is a complete object or 'NodePoolUpgradePolicyLink' if it is just a link. [optional]
id str Unique identifier of the object. [optional]
href str Self link. [optional]
cluster_id str Cluster ID this upgrade policy for node pool is defined for. [optional]
creation_timestamp datetime Timestamp for creation of resource. [optional]
enable_minor_version_upgrades bool Indicates if minor version upgrades are allowed for automatic upgrades (for manual it's always allowed). [optional]
last_update_timestamp datetime Timestamp for last update that happened to resource. [optional]
next_run datetime Next time the upgrade should run. [optional]
node_pool_id str Node Pool ID this upgrade policy is defined for. [optional]
schedule str Schedule cron expression that defines automatic upgrade scheduling. [optional]
schedule_type ScheduleType [optional]
state UpgradePolicyState [optional]
upgrade_type UpgradeType [optional]
version str Version is the desired upgrade version. [optional]

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