summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/create_cluster/eks_cluster/constants.js
blob: 339642f991edcf0404daf869cf933630ed391529 (plain)
1
2
3
4
5
6
7
// 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' },
];