Skip to content

Commit

Permalink
Merge pull request #125081 from ardaguclu/automated-cherry-pick-of-#1…
Browse files Browse the repository at this point in the history
…24883-upstream-release-1.30

Automated cherry pick of #124883: kubectl create cronjobs: Manually set OwnerReferences

Kubernetes-commit: 20845d5c0e8c180b5ece38c629a5741dca6edc3d
  • Loading branch information
k8s-publishing-bot committed Jun 4, 2024
1 parent 596b0a6 commit 7b8c263
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ require (
github.com/stretchr/testify v1.8.4
golang.org/x/sys v0.18.0
gopkg.in/yaml.v2 v2.4.0
k8s.io/api v0.0.0-20240405200954-d014286182f6
k8s.io/api v0.0.0-20240510083903-0fd470c38104
k8s.io/apimachinery v0.0.0-20240405200823-37988e577e16
k8s.io/cli-runtime v0.0.0-20240405203300-ceb92babdbb6
k8s.io/client-go v0.0.0-20240405201205-2df4de16d44f
k8s.io/client-go v0.0.0-20240510085155-4e1652b143b3
k8s.io/component-base v0.0.0-20240405201845-0ac84ef15102
k8s.io/component-helpers v0.0.0-20240405201943-7c78723d377a
k8s.io/klog/v2 v2.120.1
Expand Down Expand Up @@ -94,3 +94,5 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
sigs.k8s.io/kustomize/api v0.13.5-0.20230601165947-6ce0bf390ce3 // indirect
)

replace k8s.io/code-generator => k8s.io/code-generator v0.0.0-20240419114927-e5a48a57f0c3
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -276,14 +276,14 @@ gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
k8s.io/api v0.0.0-20240405200954-d014286182f6 h1:D+8jSRFaZCyBrxoU33jNMTIXrTLHt6/WSsfRXttR384=
k8s.io/api v0.0.0-20240405200954-d014286182f6/go.mod h1:72LmHV9KJWB464cJMYgnWZqh3GiKgX70hjmgoYjR67Y=
k8s.io/api v0.0.0-20240510083903-0fd470c38104 h1:CsFjvCQX86vxV6SVLgl1dVWNAGzdR3vaziQchmYNnXo=
k8s.io/api v0.0.0-20240510083903-0fd470c38104/go.mod h1:72LmHV9KJWB464cJMYgnWZqh3GiKgX70hjmgoYjR67Y=
k8s.io/apimachinery v0.0.0-20240405200823-37988e577e16 h1:GjoXk5Gb8LqhZJjGbYOqIw8JbuDJZv9MKd94i2DXzg8=
k8s.io/apimachinery v0.0.0-20240405200823-37988e577e16/go.mod h1:iexa2somDaxdnj7bha06bhb43Zpa6eWH8N8dbqVjTUc=
k8s.io/cli-runtime v0.0.0-20240405203300-ceb92babdbb6 h1:ZltrfLdUyqz8i8NjQr8xAzZx0qMrcAzwzEBEsbmN0Hk=
k8s.io/cli-runtime v0.0.0-20240405203300-ceb92babdbb6/go.mod h1:349YUO+pCgLLWys+wkpvHHXh3NYnFUuuVaPF52u6gpI=
k8s.io/client-go v0.0.0-20240405201205-2df4de16d44f h1:Db7qKhB5C0hFLkG/JIiSMJJo9nYgl3M0oLfA+87MgUE=
k8s.io/client-go v0.0.0-20240405201205-2df4de16d44f/go.mod h1:b74WgxBhDtN8IQcRO+B6p2Lyt/XBiJNBaROf1gEuAlg=
k8s.io/client-go v0.0.0-20240510085155-4e1652b143b3 h1:3QobH/DptkfvbDtWgUzxCwbuoGRL8WzlJyrCx1NNU7w=
k8s.io/client-go v0.0.0-20240510085155-4e1652b143b3/go.mod h1:lvbxFeJeLdTXhYLUuaGD2ptt/R+9cCQ8FZvnmF+OBaM=
k8s.io/component-base v0.0.0-20240405201845-0ac84ef15102 h1:0cfcZldzLbU9OCTNggwWSvwbmpfndqVA5FpzAdv2PZM=
k8s.io/component-base v0.0.0-20240405201845-0ac84ef15102/go.mod h1:OrSEiAhqqeoSGHJ4Crsw944Vq0tZpH2V7ULhDnF1ymg=
k8s.io/component-helpers v0.0.0-20240405201943-7c78723d377a h1:LnkcLt1V6WWaBynm/g3z0Z5ZQMqj5ZKRa2GGyLxWZWA=
Expand Down

0 comments on commit 7b8c263

Please sign in to comment.