Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.34 KB

AddonUpgradePolicy.md

File metadata and controls

20 lines (16 loc) · 1.34 KB

AddonUpgradePolicy

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 'AddonUpgradePolicy' if this is a complete object or 'AddonUpgradePolicyLink' if it is just a link. [optional]
id str Unique identifier of the object. [optional]
href str Self link. [optional]
addon_id str Addon ID this upgrade policy is defined for [optional]
cluster_id str Cluster ID this upgrade policy is defined for. [optional]
next_run datetime Next time the upgrade should run. [optional]
schedule str Schedule cron expression that defines automatic upgrade scheduling. [optional]
schedule_type str Schedule type can be either "manual" (single execution) or "automatic" (re-occurring). [optional]
upgrade_type str Upgrade type specify the type of the upgrade. Must be "ADDON". [optional]
version str Version is the desired upgrade version. [optional]

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