mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-04 10:47:25 +00:00
Merge pull request #111611 from kardashov/ref-spec-docs-typo-fix
Fixes typo in ReplicaSetStatus description
This commit is contained in:
4
api/openapi-spec/swagger.json
generated
4
api/openapi-spec/swagger.json
generated
@@ -1163,7 +1163,7 @@
|
||||
"type": "integer"
|
||||
},
|
||||
"replicas": {
|
||||
"description": "Replicas is the most recently oberved number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller",
|
||||
"description": "Replicas is the most recently observed number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller",
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
}
|
||||
@@ -8633,7 +8633,7 @@
|
||||
"type": "integer"
|
||||
},
|
||||
"replicas": {
|
||||
"description": "Replicas is the most recently oberved number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#what-is-a-replicationcontroller",
|
||||
"description": "Replicas is the most recently observed number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#what-is-a-replicationcontroller",
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
}
|
||||
|
@@ -5939,7 +5939,7 @@
|
||||
},
|
||||
"replicas": {
|
||||
"default": 0,
|
||||
"description": "Replicas is the most recently oberved number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#what-is-a-replicationcontroller",
|
||||
"description": "Replicas is the most recently observed number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#what-is-a-replicationcontroller",
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
}
|
||||
|
@@ -841,7 +841,7 @@
|
||||
},
|
||||
"replicas": {
|
||||
"default": 0,
|
||||
"description": "Replicas is the most recently oberved number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller",
|
||||
"description": "Replicas is the most recently observed number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller",
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
}
|
||||
|
Reference in New Issue
Block a user