1
0
mirror of https://github.com/rancher/types.git synced 2025-09-09 00:48:56 +00:00

change types

This commit is contained in:
Daishan Peng
2017-11-29 12:07:03 -07:00
parent 533f8052db
commit a6a598acea

View File

@@ -95,8 +95,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"`
}