KubernetesSupportPlan

enum KubernetesSupportPlan : Enum<KubernetesSupportPlan> , ConvertibleToJava<KubernetesSupportPlan>

The support plan for the Managed Cluster. If unspecified, the default is 'KubernetesOfficial'.

Entries

Link copied to clipboard

Support for the version is the same as for the open source Kubernetes offering. Official Kubernetes open source community support versions for 1 year after release.

Link copied to clipboard

Support for the version extended past the KubernetesOfficial support of 1 year. AKS continues to patch CVEs for another 1 year, for a total of 2 years of support.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
val javaValue: KubernetesSupportPlan
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toJava(): KubernetesSupportPlan
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.