Skip to content

Use consistent naming for remaining initialisms in internal

A couple of initialisms have been missed during the renaming (#468 (closed)). The changes have been split in two MRs and this one includes the following changes:

  • Rename Cpu to CPU
  • Rename LimitsCpu to LimitsCPU
  • Rename RequestsCpu to RequestsCPU
  • Rename NewMockAgentRpcApiWithMockPoller to NewMockAgentRPCAPIWithMockPoller
  • Rename getAgentIdForSessionCookieRequest to getAgentIDForSessionCookieRequest
  • Rename KasPool to KASPool
  • Rename kubeApiRoundTripper to kubeAPIRoundTripper
  • Rename constructKasConnection to constructKASConnection
  • Rename rpcApi to rpcAPI
  • Rename mockRpcApi to mockRPCAPI
  • Rename mockApi to mockAPI
  • Regenerate mocks
  • Rename agentId to agentID

Merge request reports