update generated-swagger-docs

pull/564/head
ajatprabha 2019-02-26 00:17:47 +05:30
parent fe3b9f486f
commit c2755f6685
No known key found for this signature in database
GPG Key ID: A7A5C9C2584B721A
1 changed files with 3 additions and 2 deletions

View File

@ -294,8 +294,9 @@ func (PatchOptions) SwaggerDoc() map[string]string {
}
var map_Preconditions = map[string]string{
"": "Preconditions must be fulfilled before an operation (update, delete, etc.) is carried out.",
"uid": "Specifies the target UID.",
"": "Preconditions must be fulfilled before an operation (update, delete, etc.) is carried out.",
"uid": "Specifies the target UID.",
"resourceVersion": "Specifies the target ResourceVersion",
}
func (Preconditions) SwaggerDoc() map[string]string {