mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Fix missing __kubectl_parse_config
This commit is contained in:
		@@ -92,7 +92,7 @@ __kubectl_config_get_users()
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
# $1 has to be "contexts", "clusters" or "users"
 | 
			
		||||
__kubectl_config_get()
 | 
			
		||||
__kubectl_parse_config()
 | 
			
		||||
{
 | 
			
		||||
    local template kubectl_out
 | 
			
		||||
    template="{{ range .$1  }}{{ .name }} {{ end }}"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user