tag | e18e80f356f8f2404baf66edeff6dd37f27e5693 | |
---|---|---|
tagger | Kubernetes Publisher <k8s-publishing-bot@users.noreply.github.com> | Wed Sep 13 11:25:25 2023 |
object | dd46389197a396927dadb194ae5fc9dbebeb5a31 |
Kubernetes release v1.26.9 Based on https://github.com/kubernetes/kubernetes/releases/tag/v1.26.9
commit | dd46389197a396927dadb194ae5fc9dbebeb5a31 | [log] [tgz] |
---|---|---|
author | Kubernetes Publisher <k8s-publishing-bot@users.noreply.github.com> | Sun Jul 16 20:23:06 2023 |
committer | Kubernetes Publisher <k8s-publishing-bot@users.noreply.github.com> | Sun Jul 16 20:23:06 2023 |
tree | d2ff5176a5dbcfa3fd0989d7c04c4a73d4e498ce | |
parent | 81488b4d1c14c794ce91a31f473293f99c145ea3 [diff] |
Merge pull request #119261 from HirazawaUi/automated-cherry-pick-of-#119229-upstream-release-1.26 Automated cherry pick of #119229: Fix the converts an empty string to nil. Kubernetes-commit: b2f26460b9354b38b174a21cdbf15c391d63dade
Scheme, typing, encoding, decoding, and conversion packages for Kubernetes and Kubernetes-like API objects.
This library is a shared dependency for servers and clients to work with Kubernetes API infrastructure without direct type dependencies. Its first consumers are k8s.io/kubernetes
, k8s.io/client-go
, and k8s.io/apiserver
.
There are NO compatibility guarantees for this repository. It is in direct support of Kubernetes, so branches will track Kubernetes and be compatible with that repo. As we more cleanly separate the layers, we will review the compatibility guarantee.
apimachinery
is synced from https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apimachinery. Code changes are made in that location, merged into k8s.io/kubernetes
and later synced here.
pkg
in this repo. Those are driven from k8s.io/kubernetes/staging/src/k8s.io/apimachinery
.