mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-21 09:57:52 +00:00
Generated changes for collision count
Signed-off-by: Michail Kargakis <mkargaki@redhat.com>
This commit is contained in:
@@ -47259,6 +47259,11 @@
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"collisionCount": {
|
||||
"description": "Count of hash collisions for the Deployment. The Deployment controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ReplicaSet.",
|
||||
"type": "integer",
|
||||
"format": "int64"
|
||||
},
|
||||
"conditions": {
|
||||
"description": "Represents the latest available observations of a deployment's current state.",
|
||||
"type": "array",
|
||||
@@ -49477,6 +49482,11 @@
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"collisionCount": {
|
||||
"description": "Count of hash collisions for the Deployment. The Deployment controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ReplicaSet.",
|
||||
"type": "integer",
|
||||
"format": "int64"
|
||||
},
|
||||
"conditions": {
|
||||
"description": "Represents the latest available observations of a deployment's current state.",
|
||||
"type": "array",
|
||||
|
@@ -4706,6 +4706,11 @@
|
||||
"$ref": "v1beta1.DeploymentCondition"
|
||||
},
|
||||
"description": "Represents the latest available observations of a deployment's current state."
|
||||
},
|
||||
"collisionCount": {
|
||||
"type": "integer",
|
||||
"format": "int64",
|
||||
"description": "Count of hash collisions for the Deployment. The Deployment controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ReplicaSet."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@@ -9408,6 +9408,11 @@
|
||||
"$ref": "v1beta1.DeploymentCondition"
|
||||
},
|
||||
"description": "Represents the latest available observations of a deployment's current state."
|
||||
},
|
||||
"collisionCount": {
|
||||
"type": "integer",
|
||||
"format": "int64",
|
||||
"description": "Count of hash collisions for the Deployment. The Deployment controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ReplicaSet."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user