ContainerAppRevision

ContainerAppRevision
ContainerAppRevision

A revision for a container based App. The first revision is generated automatically during container app creation. Upgrade / downgrade container app's version, change its custom values, or rollback a container app will also generate a new revision.

JSON Example
{
    "revision": 0,
    "appVersion": "string",
    "packageInfo": {
        "type": "HelmChart",
        "version": "string",
        "customValuesCheckSum": "string"
    }
}
integer As int32 As int32
revision
Optional

The revision number of current revision. Container app's first revision will be numbered with 1, and this number will be increased by 1 for each new revision.

string
appVersion
Optional

Container app's application version. During revision generation, Cloud Director will persist the value of App's appVersion field into this field.

packageInfo
Optional

packageInfo

Availability
Added in 39.0.0-alpha
Returned By