Fixes:
-
Delete generated targets on resource deletion: previously, when deleting
DynamicClusterRoleorDynamicRoleBindingresources, the targets that were generated with them were not removed. This was not the intended behavior so here we go with a fix for that -
Show resource status on
kubectl get {resource}requests: this will help ops people to debug faster the status of the created resource. This fix will show three new columsREADY,STATUSandAGE
Contributors:
@achetronic