mirror of https://github.com/k3s-io/k3s
update generated-swagger-docs
parent
fe3b9f486f
commit
c2755f6685
|
@ -294,8 +294,9 @@ func (PatchOptions) SwaggerDoc() map[string]string {
|
||||||
}
|
}
|
||||||
|
|
||||||
var map_Preconditions = map[string]string{
|
var map_Preconditions = map[string]string{
|
||||||
"": "Preconditions must be fulfilled before an operation (update, delete, etc.) is carried out.",
|
"": "Preconditions must be fulfilled before an operation (update, delete, etc.) is carried out.",
|
||||||
"uid": "Specifies the target UID.",
|
"uid": "Specifies the target UID.",
|
||||||
|
"resourceVersion": "Specifies the target ResourceVersion",
|
||||||
}
|
}
|
||||||
|
|
||||||
func (Preconditions) SwaggerDoc() map[string]string {
|
func (Preconditions) SwaggerDoc() map[string]string {
|
||||||
|
|
Loading…
Reference in New Issue