KubernetesSupportPlan Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. containerservice. models. KubernetesSupportPlan
- com.
- com.
public final class KubernetesSupportPlan
extends ExpandableStringEnum<KubernetesSupportPlan>
Different support tiers for AKS managed clusters.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Kubernetes |
AKSLONG_TERM_SUPPORT
Support for the version extended past the Kubernetes |
|
static final
Kubernetes |
KUBERNETES_OFFICIAL
Support for the version is the same as for the open source Kubernetes offering. |
Constructor Summary
| Constructor | Description |
|---|---|
| KubernetesSupportPlan() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Kubernetes |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Kubernetes |
fromString(String name)
Creates or finds a Kubernetes |
|
static
Collection<Kubernetes |
values()
Gets known Kubernetes |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
AKSLONG_TERM_SUPPORT
public static final KubernetesSupportPlan AKSLONG_TERM_SUPPORT
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.
KUBERNETES_OFFICIAL
public static final KubernetesSupportPlan KUBERNETES_OFFICIAL
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.
Constructor Details
KubernetesSupportPlan
@Deprecated
public KubernetesSupportPlan()
Deprecated
Creates a new instance of KubernetesSupportPlan value.
Method Details
fromString
public static KubernetesSupportPlan fromString(String name)
Creates or finds a KubernetesSupportPlan from its string representation.
Parameters:
Returns:
values
public static Collection<KubernetesSupportPlan> values()
Gets known KubernetesSupportPlan values.
Returns: