UpgradeDependency

UpgradeDependency represents a dependency when upgrading a resource.

JSON representation
{
  "resourceName": string,
  "currentVersion": string,
  "targetVersion": string,
  "membership": string
}
Fields
resourceName

string

Resource name of the dependency.

currentVersion

string

Current version of the dependency e.g. 1.15.0.

targetVersion

string

Target version of the dependency e.g. 1.16.1. This is the version the dependency needs to be upgraded to before a resource can be upgraded.

membership

string

Membership names are formatted as projects/<project-id>/locations/<location>/memberships/<cluster-id>.