From 79ad64d9204fdd7f0589744f143a465ce3c37044 Mon Sep 17 00:00:00 2001
From: Yann Hamon <yann+github@mandragor.org>
Date: Tue, 1 Apr 2025 10:40:45 +0000
Subject: [PATCH] Adding new schemas

---
 master-local/_definitions.json                         | 4 ++--
 master-local/deploymentstatus-apps-v1.json             | 2 +-
 master-local/deploymentstatus.json                     | 2 +-
 master-local/replicasetstatus-apps-v1.json             | 2 +-
 master-local/replicasetstatus.json                     | 2 +-
 master-standalone-strict/_definitions.json             | 4 ++--
 master-standalone-strict/deployment-apps-v1.json       | 2 +-
 master-standalone-strict/deployment.json               | 2 +-
 master-standalone-strict/deploymentlist-apps-v1.json   | 2 +-
 master-standalone-strict/deploymentlist.json           | 2 +-
 master-standalone-strict/deploymentstatus-apps-v1.json | 2 +-
 master-standalone-strict/deploymentstatus.json         | 2 +-
 master-standalone-strict/replicaset-apps-v1.json       | 2 +-
 master-standalone-strict/replicaset.json               | 2 +-
 master-standalone-strict/replicasetlist-apps-v1.json   | 2 +-
 master-standalone-strict/replicasetlist.json           | 2 +-
 master-standalone-strict/replicasetstatus-apps-v1.json | 2 +-
 master-standalone-strict/replicasetstatus.json         | 2 +-
 master-standalone/_definitions.json                    | 4 ++--
 master-standalone/deployment-apps-v1.json              | 2 +-
 master-standalone/deployment.json                      | 2 +-
 master-standalone/deploymentlist-apps-v1.json          | 2 +-
 master-standalone/deploymentlist.json                  | 2 +-
 master-standalone/deploymentstatus-apps-v1.json        | 2 +-
 master-standalone/deploymentstatus.json                | 2 +-
 master-standalone/replicaset-apps-v1.json              | 2 +-
 master-standalone/replicaset.json                      | 2 +-
 master-standalone/replicasetlist-apps-v1.json          | 2 +-
 master-standalone/replicasetlist.json                  | 2 +-
 master-standalone/replicasetstatus-apps-v1.json        | 2 +-
 master-standalone/replicasetstatus.json                | 2 +-
 master/_definitions.json                               | 4 ++--
 master/deploymentstatus-apps-v1.json                   | 2 +-
 master/deploymentstatus.json                           | 2 +-
 master/replicasetstatus-apps-v1.json                   | 2 +-
 master/replicasetstatus.json                           | 2 +-
 36 files changed, 40 insertions(+), 40 deletions(-)

diff --git a/master-local/_definitions.json b/master-local/_definitions.json
index 5c3d22900f..f9570fa763 100644
--- a/master-local/_definitions.json
+++ b/master-local/_definitions.json
@@ -2467,7 +2467,7 @@
           "type": "integer"
         },
         "terminatingReplicas": {
-          "description": "Total number of terminating pods targeted by this deployment. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentPodReplacementPolicy to be able to use this field.",
+          "description": "Total number of terminating pods targeted by this deployment. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentReplicaSetTerminatingReplicas to be able to use this field.",
           "format": "int32",
           "type": "integer"
         },
@@ -2671,7 +2671,7 @@
           "type": "integer"
         },
         "terminatingReplicas": {
-          "description": "The number of terminating pods for this replica set. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentPodReplacementPolicy to be able to use this field.",
+          "description": "The number of terminating pods for this replica set. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentReplicaSetTerminatingReplicas to be able to use this field.",
           "format": "int32",
           "type": "integer"
         }
