Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.61 KB

ControlPlaneUpgradePolicy.md

File metadata and controls

23 lines (19 loc) · 1.61 KB

ControlPlaneUpgradePolicy

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 'ControlPlaneUpgradePolicy' if this is a complete object or 'ControlPlaneUpgradePolicyLink' 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 control plane 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]
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]