cli-utils/pkg
Karl Isenberg f67aaa87ac feat: MultiError for invalid annotations
- Move Validator to pkg/object/validation
- Replace ValidationError with validation.Error
- Replace MultiValidationError with generic MultiError
- Update Validator & SortObjs to use MultiError
- Add ResourceReferenceFromObjMetadata
- Rename NewResourceReference -> ResourceReferenceFromUnstructured
- Delete duplicate ResourceReference.ObjMetadata()
- Modify some error messages for consistency and clarity
- Use templating to generate some test artifacts

BREAKING CHANGE: apply-time-mutation namespace required for namespace-scoped resources
2022-01-12 15:24:53 -08:00
..
apply feat: MultiError for invalid annotations 2022-01-12 15:24:53 -08:00
common Ignore receiver name lint error 2021-10-28 11:20:58 -07:00
config Update dependencies to Kubernetes v1.21.1 2021-05-28 12:53:51 +10:00
errors Remove unused TimeoutError code 2021-12-07 18:49:34 +01:00
inventory feat: MultiError for invalid annotations 2022-01-12 15:24:53 -08:00
jsonpath feat: MultiError for invalid annotations 2022-01-12 15:24:53 -08:00
kstatus fix: Don't panic when ObjMetadata is invalid 2022-01-07 18:50:30 -08:00
manifestreader fix: Make UnknownTypesError error more readable 2021-11-12 11:29:07 -08:00
multierror feat: MultiError for invalid annotations 2022-01-12 15:24:53 -08:00
object feat: MultiError for invalid annotations 2022-01-12 15:24:53 -08:00
ordering fix: Don't panic when ObjMetadata is invalid 2022-01-07 18:50:30 -08:00
print feat: Return a specific error type from the printers when resources fail to apply/delete/reconcile 2022-01-10 14:00:02 -08:00
printers feat: Return a specific error type from the printers when resources fail to apply/delete/reconcile 2022-01-10 14:00:02 -08:00
testutil fix: Handle more validation errors as field errors 2022-01-07 12:06:43 -08:00
util/factory Remove StatusPoller factory and support custom status readers 2021-12-16 19:38:10 +01:00