MCPcopy
hub / github.com/spacecloud-io/space-cloud / KubeStore

Struct KubeStore

gateway/managers/syncman/store_kube.go:27–31  ·  view source on GitHub ↗

KubeStore is an object for storing kubestore information

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected