mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-08 04:32:37 +00:00
Generated part for ObservedGeneration
This commit is contained in:
@@ -35046,6 +35046,11 @@
|
||||
"description": "NumberReady is the number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready.",
|
||||
"type": "integer",
|
||||
"format": "int32"
|
||||
},
|
||||
"observedGeneration": {
|
||||
"description": "ObservedGeneration is the most recent generation observed by the daemon set controller.",
|
||||
"type": "integer",
|
||||
"format": "int64"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@@ -8636,6 +8636,11 @@
|
||||
"type": "integer",
|
||||
"format": "int32",
|
||||
"description": "NumberReady is the number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready."
|
||||
},
|
||||
"observedGeneration": {
|
||||
"type": "integer",
|
||||
"format": "int64",
|
||||
"description": "ObservedGeneration is the most recent generation observed by the daemon set controller."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user