Remove alpha status from ManagedFields

This commit is contained in:
Antoine Pelisse 2019-09-10 14:12:46 -07:00
parent 405890fe0c
commit 3ab51e03ce

View File

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