Welcome to mirror list, hosted at ThFree Co, Russian Federation.

constants.js « eks_cluster « create_cluster « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a850ba89818767a0ee352cabc9e8ff6ae8e7961f (plain)
1
2
// eslint-disable-next-line import/prefer-default-export
export const KUBERNETES_VERSIONS = [{ name: '1.14', value: '1.14' }];