Merge pull request #38873 from kargakis/fix-statefulset-doc

Automatic merge from submit-queue (batch tested with PRs 39030, 38873)

apps: update observedGeneration doc for statefulsets
This commit is contained in:
Kubernetes Submit Queue
2016-12-21 04:39:41 -08:00
committed by GitHub
8 changed files with 9 additions and 9 deletions

View File

@@ -12127,7 +12127,7 @@ var OpenAPIDefinitions *common.OpenAPIDefinitions = &common.OpenAPIDefinitions{
Properties: map[string]spec.Schema{
"observedGeneration": {
SchemaProps: spec.SchemaProps{
Description: "most recent generation observed by this autoscaler.",
Description: "most recent generation observed by this StatefulSet.",
Type: []string{"integer"},
Format: "int64",
},