diff --git a/master-local/deploymentstatus-apps-v1.json b/master-local/deploymentstatus-apps-v1.json
index fe213dce4f..b92a4197e8 100644
--- a/master-local/deploymentstatus-apps-v1.json
+++ b/master-local/deploymentstatus-apps-v1.json
@@ -58,7 +58,7 @@
       ]
     },
     "terminatingReplicas": {
-      "description": "Total number of terminating pods targeted by this deployment. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentPodReplacementPolicy to be able to use this field.",
+      "description": "Total number of terminating pods targeted by this deployment. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentReplicaSetTerminatingReplicas to be able to use this field.",
       "format": "int32",
       "type": [
         "integer",
diff --git a/master-local/deploymentstatus.json b/master-local/deploymentstatus.json
index fe213dce4f..b92a4197e8 100644
--- a/master-local/deploymentstatus.json
+++ b/master-local/deploymentstatus.json
@@ -58,7 +58,7 @@
       ]
     },
     "terminatingReplicas": {
-      "description": "Total number of terminating pods targeted by this deployment. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentPodReplacementPolicy to be able to use this field.",
+      "description": "Total number of terminating pods targeted by this deployment. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentReplicaSetTerminatingReplicas to be able to use this field.",
       "format": "int32",
       "type": [
         "integer",
diff --git a/master-local/replicasetstatus-apps-v1.json b/master-local/replicasetstatus-apps-v1.json
index 5e6257a3e8..b2b3ef5dc4 100644
--- a/master-local/replicasetstatus-apps-v1.json
+++ b/master-local/replicasetstatus-apps-v1.json
@@ -58,7 +58,7 @@
       ]
     },
     "terminatingReplicas": {
-      "description": "The number of terminating pods for this replica set. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentPodReplacementPolicy to be able to use this field.",
+      "description": "The number of terminating pods for this replica set. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentReplicaSetTerminatingReplicas to be able to use this field.",
       "format": "int32",
       "type": [
         "integer",
diff --git a/master-local/replicasetstatus.json b/master-local/replicasetstatus.json
index 5e6257a3e8..b2b3ef5dc4 100644
--- a/master-local/replicasetstatus.json
+++ b/master-local/replicasetstatus.json
@@ -58,7 +58,7 @@
       ]
     },
     "terminatingReplicas": {
-      "description": "The number of terminating pods for this replica set. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentPodReplacementPolicy to be able to use this field.",
+      "description": "The number of terminating pods for this replica set. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentReplicaSetTerminatingReplicas to be able to use this field.",
       "format": "int32",
       "type": [
         "integer",
diff --git a/master-standalone-strict/_definitions.json b/master-standalone-strict/_definitions.json
index 40300dc8fd..5ab0c377bf 100644
--- a/master-standalone-strict/_definitions.json
+++ b/master-standalone-strict/_definitions.json
@@ -2542,7 +2542,7 @@
           "type": "integer"
         },
         "terminatingReplicas": {
-          "description": "Total number of terminating pods targeted by this deployment. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentPodReplacementPolicy to be able to use this field.",
+          "description": "Total number of terminating pods targeted by this deployment. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentReplicaSetTerminatingReplicas to be able to use this field.",
           "format": "int32",
           "type": "integer"
         },
@@ -2752,7 +2752,7 @@
           "type": "integer"
         },
         "terminatingReplicas": {
-          "description": "The number of terminating pods for this replica set. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentPodReplacementPolicy to be able to use this field.",
+          "description": "The number of terminating pods for this replica set. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentReplicaSetTerminatingReplicas to be able to use this field.",
           "format": "int32",
           "type": "integer"
         }
diff --git a/master-standalone-strict/deployment-apps-v1.json b/master-standalone-strict/deployment-apps-v1.json
index 077e2b7b67..1fbf3e6240 100644
--- a/master-standalone-strict/deployment-apps-v1.json
+++ b/master-standalone-strict/deployment-apps-v1.json
@@ -11069,7 +11069,7 @@
           ]
         },
         "terminatingReplicas": {
-          "description": "Total number of terminating pods targeted by this deployment. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentPodReplacementPolicy to be able to use this field.",
+          "description": "Total number of terminating pods targeted by this deployment. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentReplicaSetTerminatingReplicas to be able to use this field.",
           "format": "int32",
           "type": [
             "integer",
diff --git a/master-standalone-strict/deployment.json b/master-standalone-strict/deployment.json
index 307d331a6c..d08410f70c 100644
--- a/master-standalone-strict/deployment.json
+++ b/master-standalone-strict/deployment.json
@@ -11066,7 +11066,7 @@
           ]
         },
         "terminatingReplicas": {
-          "description": "Total number of terminating pods targeted by this deployment. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentPodReplacementPolicy to be able to use this field.",
+          "description": "Total number of terminating pods targeted by this deployment. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentReplicaSetTerminatingReplicas to be able to use this field.",
           "format": "int32",
           "type": [
             "integer",
diff --git a/master-standalone-strict/deploymentlist-apps-v1.json b/master-standalone-strict/deploymentlist-apps-v1.json
index 227c573b7b..963256a8fd 100644
--- a/master-standalone-strict/deploymentlist-apps-v1.json
+++ b/master-standalone-strict/deploymentlist-apps-v1.json
@@ -11084,7 +11084,7 @@
                 ]
               },
               "terminatingReplicas": {
-                "description": "Total number of terminating pods targeted by this deployment. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentPodReplacementPolicy to be able to use this field.",
+                "description": "Total number of terminating pods targeted by this deployment. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentReplicaSetTerminatingReplicas to be able to use this field.",
                 "format": "int32",
                 "type": [
                   "integer",
diff --git a/master-standalone-strict/deploymentlist.json b/master-standalone-strict/deploymentlist.json
index 784f220189..4345c75134 100644
--- a/master-standalone-strict/deploymentlist.json
+++ b/master-standalone-strict/deploymentlist.json
@@ -11078,7 +11078,7 @@
                 ]
               },
               "terminatingReplicas": {
-                "description": "Total number of terminating pods targeted by this deployment. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentPodReplacementPolicy to be able to use this field.",
+                "description": "Total number of terminating pods targeted by this deployment. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentReplicaSetTerminatingReplicas to be able to use this field.",
                 "format": "int32",
                 "type": [
                   "integer",
diff --git a/master-standalone-strict/deploymentstatus-apps-v1.json b/master-standalone-strict/deploymentstatus-apps-v1.json
index 381cd02274..7af567949a 100644
--- a/master-standalone-strict/deploymentstatus-apps-v1.json
+++ b/master-standalone-strict/deploymentstatus-apps-v1.json
@@ -107,7 +107,7 @@
       ]
     },
     "terminatingReplicas": {
-      "description": "Total number of terminating pods targeted by this deployment. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentPodReplacementPolicy to be able to use this field.",
+      "description": "Total number of terminating pods targeted by this deployment. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentReplicaSetTerminatingReplicas to be able to use this field.",
       "format": "int32",
       "type": [
         "integer",
diff --git a/master-standalone-strict/deploymentstatus.json b/master-standalone-strict/deploymentstatus.json
index 381cd02274..7af567949a 100644
--- a/master-standalone-strict/deploymentstatus.json
+++ b/master-standalone-strict/deploymentstatus.json
@@ -107,7 +107,7 @@
       ]
     },
     "terminatingReplicas": {
-      "description": "Total number of terminating pods targeted by this deployment. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentPodReplacementPolicy to be able to use this field.",
+      "description": "Total number of terminating pods targeted by this deployment. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentReplicaSetTerminatingReplicas to be able to use this field.",
       "format": "int32",
       "type": [
         "integer",
diff --git a/master-standalone-strict/replicaset-apps-v1.json b/master-standalone-strict/replicaset-apps-v1.json
index a5b7c714d5..e4acc0b118 100644
--- a/master-standalone-strict/replicaset-apps-v1.json
+++ b/master-standalone-strict/replicaset-apps-v1.json
@@ -10978,7 +10978,7 @@
           "type": "integer"
         },
         "terminatingReplicas": {
-          "description": "The number of terminating pods for this replica set. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentPodReplacementPolicy to be able to use this field.",
+          "description": "The number of terminating pods for this replica set. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentReplicaSetTerminatingReplicas to be able to use this field.",
           "format": "int32",
           "type": [
             "integer",
diff --git a/master-standalone-strict/replicaset.json b/master-standalone-strict/replicaset.json
index 5bde996b65..5e0ed3ba9a 100644
--- a/master-standalone-strict/replicaset.json
+++ b/master-standalone-strict/replicaset.json
@@ -10975,7 +10975,7 @@
           "type": "integer"
         },
         "terminatingReplicas": {
-          "description": "The number of terminating pods for this replica set. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentPodReplacementPolicy to be able to use this field.",
+          "description": "The number of terminating pods for this replica set. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentReplicaSetTerminatingReplicas to be able to use this field.",
           "format": "int32",
           "type": [
             "integer",
diff --git a/master-standalone-strict/replicasetlist-apps-v1.json b/master-standalone-strict/replicasetlist-apps-v1.json
index 4cb3291505..66ea0b4ea8 100644
--- a/master-standalone-strict/replicasetlist-apps-v1.json
+++ b/master-standalone-strict/replicasetlist-apps-v1.json
@@ -10993,7 +10993,7 @@
                 "type": "integer"
               },
               "terminatingReplicas": {
-                "description": "The number of terminating pods for this replica set. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentPodReplacementPolicy to be able to use this field.",
+                "description": "The number of terminating pods for this replica set. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentReplicaSetTerminatingReplicas to be able to use this field.",
                 "format": "int32",
                 "type": [
                   "integer",
diff --git a/master-standalone-strict/replicasetlist.json b/master-standalone-strict/replicasetlist.json
index 9e0766286e..88907514be 100644
--- a/master-standalone-strict/replicasetlist.json
+++ b/master-standalone-strict/replicasetlist.json
@@ -10987,7 +10987,7 @@
                 "type": "integer"
               },
               "terminatingReplicas": {
-                "description": "The number of terminating pods for this replica set. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentPodReplacementPolicy to be able to use this field.",
+                "description": "The number of terminating pods for this replica set. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentReplicaSetTerminatingReplicas to be able to use this field.",
                 "format": "int32",
                 "type": [
                   "integer",
diff --git a/master-standalone-strict/replicasetstatus-apps-v1.json b/master-standalone-strict/replicasetstatus-apps-v1.json
index a222a02504..1c85a5c5fb 100644
--- a/master-standalone-strict/replicasetstatus-apps-v1.json
+++ b/master-standalone-strict/replicasetstatus-apps-v1.json
@@ -99,7 +99,7 @@
       ]
     },
     "terminatingReplicas": {
-      "description": "The number of terminating pods for this replica set. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentPodReplacementPolicy to be able to use this field.",
+      "description": "The number of terminating pods for this replica set. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentReplicaSetTerminatingReplicas to be able to use this field.",
       "format": "int32",
       "type": [
         "integer",
diff --git a/master-standalone-strict/replicasetstatus.json b/master-standalone-strict/replicasetstatus.json
index a222a02504..1c85a5c5fb 100644
--- a/master-standalone-strict/replicasetstatus.json
+++ b/master-standalone-strict/replicasetstatus.json
@@ -99,7 +99,7 @@
       ]
     },
     "terminatingReplicas": {
-      "description": "The number of terminating pods for this replica set. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentPodReplacementPolicy to be able to use this field.",
+      "description": "The number of terminating pods for this replica set. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentReplicaSetTerminatingReplicas to be able to use this field.",
       "format": "int32",
       "type": [
         "integer",
diff --git a/master-standalone/_definitions.json b/master-standalone/_definitions.json
index 5c3d22900f..f9570fa763 100644
--- a/master-standalone/_definitions.json
+++ b/master-standalone/_definitions.json
@@ -2467,7 +2467,7 @@
           "type": "integer"
         },
         "terminatingReplicas": {
-          "description": "Total number of terminating pods targeted by this deployment. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentPodReplacementPolicy to be able to use this field.",
+          "description": "Total number of terminating pods targeted by this deployment. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentReplicaSetTerminatingReplicas to be able to use this field.",
           "format": "int32",
           "type": "integer"
         },
@@ -2671,7 +2671,7 @@
           "type": "integer"
         },
         "terminatingReplicas": {
-          "description": "The number of terminating pods for this replica set. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentPodReplacementPolicy to be able to use this field.",
+          "description": "The number of terminating pods for this replica set. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentReplicaSetTerminatingReplicas to be able to use this field.",
           "format": "int32",
           "type": "integer"
         }
diff --git a/master-standalone/deployment-apps-v1.json b/master-standalone/deployment-apps-v1.json
index d3d9c65235..8978c4d3d0 100644
--- a/master-standalone/deployment-apps-v1.json
+++ b/master-standalone/deployment-apps-v1.json
@@ -10775,7 +10775,7 @@
           ]
         },
         "terminatingReplicas": {
-          "description": "Total number of terminating pods targeted by this deployment. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentPodReplacementPolicy to be able to use this field.",
+          "description": "Total number of terminating pods targeted by this deployment. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentReplicaSetTerminatingReplicas to be able to use this field.",
           "format": "int32",
           "type": [
             "integer",
diff --git a/master-standalone/deployment.json b/master-standalone/deployment.json
index e044a39a3f..008950a367 100644
--- a/master-standalone/deployment.json
+++ b/master-standalone/deployment.json
@@ -10772,7 +10772,7 @@
           ]
         },
         "terminatingReplicas": {
-          "description": "Total number of terminating pods targeted by this deployment. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentPodReplacementPolicy to be able to use this field.",
+          "description": "Total number of terminating pods targeted by this deployment. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentReplicaSetTerminatingReplicas to be able to use this field.",
           "format": "int32",
           "type": [
             "integer",
diff --git a/master-standalone/deploymentlist-apps-v1.json b/master-standalone/deploymentlist-apps-v1.json
index fa55d945a3..f6cafadfa6 100644
--- a/master-standalone/deploymentlist-apps-v1.json
+++ b/master-standalone/deploymentlist-apps-v1.json
@@ -10790,7 +10790,7 @@
                 ]
               },
               "terminatingReplicas": {
-                "description": "Total number of terminating pods targeted by this deployment. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentPodReplacementPolicy to be able to use this field.",
+                "description": "Total number of terminating pods targeted by this deployment. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentReplicaSetTerminatingReplicas to be able to use this field.",
                 "format": "int32",
                 "type": [
                   "integer",
diff --git a/master-standalone/deploymentlist.json b/master-standalone/deploymentlist.json
index eb4568980d..657f47ae42 100644
--- a/master-standalone/deploymentlist.json
+++ b/master-standalone/deploymentlist.json
@@ -10784,7 +10784,7 @@
                 ]
               },
               "terminatingReplicas": {
-                "description": "Total number of terminating pods targeted by this deployment. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentPodReplacementPolicy to be able to use this field.",
+                "description": "Total number of terminating pods targeted by this deployment. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentReplicaSetTerminatingReplicas to be able to use this field.",
                 "format": "int32",
                 "type": [
                   "integer",
diff --git a/master-standalone/deploymentstatus-apps-v1.json b/master-standalone/deploymentstatus-apps-v1.json
index 16b8f27f5f..52f6cafe58 100644
--- a/master-standalone/deploymentstatus-apps-v1.json
+++ b/master-standalone/deploymentstatus-apps-v1.json
@@ -106,7 +106,7 @@
       ]
     },
     "terminatingReplicas": {
-      "description": "Total number of terminating pods targeted by this deployment. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentPodReplacementPolicy to be able to use this field.",
+      "description": "Total number of terminating pods targeted by this deployment. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentReplicaSetTerminatingReplicas to be able to use this field.",
       "format": "int32",
       "type": [
         "integer",
diff --git a/master-standalone/deploymentstatus.json b/master-standalone/deploymentstatus.json
index 16b8f27f5f..52f6cafe58 100644
--- a/master-standalone/deploymentstatus.json
+++ b/master-standalone/deploymentstatus.json
@@ -106,7 +106,7 @@
       ]
     },
     "terminatingReplicas": {
-      "description": "Total number of terminating pods targeted by this deployment. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentPodReplacementPolicy to be able to use this field.",
+      "description": "Total number of terminating pods targeted by this deployment. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentReplicaSetTerminatingReplicas to be able to use this field.",
       "format": "int32",
       "type": [
         "integer",
diff --git a/master-standalone/replicaset-apps-v1.json b/master-standalone/replicaset-apps-v1.json
index 9953267bd0..9b2f4b4cf2 100644
--- a/master-standalone/replicaset-apps-v1.json
+++ b/master-standalone/replicaset-apps-v1.json
@@ -10686,7 +10686,7 @@
           "type": "integer"
         },
         "terminatingReplicas": {
-          "description": "The number of terminating pods for this replica set. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentPodReplacementPolicy to be able to use this field.",
+          "description": "The number of terminating pods for this replica set. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentReplicaSetTerminatingReplicas to be able to use this field.",
           "format": "int32",
           "type": [
             "integer",
diff --git a/master-standalone/replicaset.json b/master-standalone/replicaset.json
index 0610e4cac8..3be45e620c 100644
--- a/master-standalone/replicaset.json
+++ b/master-standalone/replicaset.json
@@ -10683,7 +10683,7 @@
           "type": "integer"
         },
         "terminatingReplicas": {
-          "description": "The number of terminating pods for this replica set. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentPodReplacementPolicy to be able to use this field.",
+          "description": "The number of terminating pods for this replica set. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentReplicaSetTerminatingReplicas to be able to use this field.",
           "format": "int32",
           "type": [
             "integer",
diff --git a/master-standalone/replicasetlist-apps-v1.json b/master-standalone/replicasetlist-apps-v1.json
index e1f8b9dcc5..d230733154 100644
--- a/master-standalone/replicasetlist-apps-v1.json
+++ b/master-standalone/replicasetlist-apps-v1.json
@@ -10701,7 +10701,7 @@
                 "type": "integer"
               },
               "terminatingReplicas": {
-                "description": "The number of terminating pods for this replica set. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentPodReplacementPolicy to be able to use this field.",
+                "description": "The number of terminating pods for this replica set. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentReplicaSetTerminatingReplicas to be able to use this field.",
                 "format": "int32",
                 "type": [
                   "integer",
diff --git a/master-standalone/replicasetlist.json b/master-standalone/replicasetlist.json
index 5106710e8b..127e2283c5 100644
--- a/master-standalone/replicasetlist.json
+++ b/master-standalone/replicasetlist.json
@@ -10695,7 +10695,7 @@
                 "type": "integer"
               },
               "terminatingReplicas": {
-                "description": "The number of terminating pods for this replica set. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentPodReplacementPolicy to be able to use this field.",
+                "description": "The number of terminating pods for this replica set. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentReplicaSetTerminatingReplicas to be able to use this field.",
                 "format": "int32",
                 "type": [
                   "integer",
diff --git a/master-standalone/replicasetstatus-apps-v1.json b/master-standalone/replicasetstatus-apps-v1.json
index df3465a4f5..d9712f0399 100644
--- a/master-standalone/replicasetstatus-apps-v1.json
+++ b/master-standalone/replicasetstatus-apps-v1.json
@@ -98,7 +98,7 @@
       ]
     },
     "terminatingReplicas": {
-      "description": "The number of terminating pods for this replica set. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentPodReplacementPolicy to be able to use this field.",
+      "description": "The number of terminating pods for this replica set. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentReplicaSetTerminatingReplicas to be able to use this field.",
       "format": "int32",
       "type": [
         "integer",
diff --git a/master-standalone/replicasetstatus.json b/master-standalone/replicasetstatus.json
index df3465a4f5..d9712f0399 100644
--- a/master-standalone/replicasetstatus.json
+++ b/master-standalone/replicasetstatus.json
@@ -98,7 +98,7 @@
       ]
     },
     "terminatingReplicas": {
-      "description": "The number of terminating pods for this replica set. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentPodReplacementPolicy to be able to use this field.",
+      "description": "The number of terminating pods for this replica set. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentReplicaSetTerminatingReplicas to be able to use this field.",
       "format": "int32",
       "type": [
         "integer",
diff --git a/master/_definitions.json b/master/_definitions.json
index 5c3d22900f..f9570fa763 100644
--- a/master/_definitions.json
+++ b/master/_definitions.json
@@ -2467,7 +2467,7 @@
           "type": "integer"
         },
         "terminatingReplicas": {
-          "description": "Total number of terminating pods targeted by this deployment. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentPodReplacementPolicy to be able to use this field.",
+          "description": "Total number of terminating pods targeted by this deployment. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentReplicaSetTerminatingReplicas to be able to use this field.",
           "format": "int32",
           "type": "integer"
         },
@@ -2671,7 +2671,7 @@
           "type": "integer"
         },
         "terminatingReplicas": {
-          "description": "The number of terminating pods for this replica set. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentPodReplacementPolicy to be able to use this field.",
+          "description": "The number of terminating pods for this replica set. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentReplicaSetTerminatingReplicas to be able to use this field.",
           "format": "int32",
           "type": "integer"
         }
diff --git a/master/deploymentstatus-apps-v1.json b/master/deploymentstatus-apps-v1.json
index 875a524c74..5d8b38095b 100644
--- a/master/deploymentstatus-apps-v1.json
+++ b/master/deploymentstatus-apps-v1.json
@@ -58,7 +58,7 @@
       ]
     },
     "terminatingReplicas": {
-      "description": "Total number of terminating pods targeted by this deployment. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentPodReplacementPolicy to be able to use this field.",
+      "description": "Total number of terminating pods targeted by this deployment. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentReplicaSetTerminatingReplicas to be able to use this field.",
       "format": "int32",
       "type": [
         "integer",
diff --git a/master/deploymentstatus.json b/master/deploymentstatus.json
index 875a524c74..5d8b38095b 100644
--- a/master/deploymentstatus.json
+++ b/master/deploymentstatus.json
@@ -58,7 +58,7 @@
       ]
     },
     "terminatingReplicas": {
-      "description": "Total number of terminating pods targeted by this deployment. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentPodReplacementPolicy to be able to use this field.",
+      "description": "Total number of terminating pods targeted by this deployment. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentReplicaSetTerminatingReplicas to be able to use this field.",
       "format": "int32",
       "type": [
         "integer",
diff --git a/master/replicasetstatus-apps-v1.json b/master/replicasetstatus-apps-v1.json
index 2a7c3e0c2c..5f5412943b 100644
--- a/master/replicasetstatus-apps-v1.json
+++ b/master/replicasetstatus-apps-v1.json
@@ -58,7 +58,7 @@
       ]
     },
     "terminatingReplicas": {
-      "description": "The number of terminating pods for this replica set. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentPodReplacementPolicy to be able to use this field.",
+      "description": "The number of terminating pods for this replica set. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentReplicaSetTerminatingReplicas to be able to use this field.",
       "format": "int32",
       "type": [
         "integer",
diff --git a/master/replicasetstatus.json b/master/replicasetstatus.json
index 2a7c3e0c2c..5f5412943b 100644
--- a/master/replicasetstatus.json
+++ b/master/replicasetstatus.json
@@ -58,7 +58,7 @@
       ]
     },
     "terminatingReplicas": {
-      "description": "The number of terminating pods for this replica set. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentPodReplacementPolicy to be able to use this field.",
+      "description": "The number of terminating pods for this replica set. Terminating pods have a non-null .metadata.deletionTimestamp and have not yet reached the Failed or Succeeded .status.phase.\n\nThis is an alpha field. Enable DeploymentReplicaSetTerminatingReplicas to be able to use this field.",
       "format": "int32",
       "type": [
         "integer",
-- 
GitLab