debian-mirror-gitlab/app/assets/javascripts/create_cluster/eks_cluster/constants.js

8 lines
237 B
JavaScript
Raw Normal View History

2019-12-21 20:55:43 +05:30
// eslint-disable-next-line import/prefer-default-export
export const KUBERNETES_VERSIONS = [
{ name: '1.14', value: '1.14' },
{ name: '1.13', value: '1.13' },
{ name: '1.12', value: '1.12' },
{ name: '1.11', value: '1.11' },
];