Commit 177c0efe authored by Jeff Lowdermilk's avatar Jeff Lowdermilk

Merge pull request #25552 from caesarxuchao/merge-finalizers

add merge tag to v1/ObjectMeta.Finalizers
parents ce803725 6f1521af
......@@ -184,7 +184,7 @@ type ObjectMeta struct {
// is an identifier for the responsible component that will remove the entry
// from the list. If the deletionTimestamp of the object is non-nil, entries
// in this list can only be removed.
Finalizers []string `json:"finalizers,omitempty" protobuf:"bytes,14,rep,name=finalizers"`
Finalizers []string `json:"finalizers,omitempty" patchStrategy:"merge" protobuf:"bytes,14,rep,name=finalizers"`
}
const (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment