File tree 1 file changed +4
-0
lines changed
packages/@aws-cdk/aws-eks/lib 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -772,21 +772,25 @@ export interface ClusterProps extends ClusterOptions {
772
772
export class KubernetesVersion {
773
773
/**
774
774
* Kubernetes version 1.14
775
+ * @deprecated Use newer version of EKS
775
776
*/
776
777
public static readonly V1_14 = KubernetesVersion . of ( '1.14' ) ;
777
778
778
779
/**
779
780
* Kubernetes version 1.15
781
+ * @deprecated Use newer version of EKS
780
782
*/
781
783
public static readonly V1_15 = KubernetesVersion . of ( '1.15' ) ;
782
784
783
785
/**
784
786
* Kubernetes version 1.16
787
+ * @deprecated Use newer version of EKS
785
788
*/
786
789
public static readonly V1_16 = KubernetesVersion . of ( '1.16' ) ;
787
790
788
791
/**
789
792
* Kubernetes version 1.17
793
+ * @deprecated Use newer version of EKS
790
794
*/
791
795
public static readonly V1_17 = KubernetesVersion . of ( '1.17' ) ;
792
796
You can’t perform that action at this time.
0 commit comments