Skip to content

Rename k8sApi, allowedOriginUrls, allowedAgentCacheTtl, allowedAgentCacheErrorTtl, kubernetesApiProxy in kubernetes_api module

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

Merge request reports