tag | cf55bff3036a4efa1115f7984f7460971c08af56 | |
---|---|---|
tagger | Kubernetes Publisher <k8s-publishing-bot@users.noreply.github.com> | Wed Sep 13 09:02:53 2023 |
object | bff197a59a0b978cbc7a16b6af62623a06e027a9 |
Kubernetes release v1.25.14 Based on https://github.com/kubernetes/kubernetes/releases/tag/v1.25.14
commit | bff197a59a0b978cbc7a16b6af62623a06e027a9 | [log] [tgz] |
---|---|---|
author | Kubernetes Publisher <k8s-publishing-bot@users.noreply.github.com> | Sun Jul 16 21:11:06 2023 |
committer | Kubernetes Publisher <k8s-publishing-bot@users.noreply.github.com> | Sun Jul 16 21:11:06 2023 |
tree | d8db3ebb018b8f933d94dd642d3f947feab6458f | |
parent | e44b95f198f21cebe83741e29877026e0fbebca2 [diff] |
Merge pull request #119260 from HirazawaUi/automated-cherry-pick-of-#119229-upstream-release-1.25 Automated cherry pick of #119229: Fix the converts an empty string to nil. Kubernetes-commit: eac4b5926dc68ad638ebf02d526770263e34cdd4
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
.