KubernetesVersionProperties interface
Kubernetes version profile for given major.minor release
Properties
is |
Whether this version is in preview mode. NOTE: This property will not be serialized. It can only be populated by the server. |
patch |
Patch versions of a Kubernetes release NOTE: This property will not be serialized. It can only be populated by the server. |
version | major.minor version of Kubernetes release NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
isPreview
Whether this version is in preview mode. NOTE: This property will not be serialized. It can only be populated by the server.
isPreview?: boolean
Property Value
boolean
patchVersions
Patch versions of a Kubernetes release NOTE: This property will not be serialized. It can only be populated by the server.
patchVersions?: {[propertyName: string]: KubernetesPatchVersions}
Property Value
{[propertyName: string]: KubernetesPatchVersions}
version
major.minor version of Kubernetes release NOTE: This property will not be serialized. It can only be populated by the server.
version?: string
Property Value
string