cluster-api-control-plane-provider-kamaji
cluster-api-control-plane-provider-kamaji copied to clipboard
Unstructured cluster patch helper
This PR aims to use the Cluster API patch helper to decrease the cognitive load in patching unstructured objects.
Since a patch requires first getting objects, the cache of unstructured objects must be put in place and an RBAC update since this requires GET
, LIST
, and WATCH
verbs.