Skip to content

Commit

Permalink
Merge pull request #108692 from jsafrane/selinux
Browse files Browse the repository at this point in the history
Speed up SELinux volume relabeling using mounts MVP

Kubernetes-commit: b6d0f6ab613e4f3d3d1f4b6a48c24c561c65a4f1
  • Loading branch information
k8s-publishing-bot committed Aug 4, 2022
1 parent a00e9ab commit ce9ac37
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ require (
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8
google.golang.org/protobuf v1.28.0
k8s.io/api v0.0.0-20220804081333-c8f06018bfc8
k8s.io/api v0.0.0-20220804172545-991b48111731
k8s.io/apimachinery v0.0.0-20220804081135-41606c6745e1
k8s.io/klog/v2 v2.70.1
k8s.io/kube-openapi v0.0.0-20220803162953-67bda5d908f1
Expand Down Expand Up @@ -61,6 +61,6 @@ require (
)

replace (
k8s.io/api => k8s.io/api v0.0.0-20220804081333-c8f06018bfc8
k8s.io/api => k8s.io/api v0.0.0-20220804172545-991b48111731
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20220804081135-41606c6745e1
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -477,8 +477,8 @@ honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWh
honnef.co/go/tools v0.0.1-2019.2.3/go.mod h1:a3bituU0lyd329TUQxRnasdCoJDkEUEAqEt0JzvZhAg=
honnef.co/go/tools v0.0.1-2020.1.3/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k=
honnef.co/go/tools v0.0.1-2020.1.4/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k=
k8s.io/api v0.0.0-20220804081333-c8f06018bfc8 h1:FdNw8nZV5E1nvjxl9C9CV/o6bSFGPSOlqMjwxUh9EcQ=
k8s.io/api v0.0.0-20220804081333-c8f06018bfc8/go.mod h1:FxIlxhnPEgx2+gfaS0Xuq8mGrlpuPZ2TPQpwlDhJCoI=
k8s.io/api v0.0.0-20220804172545-991b48111731 h1:1o+3W4C3osBhDaSPo6is56myBBfiT3xd819jI6MMj/E=
k8s.io/api v0.0.0-20220804172545-991b48111731/go.mod h1:FxIlxhnPEgx2+gfaS0Xuq8mGrlpuPZ2TPQpwlDhJCoI=
k8s.io/apimachinery v0.0.0-20220804081135-41606c6745e1 h1:58bJ/oy7vDSXeH8erpGLMDa5yLmaBii2cbLXqF4Nf/A=
k8s.io/apimachinery v0.0.0-20220804081135-41606c6745e1/go.mod h1:po5cjR38/yCh8KAM3TxGrc5OhKnCyGsg3KBfG8+KTJ4=
k8s.io/klog/v2 v2.0.0/go.mod h1:PBfzABfn139FHAV07az/IF9Wp1bkk3vpT2XSJ76fSDE=
Expand Down

0 comments on commit ce9ac37

Please sign in to comment.