1
0
mirror of https://github.com/rancher/types.git synced 2025-09-17 07:19:17 +00:00

Merge pull request #34 from StrongMonkey/change-credential

Change credential
This commit is contained in:
Darren Shepherd
2017-11-29 13:42:42 -08:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@@ -97,8 +97,8 @@ type GoogleKubernetesEngineConfig struct {
// The map of Kubernetes labels (key/value pairs) to be applied
// to each node.
Labels map[string]string `json:"labels,omitempty"`
// The path to the credential file(key.json)
CredentialPath string `json:"credentialPath,omitempty"`
// The content of the credential file(key.json)
Credential string `json:"credential,omitempty"`
// Enable alpha feature
EnableAlphaFeature bool `json:"enableAlphaFeature,omitempty"`
}