Update dependencies

Among others, this updates minio-go, so that the new "eu-west-3" zone
for AWS is supported.
This commit is contained in:
Alexander Neumann 2018-01-23 19:40:42 +01:00
parent b63de7c798
commit 2b39f9f4b2
3435 changed files with 1318042 additions and 315692 deletions

View file

@ -1,4 +1,4 @@
// Package container provides access to the Google Container Engine API.
// Package container provides access to the Google Kubernetes Engine API.
//
// See https://cloud.google.com/container-engine/
//
@ -329,7 +329,7 @@ func (s *ClientCertificateConfig) MarshalJSON() ([]byte, error) {
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
// Cluster: A Google Container Engine cluster.
// Cluster: A Google Kubernetes Engine cluster.
type Cluster struct {
// AddonsConfig: Configurations for the various addons available to run
// in the cluster.
@ -1522,10 +1522,16 @@ 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-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
@ -1914,7 +1920,7 @@ func (s *Operation) MarshalJSON() ([]byte, error) {
type RollbackNodePoolUpgradeRequest struct {
}
// ServerConfig: Container Engine service configuration.
// ServerConfig: Kubernetes Engine service configuration.
type ServerConfig struct {
// DefaultClusterVersion: Version of Kubernetes the service deploys by
// default.
@ -2002,7 +2008,7 @@ type SetLabelsRequest struct {
// this resource,
// used to detect conflicts. The fingerprint is initially generated
// by
// Container Engine and changes after every request to modify or
// Kubernetes Engine and changes after every request to modify or
// update
// labels. You must always provide an up-to-date fingerprint hash
// when
@ -2409,11 +2415,9 @@ func (s *UpdateClusterRequest) MarshalJSON() ([]byte, error) {
// UpdateMasterRequest: UpdateMasterRequest updates the master of the
// cluster.
type UpdateMasterRequest struct {
// MasterVersion: The Kubernetes version to change the master to. The
// only valid value is the
// latest supported version. Use "-" to have the server automatically
// select
// the latest version.
// MasterVersion: The Kubernetes version to change the master to. Use
// "-" to have the server
// automatically select the default version.
MasterVersion string `json:"masterVersion,omitempty"`
// ForceSendFields is a list of field names (e.g. "MasterVersion") to
@ -2486,7 +2490,7 @@ type ProjectsZonesGetServerconfigCall struct {
header_ http.Header
}
// GetServerconfig: Returns configuration info about the Container
// GetServerconfig: Returns configuration info about the Kubernetes
// Engine service.
func (r *ProjectsZonesService) GetServerconfig(projectId string, zone string) *ProjectsZonesGetServerconfigCall {
c := &ProjectsZonesGetServerconfigCall{s: r.s, urlParams_: make(gensupport.URLParams)}
@ -2590,7 +2594,7 @@ func (c *ProjectsZonesGetServerconfigCall) Do(opts ...googleapi.CallOption) (*Se
}
return ret, nil
// {
// "description": "Returns configuration info about the Container Engine service.",
// "description": "Returns configuration info about the Kubernetes Engine service.",
// "flatPath": "v1/projects/{projectId}/zones/{zone}/serverconfig",
// "httpMethod": "GET",
// "id": "container.projects.zones.getServerconfig",