1
0
mirror of https://github.com/rancher/types.git synced 2025-08-28 16:50:30 +00:00

generate changes

This commit is contained in:
Daishan Peng 2017-11-29 12:16:48 -07:00
parent a6a598acea
commit f7db21ed01

View File

@ -3,7 +3,7 @@ package client
const (
GoogleKubernetesEngineConfigType = "googleKubernetesEngineConfig"
GoogleKubernetesEngineConfigFieldClusterIpv4Cidr = "clusterIpv4Cidr"
GoogleKubernetesEngineConfigFieldCredentialPath = "credentialPath"
GoogleKubernetesEngineConfigFieldCredential = "credential"
GoogleKubernetesEngineConfigFieldDescription = "description"
GoogleKubernetesEngineConfigFieldDiskSizeGb = "diskSizeGb"
GoogleKubernetesEngineConfigFieldEnableAlphaFeature = "enableAlphaFeature"
@ -18,7 +18,7 @@ const (
type GoogleKubernetesEngineConfig struct {
ClusterIpv4Cidr string `json:"clusterIpv4Cidr,omitempty"`
CredentialPath string `json:"credentialPath,omitempty"`
Credential string `json:"credential,omitempty"`
Description string `json:"description,omitempty"`
DiskSizeGb *int64 `json:"diskSizeGb,omitempty"`
EnableAlphaFeature *bool `json:"enableAlphaFeature,omitempty"`