containerized-data-importer/vendor/k8s.io/code-generator
Michael Henriksen 8cb11f53d9
update k8s libs to 1.26. (#2687)
* update k8s libs to 1.26.

Signed-off-by: Michael Henriksen <mhenriks@redhat.com>

* remove some checks in log messages, they're redundant, and the format has changed

Signed-off-by: Michael Henriksen <mhenriks@redhat.com>

* use 1.26 lib function `CheckVolumeModeMismatches` and `CheckAccessModes`

Signed-off-by: Michael Henriksen <mhenriks@redhat.com>

---------

Signed-off-by: Michael Henriksen <mhenriks@redhat.com>
2023-04-18 19:30:40 +01:00
..
cmd update k8s libs to 1.26. (#2687) 2023-04-18 19:30:40 +01:00
pkg update k8s libs to 1.26. (#2687) 2023-04-18 19:30:40 +01:00
third_party/forked/golang 23 libs (#2077) 2022-01-07 16:56:25 +01:00
BUILD.bazel 23 libs (#2077) 2022-01-07 16:56:25 +01:00
code-of-conduct.md update k8s deps to 18.6 and controller runtime to 0.6.2 (#1330) 2020-08-07 14:09:52 +02:00
CONTRIBUTING.md update k8s deps to 18.6 and controller runtime to 0.6.2 (#1330) 2020-08-07 14:09:52 +02:00
doc.go 23 libs (#2077) 2022-01-07 16:56:25 +01:00
generate-groups.sh update k8s libs to 1.26. (#2687) 2023-04-18 19:30:40 +01:00
generate-internal-groups.sh update k8s libs to 1.26. (#2687) 2023-04-18 19:30:40 +01:00
LICENSE update k8s deps to 18.6 and controller runtime to 0.6.2 (#1330) 2020-08-07 14:09:52 +02:00
OWNERS update k8s libs to 1.26. (#2687) 2023-04-18 19:30:40 +01:00
README.md update k8s libs to 1.26. (#2687) 2023-04-18 19:30:40 +01:00
SECURITY_CONTACTS update deps and bazel (#1815) 2021-06-08 01:31:59 +02:00
tools.go 23 libs (#2077) 2022-01-07 16:56:25 +01:00

code-generator

Golang code-generators used to implement Kubernetes-style API types.

Purpose

These code-generators can be used

  • in the context of CustomResourceDefinition to build native, versioned clients, informers and other helpers
  • in the context of User-provider API Servers to build conversions between internal and versioned types, defaulters, protobuf codecs, internal and versioned clients and informers.

Resources

Compatibility

HEAD of this repo will match HEAD of k8s.io/apiserver, k8s.io/apimachinery, and k8s.io/client-go.

Where does it come from?

code-generator is synced from https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/code-generator. Code changes are made in that location, merged into k8s.io/kubernetes and later synced here.