Generated part for ObservedGeneration

This commit is contained in:
Łukasz Oleś
2017-01-02 15:00:05 +01:00
parent 9c0d28e359
commit a36a978781
12 changed files with 5322 additions and 5211 deletions

View File

@@ -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"
}
}
},

View File

@@ -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."
}
}
},