Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Edit operation now includes ReadinessGates and Conditions passed in as part of the edit request - adding them to existing ones from the Kptfile in the PackageRevision being edited - Init, Edit, and Clone operations now merge their lists of Conditions/ReadinessGates (any passed in in the API request are added to the defaults/existing ones) - instead of using slices.Concat which allowed duplicates (with same Condition.Type) to stay - Conditions/ReadinessGates passed in in the API request will OVERRIDE default/existing ones nephio-project/nephio#615
- Loading branch information