mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 23:47:50 +00:00
Merge pull request #48746 from janetkuo/apps-v1beta2
Automatic merge from submit-queue Add a new API version apps/v1beta2 xref: #49135 This PR adds a new API version `apps/v1beta2` which contains a copy (of types, conversions, and defaults) of `apps/v1beta1` StatefulSet, Deployment, and their subresources. Note that `apps/v1beta2` is still WIP and we will make breaking changes to it before releasing 1.8. Moving core controllers (StatefulSet, Deployment, ReplicaSet, DaemonSet) to `apps/v1beta2` is the first step of moving them to `apps/v1` (GA). This PR is a starting point for DaemonSet and ReplicaSet to move from `/extensions` to `/apps` and for Deployment and StatefulSet to make some breaking changes (e.g. new defaults and/or remove deprecated fields). ```release-note Add a new API version apps/v1beta2 ```
This commit is contained in:
@@ -19,6 +19,7 @@ openapi_library(
|
||||
"k8s.io/api/admission/v1alpha1",
|
||||
"k8s.io/api/admissionregistration/v1alpha1",
|
||||
"k8s.io/api/apps/v1beta1",
|
||||
"k8s.io/api/apps/v1beta2",
|
||||
"k8s.io/api/authentication/v1",
|
||||
"k8s.io/api/authentication/v1beta1",
|
||||
"k8s.io/api/authorization/v1",
|
||||
|
||||
Reference in New Issue
Block a user