From 6f1521afe42091513a5bbcf7adb33df1c3edbd2d Mon Sep 17 00:00:00 2001 From: Chao Xu Date: Thu, 12 May 2016 14:00:39 -0700 Subject: [PATCH] add merge tag to Finalizers list --- pkg/api/v1/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/api/v1/types.go b/pkg/api/v1/types.go index 551624b5da2..35a871f8bbc 100644 --- a/pkg/api/v1/types.go +++ b/pkg/api/v1/types.go @@ -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 (