Commit Graph

11 Commits

Author SHA1 Message Date
Tom Lebreux f3b392ada2
Move to wrangler v3 (#427) 2024-05-02 10:06:30 -04:00
Ricardo Weir d4a7d13cee Update module to v2 and update paths 2023-09-01 17:51:39 -07:00
Brad Davidson 815817c058 Optimize getDistinctNamespaces
The current implementation will perform poorly when the desiredset
contains a large number of objects and namespaces, as it does a linear
scan of the string slice for each object. A more optimal approach is to
build a map of namespaces, and just return the map keys. This is much
faster since map operations are O(1).

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2021-12-14 10:23:18 -08:00
Jacob Payne e2966973ca fixed permissions errors when applying multiple namespaces 2021-11-10 16:53:28 -07:00
Darren Shepherd d73e141bcc Handle objectset with mixed versions of the same group/kind 2020-09-15 10:08:20 -07:00
Darren Shepherd 56c1325653 Apply enhancements 2020-03-28 14:44:53 -07:00
Darren Shepherd f42d6f2ef7 More expresive errors when GVK lookup fails 2020-02-22 08:19:56 -07:00
Darren Shepherd 2044a7b2bb Add status handler and generating handlers 2019-10-14 10:15:49 -07:00
Darren Shepherd 901068548f Don't require Kind/APIVersion to be set for object to passed to apply 2019-06-11 17:22:32 -07:00
Darren Shepherd 50cf11d481 Remove dependency on mapper 2019-04-25 22:01:58 -07:00
Darren Shepherd a6b17de10a Move norman frameworks to wrangler 2019-03-28 11:47:54 -07:00