Skip to content

Commit

Permalink
Merge pull request #123180 from AkihiroSuda/rro
Browse files Browse the repository at this point in the history
KEP-3857: Recursive Read-only (RRO) mounts

Kubernetes-commit: eafd2897e24b5b069bcdf83ac7a9b2c0b894dbb8
  • Loading branch information
k8s-publishing-bot committed Mar 9, 2024
1 parent 3be09aa commit 7ebe0ea
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.17.0
golang.org/x/time v0.3.0
google.golang.org/protobuf v1.33.0
k8s.io/api v0.0.0-20240308214516-0cf49f55b90f
k8s.io/api v0.0.0-20240309190150-089c7cae4c5d
k8s.io/apimachinery v0.0.0-20240307171817-d82afe1e363a
k8s.io/klog/v2 v2.120.1
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340
Expand Down Expand Up @@ -61,6 +61,6 @@ require (
)

replace (
k8s.io/api => k8s.io/api v0.0.0-20240308214516-0cf49f55b90f
k8s.io/api => k8s.io/api v0.0.0-20240309190150-089c7cae4c5d
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20240307171817-d82afe1e363a
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ=
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
k8s.io/api v0.0.0-20240308214516-0cf49f55b90f h1:3mFcDB/sMp+rdKFYJ0fssV6uaULlg3CEWXEtB+UdUPM=
k8s.io/api v0.0.0-20240308214516-0cf49f55b90f/go.mod h1:RzL8aPQw9ZdVXCdY+Iz3AXnVX+jFyQNqcmzmS+2/Ur0=
k8s.io/api v0.0.0-20240309190150-089c7cae4c5d h1:+Da06Nik1YMNkEve7HOo7NuzbWiOpLkdouF8Ww1U4Ao=
k8s.io/api v0.0.0-20240309190150-089c7cae4c5d/go.mod h1:RzL8aPQw9ZdVXCdY+Iz3AXnVX+jFyQNqcmzmS+2/Ur0=
k8s.io/apimachinery v0.0.0-20240307171817-d82afe1e363a h1:0OAuWcxW23YggVeW/f7sDWuEF2U4HDVSN+CQNMxwimI=
k8s.io/apimachinery v0.0.0-20240307171817-d82afe1e363a/go.mod h1:wEJvNDlfxMRaMhyv38SIHIEC9hah/xuzqUUhxIyUv7Y=
k8s.io/klog/v2 v2.120.1 h1:QXU6cPEOIslTGvZaXvFWiP9VKyeet3sawzTOvdXb4Vw=
Expand Down

0 comments on commit 7ebe0ea

Please sign in to comment.