Representation of an upgrade policy that can be set for a cluster.
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] |