vendor: update kube to v1.7.6
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
parent
e8cfe3b867
commit
5e7c932771
16 changed files with 893 additions and 870 deletions
2
vendor/k8s.io/apimachinery/pkg/util/strategicpatch/patch.go
generated
vendored
2
vendor/k8s.io/apimachinery/pkg/util/strategicpatch/patch.go
generated
vendored
|
@ -1138,7 +1138,7 @@ func mergePatchIntoOriginal(original, patch map[string]interface{}, t reflect.Ty
|
|||
return err
|
||||
}
|
||||
case !foundOriginal && !foundPatch:
|
||||
return nil
|
||||
continue
|
||||
}
|
||||
|
||||
// Split all items into patch items and server-only items and then enforce the order.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue