MeshRevision interface
Holds information on upgrades and compatibility for given major.minor mesh release.
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 |
Property Details
compatibleWith
List of items this revision of service mesh is compatible with, and their associated versions.
compatibleWith?: CompatibleVersions[]
Property Value
revision
The revision of the mesh release.
revision?: string
Property Value
string
upgrades
List of revisions available for upgrade of a specific mesh revision
upgrades?: string[]
Property Value
string[]