Skip to content

Commit

Permalink
Synchronize some generated code that was missed along the way (opensh…
Browse files Browse the repository at this point in the history
  • Loading branch information
carolynvs authored and kibbles-n-bytes committed Mar 7, 2018
1 parent a63ebf7 commit e9aeeb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/openapi/openapi_generated.go
Original file line number Diff line number Diff line change
Expand Up @@ -1495,14 +1495,14 @@ func GetOpenAPIDefinitions(ref common.ReferenceCallback) map[string]common.OpenA
},
"reconciledGeneration": {
SchemaProps: spec.SchemaProps{
Description: "ReconciledGeneration is the 'Generation' of the serviceInstanceSpec that was last processed by the controller. The reconciled generation is updated even if the controller failed to process the spec. Deprecated: use ObservedGeneration instead",
Description: "ReconciledGeneration is the 'Generation' of the serviceInstanceSpec that was last processed by the controller. The reconciled generation is updated even if the controller failed to process the spec. Deprecated: use ObservedGeneration with conditions set to true to find whether generation was reconciled.",
Type: []string{"integer"},
Format: "int64",
},
},
"observedGeneration": {
SchemaProps: spec.SchemaProps{
Description: "ObservedGeneration is the 'Generation' of the serviceInstanceSpec that was last processed by the controller. The observed generation is updated whenever the status is updated regardless of operation result",
Description: "ObservedGeneration is the 'Generation' of the serviceInstanceSpec that was last processed by the controller. The observed generation is updated whenever the status is updated regardless of operation result.",
Type: []string{"integer"},
Format: "int64",
},
Expand Down

0 comments on commit e9aeeb0

Please sign in to comment.