mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-04 15:05:20 +00:00
Merge pull request #48217 from kargakis/unavailable-replicas-comment
Automatic merge from submit-queue (batch tested with PRs 51590, 48217, 51209, 51575, 48627) api: clarify d.status.unavailableReplicas Fixes https://github.com/kubernetes/kubernetes/issues/41789 @kubernetes/sig-apps-api-reviews
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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user