vendor: update all dependencies

This commit is contained in:
Nick Craig-Wood 2018-03-19 15:51:38 +00:00
parent 940df88eb2
commit d64789528d
4309 changed files with 1327278 additions and 1001118 deletions

View file

@ -560,6 +560,10 @@ type Cluster struct {
// "ERROR" - The ERROR state indicates the cluster may be unusable.
// Details
// can be found in the `statusMessage` field.
// "DEGRADED" - The DEGRADED state indicates the cluster requires user
// action to restore
// full functionality. Details can be found in the `statusMessage`
// field.
Status string `json:"status,omitempty"`
// StatusMessage: [Output only] Additional information about the current
@ -1522,10 +1526,17 @@ type NodeConfig struct {
// server.
// Additionally, to avoid ambiguity, keys must not conflict with any
// other
// metadata keys for the project or be one of the four reserved
// keys:
// "instance-template", "kube-env", "startup-script", and
// "user-data"
// metadata keys for the project or be one of the reserved keys:
// "cluster-location"
// "cluster-name"
// "cluster-uid"
// "configure-sh"
// "gci-update-strategy"
// "gci-ensure-gke-docker"
// "instance-template"
// "kube-env"
// "startup-script"
// "user-data"
//
// Values are free-form strings, and only have meaning as interpreted
// by