airshipctl/pkg/events
Ruslan Aliev 3e44c42989 Introduce KRM based k8s applier
The KRM based k8s applier solves multiple design problems
which were introduced in previous airshipctl generation,
making apply code and process more clear, reliable and
readable. In particular:
 * k8s applier now is a KRM function and it allows the
   end user to choose or implement desired backend for
   k8s apply operations;
 * the related amount of code was reduced by three times,
   multiple unused and unnecessary structs/interfaces/design
   patterns were removed or rewrited in more clean and efficient
   way;
 * removed cli-utils dependency from airshipctl;
 * fixed several bugs and code issues, such as incorrect printing
   of tables, duplicated unit tests, improper generation and applying
   inventory config map, etc;
 * cli-utils version used in KRM function was bumped to 0.26.0;
 * phases with duplicated k8s resources were removed or fixed;
 * unit test coverage increased to 83.1%;
 * KRM function logs were integrated with klog library which allows
   to observe logs directly from cli-utils and other dependent libs.

Change-Id: Ief509f1d6abefd53caf7fcffc4e36b0319815373
Signed-off-by: Ruslan Aliev <raliev@mirantis.com>
Closes: #646
2021-10-27 08:14:22 +00:00
..
errors.go Fix clusterctl, IsoGen executors to emit proper events 2020-09-21 13:57:26 -05:00
events.go Introduce KRM based k8s applier 2021-10-27 08:14:22 +00:00
events_test.go Add printers for events 2020-12-05 00:26:02 +04:00
printers.go Add newline when printing an event 2020-12-12 11:52:24 +03:00
printers_test.go Remove isogen executor and related code 2021-03-02 08:14:57 +00:00
processor.go Introduce KRM based k8s applier 2021-10-27 08:14:22 +00:00
processor_test.go Introduce KRM based k8s applier 2021-10-27 08:14:22 +00:00