mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-06 07:57:35 +00:00
Merge pull request #32274 from ping035627/ping035627-patch-0908
Automatic merge from submit-queue Change all jsonmerge to strategicpatch Implement all jsonmerge changed to strategicpatch in edit.go.
This commit is contained in:
@@ -67,7 +67,7 @@ func RequireKeyUnchanged(key string) PreconditionFunc {
|
||||
}
|
||||
}
|
||||
|
||||
// RequireKeyUnchanged creates a precondition function that fails
|
||||
// RequireMetadataKeyUnchanged creates a precondition function that fails
|
||||
// if the metadata.key is present in the diff (indicating its value
|
||||
// has changed).
|
||||
func RequireMetadataKeyUnchanged(key string) PreconditionFunc {
|
||||
|
||||
Reference in New Issue
Block a user