From 3ab51e03cefebc9be8ba361946b5c08e1572530d Mon Sep 17 00:00:00 2001 From: Antoine Pelisse Date: Tue, 10 Sep 2019 14:12:46 -0700 Subject: [PATCH] Remove alpha status from ManagedFields --- staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types.go b/staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types.go index a6ecf33123c..76b275589f2 100644 --- a/staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types.go +++ b/staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types.go @@ -268,8 +268,6 @@ type ObjectMeta struct { // "ci-cd". The set of fields is always in the version that the // workflow used when modifying the object. // - // This field is alpha and can be changed or removed without notice. - // // +optional ManagedFields []ManagedFieldsEntry `json:"managedFields,omitempty" protobuf:"bytes,17,rep,name=managedFields"` }