Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.29 KB

UpgradePolicy.md

File metadata and controls

20 lines (16 loc) · 1.29 KB

UpgradePolicy

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

Properties

Name Type Description Notes
kind str Indicates the type of this object. Will be 'UpgradePolicy' if this is a complete object or 'UpgradePolicyLink' 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 is defined for. [optional]
enable_minor_version_upgrades bool Indicates if minor version upgrades are allowed for automatic upgrades (for manual it's always allowed). [optional]
next_run datetime Next time the upgrade should run. [optional]
schedule str Schedule cron expression that defines automatic upgrade scheduling. [optional]
schedule_type ScheduleType [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]