Skip to content

Commit 8c2f2c9

Browse files
authored
Merge pull request kubernetes#86361 from seans3/apply-refactor
kubectl apply refactor
2 parents 4e35750 + 79bc63f commit 8c2f2c9

File tree

4 files changed

+690
-496
lines changed

4 files changed

+690
-496
lines changed

staging/src/k8s.io/kubectl/pkg/cmd/apply/BUILD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ go_library(
77
"apply_edit_last_applied.go",
88
"apply_set_last_applied.go",
99
"apply_view_last_applied.go",
10+
"patcher.go",
11+
"prune.go",
1012
],
1113
importmap = "k8s.io/kubernetes/vendor/k8s.io/kubectl/pkg/cmd/apply",
1214
importpath = "k8s.io/kubectl/pkg/cmd/apply",

0 commit comments

Comments
 (0)