mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 22:17:14 +00:00
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.
This commit is contained in:
parent
050956b08e
commit
15ed07fb44
@ -9,8 +9,8 @@ load(
|
|||||||
go_library(
|
go_library(
|
||||||
name = "go_default_library",
|
name = "go_default_library",
|
||||||
srcs = [
|
srcs = [
|
||||||
|
"capabilities.go",
|
||||||
"doc.go",
|
"doc.go",
|
||||||
"mustrunas.go",
|
|
||||||
"types.go",
|
"types.go",
|
||||||
],
|
],
|
||||||
importpath = "k8s.io/kubernetes/pkg/security/podsecuritypolicy/capabilities",
|
importpath = "k8s.io/kubernetes/pkg/security/podsecuritypolicy/capabilities",
|
||||||
@ -24,7 +24,7 @@ go_library(
|
|||||||
|
|
||||||
go_test(
|
go_test(
|
||||||
name = "go_default_test",
|
name = "go_default_test",
|
||||||
srcs = ["mustrunas_test.go"],
|
srcs = ["capabilities_test.go"],
|
||||||
importpath = "k8s.io/kubernetes/pkg/security/podsecuritypolicy/capabilities",
|
importpath = "k8s.io/kubernetes/pkg/security/podsecuritypolicy/capabilities",
|
||||||
library = ":go_default_library",
|
library = ":go_default_library",
|
||||||
deps = [
|
deps = [
|
||||||
|
Loading…
Reference in New Issue
Block a user