Browse Source

spelling: referenceable

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
pull/1891/head
Josh Soref 5 years ago
parent
commit
6790aea260
  1. 6
      storage/kubernetes/k8sapi/client.go

6
storage/kubernetes/k8sapi/client.go

@ -32,11 +32,11 @@ type Config struct {
APIVersion string `json:"apiVersion,omitempty"`
// Preferences holds general information to be use for cli interactions
Preferences Preferences `json:"preferences"`
// Clusters is a map of referencable names to cluster configs
// Clusters is a map of referenceable names to cluster configs
Clusters []NamedCluster `json:"clusters"`
// AuthInfos is a map of referencable names to user configs
// AuthInfos is a map of referenceable names to user configs
AuthInfos []NamedAuthInfo `json:"users"`
// Contexts is a map of referencable names to context configs
// Contexts is a map of referenceable names to context configs
Contexts []NamedContext `json:"contexts"`
// CurrentContext is the name of the context that you would like to use by default
CurrentContext string `json:"current-context"`

Loading…
Cancel
Save