Skip to content

Commit

Permalink
Merge pull request #119215 from alexzielenski/apiserver/policy/namesp…
Browse files Browse the repository at this point in the history
…aceParamRef-alpha

KEP-3488: Per namespace policy params

Kubernetes-commit: 8a053c700a3abc30717860e0b6a13243a7250743
  • Loading branch information
k8s-publishing-bot committed Jul 20, 2023
2 parents 64a35f6 + 84505f7 commit 605aac1
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 6 deletions.
27 changes: 25 additions & 2 deletions applyconfigurations/admissionregistration/v1alpha1/paramref.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions applyconfigurations/internal/internal.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ require (
golang.org/x/term v0.10.0
golang.org/x/time v0.3.0
google.golang.org/protobuf v1.30.0
k8s.io/api v0.0.0-20230719224004-86e8180c2c5f
k8s.io/api v0.0.0-20230720224857-6ff1b210fae8
k8s.io/apimachinery v0.0.0-20230718054246-5cb236977966
k8s.io/klog/v2 v2.100.1
k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9
Expand Down Expand Up @@ -60,6 +60,6 @@ require (
)

replace (
k8s.io/api => k8s.io/api v0.0.0-20230719224004-86e8180c2c5f
k8s.io/api => k8s.io/api v0.0.0-20230720224857-6ff1b210fae8
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20230718054246-5cb236977966
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,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-20230719224004-86e8180c2c5f h1:5DEYx2JsX2lvch6vOC1fv0QZ5+nme/AynMsZhQWS220=
k8s.io/api v0.0.0-20230719224004-86e8180c2c5f/go.mod h1:DlNtgYu2BX/uM/IkiPaFRqDBVazxK5ggJs19ERbMLZ4=
k8s.io/api v0.0.0-20230720224857-6ff1b210fae8 h1:ANacNQ2bfky2VhOqsQmeRARhiDCahFJsgRJL85gCx4Y=
k8s.io/api v0.0.0-20230720224857-6ff1b210fae8/go.mod h1:DlNtgYu2BX/uM/IkiPaFRqDBVazxK5ggJs19ERbMLZ4=
k8s.io/apimachinery v0.0.0-20230718054246-5cb236977966 h1:IYMQQBHbPi6jyorsuYWXB3+kJFH/MxVyLvKJH4nITrg=
k8s.io/apimachinery v0.0.0-20230718054246-5cb236977966/go.mod h1:xhQIsaL3hXneGluH+0pzF7kr+VYuLS/VcYJxF1xQf+g=
k8s.io/klog/v2 v2.100.1 h1:7WCHKK6K8fNhTqfBhISHQ97KrnJNFZMcQvKp7gP/tmg=
Expand Down

0 comments on commit 605aac1

Please sign in to comment.