Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
C
Coredns
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Railgun
Coredns
Commits
7a7b0a2b
Commit
7a7b0a2b
authored
May 04, 2022
by
Lorenz Brun
Committed by
GitHub
May 04, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump Kubernetes to 1.24 (#5364)
Signed-off-by:
Lorenz Brun
<
lorenz@monogon.tech
>
parent
c02cd522
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
51 additions
and
36 deletions
+51
-36
go.mod
go.mod
+16
-9
go.sum
go.sum
+31
-23
plugin/kubernetes/object/object.go
plugin/kubernetes/object/object.go
+4
-4
No files found.
go.mod
View file @
7a7b0a2b
...
...
@@ -24,15 +24,15 @@ require (
github.com/prometheus/common v0.34.0
go.etcd.io/etcd/api/v3 v3.5.4
go.etcd.io/etcd/client/v3 v3.5.4
golang.org/x/crypto v0.0.0-202
11215153901-e495a2d5b3d3
golang.org/x/crypto v0.0.0-202
20214200702-86341886e292
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad
google.golang.org/api v0.77.0
google.golang.org/grpc v1.46.0
google.golang.org/protobuf v1.28.0
gopkg.in/DataDog/dd-trace-go.v1 v1.38.1
k8s.io/api v0.2
3.6
k8s.io/apimachinery v0.2
3.6
k8s.io/client-go v0.2
3.6
k8s.io/api v0.2
4.0
k8s.io/apimachinery v0.2
4.0
k8s.io/client-go v0.2
4.0
k8s.io/klog/v2 v2.60.1
)
...
...
@@ -50,6 +50,8 @@ require (
github.com/DataDog/datadog-go/v5 v5.0.2 // indirect
github.com/DataDog/sketches-go v1.0.0 // indirect
github.com/Microsoft/go-winio v0.5.1 // indirect
github.com/PuerkitoBio/purell v1.1.1 // indirect
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/coreos/go-semver v0.3.0 // indirect
...
...
@@ -58,19 +60,23 @@ require (
github.com/dgraph-io/ristretto v0.1.0 // indirect
github.com/dimchansky/utfbom v1.1.1 // indirect
github.com/dustin/go-humanize v1.0.0 // indirect
github.com/emicklei/go-restful v2.9.5+incompatible // indirect
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568 // indirect
github.com/go-logr/logr v1.2.0 // indirect
github.com/go-openapi/jsonpointer v0.19.5 // indirect
github.com/go-openapi/jsonreference v0.19.5 // indirect
github.com/go-openapi/swag v0.19.14 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang-jwt/jwt/v4 v4.2.0 // indirect
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/gnostic v0.5.7-v3refs // indirect
github.com/google/go-cmp v0.5.7 // indirect
github.com/google/gofuzz v1.2.0 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/googleapis/gax-go/v2 v2.3.0 // indirect
github.com/googleapis/gnostic v0.5.5 // indirect
github.com/imdario/mergo v0.3.12 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/josharian/intern v1.0.0 // indirect
...
...
@@ -79,6 +85,7 @@ require (
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/opentracing-contrib/go-observer v0.0.0-20170622124052-a52f23424492 // indirect
github.com/oschwald/maxminddb-golang v1.9.0 // indirect
github.com/philhofer/fwd v1.1.1 // indirect
...
...
@@ -96,7 +103,7 @@ require (
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/time v0.0.0-202
11116232009-f0f3c7e86c11
// indirect
golang.org/x/time v0.0.0-202
20210224613-90d013bbcef8
// indirect
golang.org/x/tools v0.1.6-0.20210726203631-07bc1bf47fb2 // indirect
golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f // indirect
google.golang.org/appengine v1.6.7 // indirect
...
...
@@ -104,9 +111,9 @@ require (
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
k8s.io/kube-openapi v0.0.0-202
11115234752-e816edb12b65
// indirect
k8s.io/utils v0.0.0-202
11116205334-6203023598ed
// indirect
sigs.k8s.io/json v0.0.0-20211
020170558-c049b76a60c6
// indirect
k8s.io/kube-openapi v0.0.0-202
20328201542-3ee0da9b0b42
// indirect
k8s.io/utils v0.0.0-202
20210201930-3a6ce19ff2f9
// indirect
sigs.k8s.io/json v0.0.0-20211
208200746-9f7c6b3444d2
// indirect
sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect
sigs.k8s.io/yaml v1.2.0 // indirect
)
go.sum
View file @
7a7b0a2b
This diff is collapsed.
Click to expand it.
plugin/kubernetes/object/object.go
View file @
7a7b0a2b
...
...
@@ -100,11 +100,11 @@ func (e *Empty) GetOwnerReferences() []v1.OwnerReference { return nil }
// SetOwnerReferences implements the metav1.Object interface.
func
(
e
*
Empty
)
SetOwnerReferences
([]
v1
.
OwnerReference
)
{}
// GetClusterName implements the metav1.Object interface.
func
(
e
*
Empty
)
GetClusterName
()
string
{
return
""
}
// Get
ZZZ_Deprecated
ClusterName implements the metav1.Object interface.
func
(
e
*
Empty
)
Get
ZZZ_Deprecated
ClusterName
()
string
{
return
""
}
// SetClusterName implements the metav1.Object interface.
func
(
e
*
Empty
)
SetClusterName
(
clusterName
string
)
{}
// Set
ZZZ_Deprecated
ClusterName implements the metav1.Object interface.
func
(
e
*
Empty
)
Set
ZZZ_Deprecated
ClusterName
(
clusterName
string
)
{}
// GetManagedFields implements the metav1.Object interface.
func
(
e
*
Empty
)
GetManagedFields
()
[]
v1
.
ManagedFieldsEntry
{
return
nil
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment