Update d.status.unavailableReplicas api comment
This commit is contained in:
@@ -55110,7 +55110,7 @@
|
||||
"format": "int32"
|
||||
},
|
||||
"unavailableReplicas": {
|
||||
"description": "Total number of unavailable pods targeted by this deployment.",
|
||||
"description": "Total number of unavailable pods targeted by this deployment. This is the total number of pods that are still required for the deployment to have 100% available capacity. They may either be pods that are running but not yet available or pods that still have not been created.",
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
@@ -55817,7 +55817,7 @@
|
||||
"format": "int32"
|
||||
},
|
||||
"unavailableReplicas": {
|
||||
"description": "Total number of unavailable pods targeted by this deployment.",
|
||||
"description": "Total number of unavailable pods targeted by this deployment. This is the total number of pods that are still required for the deployment to have 100% available capacity. They may either be pods that are running but not yet available or pods that still have not been created.",
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
@@ -62831,7 +62831,7 @@
|
||||
"format": "int32"
|
||||
},
|
||||
"unavailableReplicas": {
|
||||
"description": "Total number of unavailable pods targeted by this deployment.",
|
||||
"description": "Total number of unavailable pods targeted by this deployment. This is the total number of pods that are still required for the deployment to have 100% available capacity. They may either be pods that are running but not yet available or pods that still have not been created.",
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
|
@@ -5910,7 +5910,7 @@
|
||||
"unavailableReplicas": {
|
||||
"type": "integer",
|
||||
"format": "int32",
|
||||
"description": "Total number of unavailable pods targeted by this deployment."
|
||||
"description": "Total number of unavailable pods targeted by this deployment. This is the total number of pods that are still required for the deployment to have 100% available capacity. They may either be pods that are running but not yet available or pods that still have not been created."
|
||||
},
|
||||
"conditions": {
|
||||
"type": "array",
|
||||
|
@@ -8217,7 +8217,7 @@
|
||||
"unavailableReplicas": {
|
||||
"type": "integer",
|
||||
"format": "int32",
|
||||
"description": "Total number of unavailable pods targeted by this deployment."
|
||||
"description": "Total number of unavailable pods targeted by this deployment. This is the total number of pods that are still required for the deployment to have 100% available capacity. They may either be pods that are running but not yet available or pods that still have not been created."
|
||||
},
|
||||
"conditions": {
|
||||
"type": "array",
|
||||
|
@@ -8854,7 +8854,7 @@
|
||||
"unavailableReplicas": {
|
||||
"type": "integer",
|
||||
"format": "int32",
|
||||
"description": "Total number of unavailable pods targeted by this deployment."
|
||||
"description": "Total number of unavailable pods targeted by this deployment. This is the total number of pods that are still required for the deployment to have 100% available capacity. They may either be pods that are running but not yet available or pods that still have not been created."
|
||||
},
|
||||
"conditions": {
|
||||
"type": "array",
|
||||
|
Reference in New Issue
Block a user