Noam Regev

Results 1 comments of Noam Regev

Code Snippet template for creating the static file: ## For JSON: ```bash echo "[" > combined.json kubectl get roles --all-namespaces -o json >> combined.json echo "," >> combined.json kubectl get...