Merge pull request #51828 from kow3ns/workloads-deprecations-1.8
Automatic merge from submit-queue Workloads deprecation 1.8 **What this PR does / why we need it**: This PR deprecates the Deployment, ReplicaSet, and DaemonSet kinds in the extensions/v1beta1 group version and the StatefulSet, Deployment, and ControllerRevision kinds in the apps/v1beta1 group version. The Deployment, ReplicaSet, DaemonSet, StatefuSet, and ControllerRevision kinds in the apps/v1beta2 group version are now the current version. xref kubernetes/features#353 ```release-note The Deployment, DaemonSet, and ReplicaSet kinds in the extensions/v1beta1 group version are now deprecated, as are the Deployment, StatefulSet, and ControllerRevision kinds in apps/v1beta1. As they will not be removed until after a GA version becomes available, you may continue to use these kinds in existing code. However, all new code should be developed against the apps/v1beta2 group version. ```
This commit is contained in:
@@ -2298,7 +2298,7 @@ When an object is created, the system will populate this list with the current s
|
||||
<div class="sect2">
|
||||
<h3 id="_v1beta1_deployment">v1beta1.Deployment</h3>
|
||||
<div class="paragraph">
|
||||
<p>Deployment enables declarative updates for Pods and ReplicaSets.</p>
|
||||
<p>DEPRECATED - This group version of Deployment is deprecated by apps/v1beta2/Deployment. See the release notes for more information. Deployment enables declarative updates for Pods and ReplicaSets.</p>
|
||||
</div>
|
||||
<table class="tableblock frame-all grid-all" style="width:100%; ">
|
||||
<colgroup>
|
||||
@@ -6787,7 +6787,7 @@ Both these may change in the future. Incoming requests are matched against the h
|
||||
<div class="sect2">
|
||||
<h3 id="_v1beta1_replicaset">v1beta1.ReplicaSet</h3>
|
||||
<div class="paragraph">
|
||||
<p>ReplicaSet represents the configuration of a ReplicaSet.</p>
|
||||
<p>DEPRECATED - This group version of ReplicaSet is deprecated by apps/v1beta2/ReplicaSet. See the release notes for more information. ReplicaSet represents the configuration of a ReplicaSet.</p>
|
||||
</div>
|
||||
<table class="tableblock frame-all grid-all" style="width:100%; ">
|
||||
<colgroup>
|
||||
@@ -6941,7 +6941,7 @@ Both these may change in the future. Incoming requests are matched against the h
|
||||
<div class="sect2">
|
||||
<h3 id="_v1beta1_daemonset">v1beta1.DaemonSet</h3>
|
||||
<div class="paragraph">
|
||||
<p>DaemonSet represents the configuration of a daemon set.</p>
|
||||
<p>DEPRECATED - This group version of DaemonSet is deprecated by apps/v1beta2/DaemonSet. See the release notes for more information. DaemonSet represents the configuration of a daemon set.</p>
|
||||
</div>
|
||||
<table class="tableblock frame-all grid-all" style="width:100%; ">
|
||||
<colgroup>
|
||||
|
Reference in New Issue
Block a user