MeshUpgradeProfileProperties interface
Mesh upgrade profile properties for a major.minor release.
- Extends
Inherited Properties
compatible |
List of items this revision of service mesh is compatible with, and their associated versions. |
revision | The revision of the mesh release. |
upgrades | List of revisions available for upgrade of a specific mesh revision |
Inherited Property Details
compatibleWith
List of items this revision of service mesh is compatible with, and their associated versions.
compatibleWith?: CompatibleVersions[]
Property Value
Inherited From MeshRevision.compatibleWith
revision
The revision of the mesh release.
revision?: string
Property Value
string
Inherited From MeshRevision.revision
upgrades
List of revisions available for upgrade of a specific mesh revision
upgrades?: string[]
Property Value
string[]
Inherited From MeshRevision.upgrades