mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 15:37:24 +00:00
apps: update observedGeneration doc for statefulsets
This commit is contained in:
@@ -36012,7 +36012,7 @@
|
||||
],
|
||||
"properties": {
|
||||
"observedGeneration": {
|
||||
"description": "most recent generation observed by this autoscaler.",
|
||||
"description": "most recent generation observed by this StatefulSet.",
|
||||
"type": "integer",
|
||||
"format": "int64"
|
||||
},
|
||||
|
||||
@@ -2891,7 +2891,7 @@
|
||||
"observedGeneration": {
|
||||
"type": "integer",
|
||||
"format": "int64",
|
||||
"description": "most recent generation observed by this autoscaler."
|
||||
"description": "most recent generation observed by this StatefulSet."
|
||||
},
|
||||
"replicas": {
|
||||
"type": "integer",
|
||||
|
||||
Reference in New Issue
Block a user