KubernetesVersion Class

Definition

Kubernetes version profile for given major.minor release.

public class KubernetesVersion
type KubernetesVersion = class
Public Class KubernetesVersion
Inheritance
KubernetesVersion

Constructors

Name Description
KubernetesVersion()

Initializes a new instance of the KubernetesVersion class.

KubernetesVersion(String, KubernetesVersionCapabilities, Nullable<Boolean>, IDictionary<String,KubernetesPatchVersion>)

Initializes a new instance of the KubernetesVersion class.

KubernetesVersion(String, KubernetesVersionCapabilities, Nullable<Boolean>, Nullable<Boolean>, IDictionary<String,KubernetesPatchVersion>)

Initializes a new instance of the KubernetesVersion class.

Properties

Name Description
Capabilities

Gets or sets capabilities on this Kubernetes version.

IsDefault

Gets or sets whether this version is default.

IsPreview

Gets or sets whether this version is in preview mode.

PatchVersions

Gets or sets patch versions of Kubernetes release

Version

Gets or sets major.minor version of Kubernetes release

Applies to