forked from mystiq/dex
spelling: referenceable
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
parent
d3d447fcf1
commit
6790aea260
1 changed files with 3 additions and 3 deletions
|
@ -32,11 +32,11 @@ type Config struct {
|
||||||
APIVersion string `json:"apiVersion,omitempty"`
|
APIVersion string `json:"apiVersion,omitempty"`
|
||||||
// Preferences holds general information to be use for cli interactions
|
// Preferences holds general information to be use for cli interactions
|
||||||
Preferences Preferences `json:"preferences"`
|
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"`
|
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"`
|
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"`
|
Contexts []NamedContext `json:"contexts"`
|
||||||
// CurrentContext is the name of the context that you would like to use by default
|
// CurrentContext is the name of the context that you would like to use by default
|
||||||
CurrentContext string `json:"current-context"`
|
CurrentContext string `json:"current-context"`
|
||||||
|
|
Loading…
Reference in a new issue