Update godeps
This commit is contained in:
parent
423433bc5f
commit
701c5a0e30
482 changed files with 86915 additions and 19741 deletions
2
vendor/k8s.io/kubernetes/pkg/util/strategicpatch/patch.go
generated
vendored
2
vendor/k8s.io/kubernetes/pkg/util/strategicpatch/patch.go
generated
vendored
|
|
@ -432,7 +432,7 @@ loopB:
|
|||
if !ignoreChangesAndAdditions {
|
||||
// Add any remaining items found only in modified
|
||||
for ; modifiedIndex < len(modifiedSorted); modifiedIndex++ {
|
||||
patch = append(patch, modified[modifiedIndex])
|
||||
patch = append(patch, modifiedSorted[modifiedIndex])
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue