Commit 55d7fbd5 authored by mbohlool's avatar mbohlool

Update generated OpenAPI spec

parent 71c07650
...@@ -35745,11 +35745,7 @@ ...@@ -35745,11 +35745,7 @@
"description": "DeploymentCondition describes the state of a deployment at a certain point.", "description": "DeploymentCondition describes the state of a deployment at a certain point.",
"required": [ "required": [
"type", "type",
"status", "status"
"lastUpdateTime",
"lastTransitionTime",
"reason",
"message"
], ],
"properties": { "properties": {
"lastTransitionTime": { "lastTransitionTime": {
...@@ -35824,8 +35820,7 @@ ...@@ -35824,8 +35820,7 @@
"v1beta1.DeploymentSpec": { "v1beta1.DeploymentSpec": {
"description": "DeploymentSpec is the specification of the desired behavior of the Deployment.", "description": "DeploymentSpec is the specification of the desired behavior of the Deployment.",
"required": [ "required": [
"template", "template"
"progressDeadlineSeconds"
], ],
"properties": { "properties": {
"minReadySeconds": { "minReadySeconds": {
...@@ -35872,9 +35867,6 @@ ...@@ -35872,9 +35867,6 @@
}, },
"v1beta1.DeploymentStatus": { "v1beta1.DeploymentStatus": {
"description": "DeploymentStatus is the most recently observed status of the Deployment.", "description": "DeploymentStatus is the most recently observed status of the Deployment.",
"required": [
"conditions"
],
"properties": { "properties": {
"availableReplicas": { "availableReplicas": {
"description": "Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.", "description": "Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.",
...@@ -35925,10 +35917,6 @@ ...@@ -35925,10 +35917,6 @@
}, },
"v1beta1.Eviction": { "v1beta1.Eviction": {
"description": "Eviction evicts a pod from its node subject to certain policies and safety constraints. This is a subresource of Pod. A request to cause such an eviction is created by POSTing to .../pods/\u003cpod name\u003e/evictions.", "description": "Eviction evicts a pod from its node subject to certain policies and safety constraints. This is a subresource of Pod. A request to cause such an eviction is created by POSTing to .../pods/\u003cpod name\u003e/evictions.",
"required": [
"metadata",
"deleteOptions"
],
"properties": { "properties": {
"deleteOptions": { "deleteOptions": {
"description": "DeleteOptions may be provided", "description": "DeleteOptions may be provided",
...@@ -36411,11 +36399,6 @@ ...@@ -36411,11 +36399,6 @@
}, },
"v1beta1.PodDisruptionBudget": { "v1beta1.PodDisruptionBudget": {
"description": "PodDisruptionBudget is an object to define the max disruption that can be caused to a collection of pods", "description": "PodDisruptionBudget is an object to define the max disruption that can be caused to a collection of pods",
"required": [
"metadata",
"spec",
"status"
],
"properties": { "properties": {
"metadata": { "metadata": {
"$ref": "#/definitions/v1.ObjectMeta" "$ref": "#/definitions/v1.ObjectMeta"
...@@ -36433,7 +36416,6 @@ ...@@ -36433,7 +36416,6 @@
"v1beta1.PodDisruptionBudgetList": { "v1beta1.PodDisruptionBudgetList": {
"description": "PodDisruptionBudgetList is a collection of PodDisruptionBudgets.", "description": "PodDisruptionBudgetList is a collection of PodDisruptionBudgets.",
"required": [ "required": [
"metadata",
"items" "items"
], ],
"properties": { "properties": {
...@@ -36450,10 +36432,6 @@ ...@@ -36450,10 +36432,6 @@
}, },
"v1beta1.PodDisruptionBudgetSpec": { "v1beta1.PodDisruptionBudgetSpec": {
"description": "PodDisruptionBudgetSpec is a description of a PodDisruptionBudget.", "description": "PodDisruptionBudgetSpec is a description of a PodDisruptionBudget.",
"required": [
"minAvailable",
"selector"
],
"properties": { "properties": {
"minAvailable": { "minAvailable": {
"description": "An eviction is allowed if at least \"minAvailable\" pods selected by \"selector\" will still be available after the eviction, i.e. even in the absence of the evicted pod. So for example you can prevent all voluntary evictions by specifying \"100%\".", "description": "An eviction is allowed if at least \"minAvailable\" pods selected by \"selector\" will still be available after the eviction, i.e. even in the absence of the evicted pod. So for example you can prevent all voluntary evictions by specifying \"100%\".",
......
...@@ -9757,11 +9757,7 @@ ...@@ -9757,11 +9757,7 @@
"description": "DeploymentCondition describes the state of a deployment at a certain point.", "description": "DeploymentCondition describes the state of a deployment at a certain point.",
"required": [ "required": [
"type", "type",
"status", "status"
"lastUpdateTime",
"lastTransitionTime",
"reason",
"message"
], ],
"properties": { "properties": {
"lastTransitionTime": { "lastTransitionTime": {
...@@ -9836,8 +9832,7 @@ ...@@ -9836,8 +9832,7 @@
"v1beta1.DeploymentSpec": { "v1beta1.DeploymentSpec": {
"description": "DeploymentSpec is the specification of the desired behavior of the Deployment.", "description": "DeploymentSpec is the specification of the desired behavior of the Deployment.",
"required": [ "required": [
"template", "template"
"progressDeadlineSeconds"
], ],
"properties": { "properties": {
"minReadySeconds": { "minReadySeconds": {
...@@ -9884,9 +9879,6 @@ ...@@ -9884,9 +9879,6 @@
}, },
"v1beta1.DeploymentStatus": { "v1beta1.DeploymentStatus": {
"description": "DeploymentStatus is the most recently observed status of the Deployment.", "description": "DeploymentStatus is the most recently observed status of the Deployment.",
"required": [
"conditions"
],
"properties": { "properties": {
"availableReplicas": { "availableReplicas": {
"description": "Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.", "description": "Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment