// update-all.sh
This commit is contained in:
@@ -29065,7 +29065,7 @@
|
||||
"description": "PodDisruptionBudgetSpec is a description of a PodDisruptionBudget.",
|
||||
"properties": {
|
||||
"minAvailable": {
|
||||
"description": "The minimum number of pods that must be available simultaneously. This can be either an integer or a string specifying a percentage, e.g. \"28%\".",
|
||||
"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%\".",
|
||||
"$ref": "#/definitions/intstr.IntOrString"
|
||||
},
|
||||
"selector": {
|
||||
|
@@ -1166,7 +1166,7 @@
|
||||
"description": "PodDisruptionBudgetSpec is a description of a PodDisruptionBudget.",
|
||||
"properties": {
|
||||
"minAvailable": {
|
||||
"description": "The minimum number of pods that must be available simultaneously. This can be either an integer or a string specifying a percentage, e.g. \"28%\".",
|
||||
"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%\".",
|
||||
"$ref": "#/definitions/intstr.IntOrString"
|
||||
},
|
||||
"selector": {
|
||||
|
@@ -1159,7 +1159,7 @@
|
||||
"properties": {
|
||||
"minAvailable": {
|
||||
"type": "string",
|
||||
"description": "The minimum number of pods that must be available simultaneously. This can be either an integer or a string specifying a percentage, e.g. \"28%\"."
|
||||
"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%\"."
|
||||
},
|
||||
"selector": {
|
||||
"$ref": "unversioned.LabelSelector",
|
||||
|
Reference in New Issue
Block a user