mirror of
https://github.com/kubernetes/client-go.git
synced 2025-08-22 08:56:50 +00:00
Merge pull request #115604 from pacoxu/fix-design-proposals-links
old design proposals are now moved to Design Proposals Archive repo Kubernetes-commit: ffe410bbb4e43ba7b7ceaec379709575e817d866
This commit is contained in:
commit
df55688a24
8
go.mod
8
go.mod
@ -24,8 +24,8 @@ require (
|
||||
golang.org/x/term v0.5.0
|
||||
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8
|
||||
google.golang.org/protobuf v1.28.1
|
||||
k8s.io/api v0.0.0-20230215102316-c02fa6b5ebd9
|
||||
k8s.io/apimachinery v0.0.0-20230215101505-6ecd1c896902
|
||||
k8s.io/api v0.0.0-20230216210204-c710db81a13d
|
||||
k8s.io/apimachinery v0.0.0-20230216205949-e90c788139cd
|
||||
k8s.io/klog/v2 v2.80.1
|
||||
k8s.io/kube-openapi v0.0.0-20230123231816-1cb3ae25d79a
|
||||
k8s.io/utils v0.0.0-20230209194617-a36077c30491
|
||||
@ -59,6 +59,6 @@ require (
|
||||
)
|
||||
|
||||
replace (
|
||||
k8s.io/api => k8s.io/api v0.0.0-20230215102316-c02fa6b5ebd9
|
||||
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20230215101505-6ecd1c896902
|
||||
k8s.io/api => k8s.io/api v0.0.0-20230216210204-c710db81a13d
|
||||
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20230216205949-e90c788139cd
|
||||
)
|
||||
|
8
go.sum
8
go.sum
@ -473,10 +473,10 @@ 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-20230215102316-c02fa6b5ebd9 h1:PGyCM7BGFOKsZbKV+Nfy3w5dw0UrDjHMW+CVQ/l7wfk=
|
||||
k8s.io/api v0.0.0-20230215102316-c02fa6b5ebd9/go.mod h1:xHDIgV7hLXSwgsORlFnEBjiX2zcdo49H+uO4AEqBz/E=
|
||||
k8s.io/apimachinery v0.0.0-20230215101505-6ecd1c896902 h1:V/vXE6FvO6XkVB20q82d2yp1MA6Zwper/mThB1vCDLc=
|
||||
k8s.io/apimachinery v0.0.0-20230215101505-6ecd1c896902/go.mod h1:X4Ff26Y8AJHTAxjPrGbVLY8N3ADYqSjUy2Zn/uTUFyM=
|
||||
k8s.io/api v0.0.0-20230216210204-c710db81a13d h1:LC70wXIYygo42ZqZvVQmhc2QhgrOi5+lG9ueUdnGhYw=
|
||||
k8s.io/api v0.0.0-20230216210204-c710db81a13d/go.mod h1:Y4swnoZB6W7XZB1AvPG7IixVSHZv7YB3uxyveramlQY=
|
||||
k8s.io/apimachinery v0.0.0-20230216205949-e90c788139cd h1:vkr9Hnk9T+9xhtrRXH2+9NndCHR3F1wgplgbQX5xpsk=
|
||||
k8s.io/apimachinery v0.0.0-20230216205949-e90c788139cd/go.mod h1:X4Ff26Y8AJHTAxjPrGbVLY8N3ADYqSjUy2Zn/uTUFyM=
|
||||
k8s.io/klog/v2 v2.80.1 h1:atnLQ121W371wYYFawwYx1aEY2eUfs4l3J72wtgAwV4=
|
||||
k8s.io/klog/v2 v2.80.1/go.mod h1:y1WjHnz7Dj687irZUWR/WLkLc5N1YHtjLdmgWjndZn0=
|
||||
k8s.io/kube-openapi v0.0.0-20230123231816-1cb3ae25d79a h1:s6zvHjyDQX1NtVT88pvw2tddqhqY0Bz0Gbnn+yctsFU=
|
||||
|
@ -43,7 +43,8 @@ var (
|
||||
gitMinor string = "" // minor version, numeric possibly followed by "+"
|
||||
|
||||
// semantic version, derived by build scripts (see
|
||||
// https://git.k8s.io/community/contributors/design-proposals/release/versioning.md
|
||||
// https://github.com/kubernetes/sig-release/blob/master/release-engineering/versioning.md#kubernetes-release-versioning
|
||||
// https://kubernetes.io/releases/version-skew-policy/
|
||||
// for a detailed discussion of this field)
|
||||
//
|
||||
// TODO: This field is still called "gitVersion" for legacy
|
||||
|
Loading…
Reference in New Issue
Block a user