Rename k8sApi, allowedOriginUrls, allowedAgentCacheTtl, allowedAgentCacheErrorTtl, kubernetesApiProxy in kubernetes_api module
requested to merge hristiyan.ivanov/gitlab-agent:fix-initialisms-kubernetes_api-module-2 into master
Improve naming for initialisms in kubernetes_api module. This MR is a follow up of !1240 (merged) Includes following changes related to #468 (closed):
- Rename kubernetesApiProxy to kubernetesAPIProxy in kubernetes_api module
- Rename allowedAgentCacheErrorTtl to allowedAgentCacheErrorTTL in kubernetes_api module
- Rename allowedAgentCacheTtl to allowedAgentCacheTTL in kubernetes_api module
- Rename allowedOriginUrls to allowedOriginURLs in kubernetes_api module
- Rename k8sApi to k8sAPI in kubernetes_api module
Edited by Hristiyan Ivanov