mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-06 07:57:35 +00:00
Added changes as a result of running make update
This commit is contained in:
@@ -51317,6 +51317,11 @@
|
||||
"replicas"
|
||||
],
|
||||
"properties": {
|
||||
"collisionCount": {
|
||||
"description": "collisionCount is the count of hash collisions for the StatefulSet. The StatefulSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision.",
|
||||
"type": "integer",
|
||||
"format": "int64"
|
||||
},
|
||||
"currentReplicas": {
|
||||
"description": "currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.",
|
||||
"type": "integer",
|
||||
@@ -52166,6 +52171,11 @@
|
||||
"replicas"
|
||||
],
|
||||
"properties": {
|
||||
"collisionCount": {
|
||||
"description": "collisionCount is the count of hash collisions for the StatefulSet. The StatefulSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision.",
|
||||
"type": "integer",
|
||||
"format": "int64"
|
||||
},
|
||||
"currentReplicas": {
|
||||
"description": "currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.",
|
||||
"type": "integer",
|
||||
|
||||
Reference in New Issue
Block a user