tag | 41898333ea61d9738324cd5f776a2e1a70a09434 | |
---|---|---|
tagger | Kubernetes Publisher <k8s-publishing-bot@users.noreply.github.com> | Thu Aug 24 11:16:29 2023 |
object | 4b14f804a0babdcc58e695d72f77ad29f536511e |
Kubernetes release v1.28.1 Based on https://github.com/kubernetes/kubernetes/releases/tag/v1.28.1
commit | 4b14f804a0babdcc58e695d72f77ad29f536511e | [log] [tgz] |
---|---|---|
author | Kubernetes Publisher <k8s-publishing-bot@users.noreply.github.com> | Mon Aug 07 16:31:19 2023 |
committer | Kubernetes Publisher <k8s-publishing-bot@users.noreply.github.com> | Mon Aug 07 20:18:34 2023 |
tree | 35f2da96d07ded90759bcfa6a26c64f5fefccd18 | |
parent | 76764948c9f530e81c219a8005755388374bd585 [diff] |
Merge remote-tracking branch 'origin/master' into release-1.28 Kubernetes-commit: 6d5bbea0ba66f1cf5a84834eeaeeb9579798b790
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
.