Commit 15ed07fb authored by Cao Shufeng's avatar Cao Shufeng

rename mustrunas to capabilities

The file context has nothing to do with `mustrunas`, so it's quite odd to use `mustrunas` as the file name. I guess it's copied from other places.
parent 050956b0
......@@ -9,8 +9,8 @@ load(
go_library(
name = "go_default_library",
srcs = [
"capabilities.go",
"doc.go",
"mustrunas.go",
"types.go",
],
importpath = "k8s.io/kubernetes/pkg/security/podsecuritypolicy/capabilities",
......@@ -24,7 +24,7 @@ go_library(
go_test(
name = "go_default_test",
srcs = ["mustrunas_test.go"],
srcs = ["capabilities_test.go"],
importpath = "k8s.io/kubernetes/pkg/security/podsecuritypolicy/capabilities",
library = ":go_default_library",
deps = [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment