From a6a598acead108b83bd8e85144cd5653d0259b21 Mon Sep 17 00:00:00 2001 From: Daishan Peng Date: Wed, 29 Nov 2017 12:07:03 -0700 Subject: [PATCH] change types --- apis/cluster.cattle.io/v1/types.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apis/cluster.cattle.io/v1/types.go b/apis/cluster.cattle.io/v1/types.go index 2fceff2d..5e074886 100644 --- a/apis/cluster.cattle.io/v1/types.go +++ b/apis/cluster.cattle.io/v1/types.go @@ -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"` }