Provider implements the ClusterProvider interface for local Kubernetes clusters
| 17 | |
| 18 | // Provider implements the ClusterProvider interface for local Kubernetes clusters |
| 19 | type Provider struct{} |
| 20 | |
| 21 | // getClusterName attempts to get the current Kubernetes cluster name from kubectl config |
| 22 | func getClusterName() string { |
nothing calls this directly
no outgoing calls
no test coverage detected