MeshRevision Class

Definition

Holds information on upgrades and compatibility for given major.minor mesh release.

public class MeshRevision
type MeshRevision = class
Public Class MeshRevision
Inheritance
MeshRevision
Derived

Constructors

Name Description
MeshRevision()

Initializes a new instance of the MeshRevision class.

MeshRevision(String, IList<String>, IList<CompatibleVersions>)

Initializes a new instance of the MeshRevision class.

Properties

Name Description
CompatibleWith

Gets or sets list of items this revision of service mesh is compatible with, and their associated versions.

Revision

Gets or sets the revision of the mesh release.

Upgrades

Gets or sets list of revisions available for upgrade of a specific mesh revision

Applies to