Commit Graph

27 Commits

Author SHA1 Message Date
Sean Sullivan 185aa3d048 Better final inventory calculation during errors 2021-02-04 22:33:54 -08:00
Sean Sullivan 6db68fda8d Fix for final inventory update 2021-01-25 22:30:22 -08:00
Kubernetes Prow Robot 9854efe610
Merge pull request #297 from Liujingfang1/master
ingore the failed resources in wait task
2021-01-06 14:23:45 -08:00
Jingfang Liu c6a79a0764 add ids in the apply task into taskContext 2020-12-22 10:10:29 -08:00
Jingfang Liu a6bb8c2150 ingore the failed resources in wait task 2020-12-15 09:28:11 -08:00
Kubernetes Prow Robot d3e1ad2460
Merge pull request #293 from Liujingfang1/master
update printer for events
2020-12-10 11:38:14 -08:00
Jingfang Liu 1563909024 improve PruneTask/ApplyTask task logic for inventory policy and add unit
test
2020-12-09 17:27:43 -08:00
Jingfang Liu 73e29daabb add different error types for empty or unmatched inventory annotation 2020-12-08 17:25:24 -08:00
Jingfang Liu 5184286403 enable InventoryPolicy in applier 2020-12-08 13:22:08 -08:00
Jingfang Liu 06cf56ef9e update printer for events 2020-12-08 11:50:41 -08:00
Jingfang Liu e808334c97 address comments 2020-11-20 18:21:54 -08:00
Jingfang Liu 0ff98dc3f7 change apply to continue on error 2020-11-20 10:49:49 -08:00
Jingfang Liu d75850b538 update kubectl to 1.18.10 2020-11-11 10:01:17 -08:00
Sean Sullivan 99285377ba Implements server-side apply 2020-10-23 22:55:06 -07:00
Morten Torkildsen 507d11f31e Use Unstructured instead of Info 2020-10-20 15:38:13 -07:00
Morten Torkildsen a6c5f50abc Move ApplyOptions into ApplyTask 2020-10-14 17:33:49 -07:00
Morten Torkildsen 034d5c3456 Use the TaskContext for passing UIDs of applied resources to the pruner 2020-09-25 14:25:13 -07:00
Phani Teja Marupaka 73e5d60407 Server side preview 2020-08-04 18:01:46 -07:00
Sean R. Sullivan c9e7d329da Updates prune algorithm to use one inventory object 2020-07-29 18:33:49 -07:00
Morten Torkildsen ae77d32ad6 Simplify the InfoHelper and ApplyTask 2020-06-10 22:22:06 -07:00
Morten Torkildsen 639a191b22 Support preview when resource set contains both CRD and CR 2020-05-27 19:43:08 -07:00
Morten Torkildsen b76b6e7563 Move the printer adapter into the ApplyTask 2020-05-22 14:16:38 -07:00
Morten Torkildsen 0d7f2b323d Handle CRDs and CRs in the same set of resources 2020-05-12 13:20:53 -07:00
Morten Torkildsen 5eb94594c3 Remove DryRun and NoPrune fields on Applier and PruneOptions 2020-04-28 20:55:43 -07:00
Morten Torkildsen b494b8e33b Use resource generation in status decisions 2020-04-21 20:43:41 -07:00
Morten Torkildsen 260f419d8b Add TaskContext to be passed between tasks 2020-04-17 14:04:58 -07:00
Morten Torkildsen a8a3e0d034 Implement the applier as a queue of tasks 2020-03-23 14:47:40 -07:00