Generated changes for defaults updates

This commit is contained in:
Maciej Szulik
2017-03-07 11:30:05 +01:00
parent 70b8df6742
commit 6e9658ab55
6 changed files with 7 additions and 6 deletions

View File

@@ -12399,7 +12399,7 @@ func GetOpenAPIDefinitions(ref openapi.ReferenceCallback) map[string]openapi.Ope
},
"concurrencyPolicy": {
SchemaProps: spec.SchemaProps{
Description: "ConcurrencyPolicy specifies how to treat concurrent executions of a Job.",
Description: "ConcurrencyPolicy specifies how to treat concurrent executions of a Job. Defaults to Allow.",
Type: []string{"string"},
Format: "",
},