Andrii Ostapenko cd1ca0b787
Fix describe-kubernetes-objects role
According to [0] kubectl get all -A does not include all types (e.g.
configmaps) and is going to be deprecated. Instead of getting all
objects with one kubectl request, doing the same for each object type
separately.

[0] https://github.com/kubernetes/kubectl/issues/151

Change-Id: I624e785b95e0c5697a567251b42855545d771179
Signed-off-by: Andrii Ostapenko <andrii.ostapenko@att.com>
2020-10-24 13:15:06 -05:00
..