KubeStore is an object for storing kubestore information
| 25 | |
| 26 | // KubeStore is an object for storing kubestore information |
| 27 | type KubeStore struct { |
| 28 | clusterID string |
| 29 | projectsConfig *config.Config |
| 30 | kube *kubernetes.Clientset |
| 31 | } |
| 32 | |
| 33 | const spaceCloud string = "space-cloud" |
| 34 |
nothing calls this directly
no outgoing calls
no test coverage detected