From 6091a80c9001717dbdd61a3fdd2676f394baab8e Mon Sep 17 00:00:00 2001 From: Antoine Pelisse Date: Wed, 16 Jan 2019 21:02:40 -0800 Subject: [PATCH] Add deprecation notice for alpha field --- staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types.go | 3 +++ 1 file changed, 3 insertions(+) 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 c6f13194e3e..9af47ebd59f 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 @@ -258,6 +258,9 @@ type ObjectMeta struct { // controller's name, or the name of a specific apply path like // "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 map[string]VersionedFields `json:"managedFields,omitempty" protobuf:"bytes,17,rep,name=managedFields"` }