chore(cmd): unify CLI names via common constants and simplify main dispatch (#24486)

Signed-off-by: jaehanbyun <awbrg789@naver.com>
This commit is contained in:
jaehanbyun
2026-02-15 20:03:39 +09:00
committed by GitHub
parent b0b9658e04
commit b48ed499c0
20 changed files with 47 additions and 71 deletions

View File

@@ -566,7 +566,7 @@ func TestGetApplicationControllerReplicas(t *testing.T) {
expectedReplicas = int32(3)
clientset = getClientset(&appsv1.Deployment{
ObjectMeta: metav1.ObjectMeta{
Name: common.ApplicationController,
Name: common.CommandApplicationController,
Namespace: testNamespace,
},
Spec: appsv1.DeploymentSpec{