Add deprecation notice for alpha field

This commit is contained in:
Antoine Pelisse
2019-01-16 21:02:40 -08:00
parent 1494299175
commit 6091a80c90

View File

@@ -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"`
}