vendor: update all dependencies

This commit is contained in:
Nick Craig-Wood 2018-06-17 17:59:12 +01:00
parent 3f0789e2db
commit 08021c4636
2474 changed files with 435818 additions and 282709 deletions

View file

@ -570,9 +570,8 @@ type Cluster struct {
// endpoint.
MasterAuth *MasterAuth `json:"masterAuth,omitempty"`
// MasterAuthorizedNetworksConfig: Master authorized networks is a Beta
// feature.
// The configuration options for master authorized networks feature.
// MasterAuthorizedNetworksConfig: The configuration options for master
// authorized networks feature.
MasterAuthorizedNetworksConfig *MasterAuthorizedNetworksConfig `json:"masterAuthorizedNetworksConfig,omitempty"`
// MonitoringService: The monitoring service the cluster should use to
@ -752,10 +751,8 @@ type ClusterUpdate struct {
// This list must always include the cluster's primary zone.
DesiredLocations []string `json:"desiredLocations,omitempty"`
// DesiredMasterAuthorizedNetworksConfig: Master authorized networks is
// a Beta feature.
// The desired configuration options for master authorized networks
// feature.
// DesiredMasterAuthorizedNetworksConfig: The desired configuration
// options for master authorized networks feature.
DesiredMasterAuthorizedNetworksConfig *MasterAuthorizedNetworksConfig `json:"desiredMasterAuthorizedNetworksConfig,omitempty"`
// DesiredMasterVersion: The Kubernetes version to change the master
@ -1574,10 +1571,8 @@ func (s *MasterAuth) MarshalJSON() ([]byte, error) {
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
// MasterAuthorizedNetworksConfig: Master authorized networks is a Beta
// feature.
// Configuration options for the master authorized networks feature.
// Enabled
// MasterAuthorizedNetworksConfig: Configuration options for the master
// authorized networks feature. Enabled
// master authorized networks will disallow all external traffic to
// access
// Kubernetes master through HTTPS except traffic from the given CIDR
@ -4218,7 +4213,7 @@ type ProjectsLocationsClustersSetAddonsCall struct {
header_ http.Header
}
// SetAddons: Sets the addons of a specific cluster.
// SetAddons: Sets the addons for a specific cluster.
func (r *ProjectsLocationsClustersService) SetAddons(name string, setaddonsconfigrequest *SetAddonsConfigRequest) *ProjectsLocationsClustersSetAddonsCall {
c := &ProjectsLocationsClustersSetAddonsCall{s: r.s, urlParams_: make(gensupport.URLParams)}
c.name = name
@ -4312,7 +4307,7 @@ func (c *ProjectsLocationsClustersSetAddonsCall) Do(opts ...googleapi.CallOption
}
return ret, nil
// {
// "description": "Sets the addons of a specific cluster.",
// "description": "Sets the addons for a specific cluster.",
// "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/clusters/{clustersId}:setAddons",
// "httpMethod": "POST",
// "id": "container.projects.locations.clusters.setAddons",
@ -4489,7 +4484,7 @@ type ProjectsLocationsClustersSetLocationsCall struct {
header_ http.Header
}
// SetLocations: Sets the locations of a specific cluster.
// SetLocations: Sets the locations for a specific cluster.
func (r *ProjectsLocationsClustersService) SetLocations(name string, setlocationsrequest *SetLocationsRequest) *ProjectsLocationsClustersSetLocationsCall {
c := &ProjectsLocationsClustersSetLocationsCall{s: r.s, urlParams_: make(gensupport.URLParams)}
c.name = name
@ -4583,7 +4578,7 @@ func (c *ProjectsLocationsClustersSetLocationsCall) Do(opts ...googleapi.CallOpt
}
return ret, nil
// {
// "description": "Sets the locations of a specific cluster.",
// "description": "Sets the locations for a specific cluster.",
// "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/clusters/{clustersId}:setLocations",
// "httpMethod": "POST",
// "id": "container.projects.locations.clusters.setLocations",
@ -4624,7 +4619,7 @@ type ProjectsLocationsClustersSetLoggingCall struct {
header_ http.Header
}
// SetLogging: Sets the logging service of a specific cluster.
// SetLogging: Sets the logging service for a specific cluster.
func (r *ProjectsLocationsClustersService) SetLogging(name string, setloggingservicerequest *SetLoggingServiceRequest) *ProjectsLocationsClustersSetLoggingCall {
c := &ProjectsLocationsClustersSetLoggingCall{s: r.s, urlParams_: make(gensupport.URLParams)}
c.name = name
@ -4718,7 +4713,7 @@ func (c *ProjectsLocationsClustersSetLoggingCall) Do(opts ...googleapi.CallOptio
}
return ret, nil
// {
// "description": "Sets the logging service of a specific cluster.",
// "description": "Sets the logging service for a specific cluster.",
// "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/clusters/{clustersId}:setLogging",
// "httpMethod": "POST",
// "id": "container.projects.locations.clusters.setLogging",
@ -4896,7 +4891,7 @@ type ProjectsLocationsClustersSetMasterAuthCall struct {
// SetMasterAuth: Used to set master auth materials. Currently supports
// :-
// Changing the admin password of a specific cluster.
// Changing the admin password for a specific cluster.
// This can be either via password generation or explicitly set the
// password.
func (r *ProjectsLocationsClustersService) SetMasterAuth(name string, setmasterauthrequest *SetMasterAuthRequest) *ProjectsLocationsClustersSetMasterAuthCall {
@ -4992,7 +4987,7 @@ func (c *ProjectsLocationsClustersSetMasterAuthCall) Do(opts ...googleapi.CallOp
}
return ret, nil
// {
// "description": "Used to set master auth materials. Currently supports :-\nChanging the admin password of a specific cluster.\nThis can be either via password generation or explicitly set the password.",
// "description": "Used to set master auth materials. Currently supports :-\nChanging the admin password for a specific cluster.\nThis can be either via password generation or explicitly set the password.",
// "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/clusters/{clustersId}:setMasterAuth",
// "httpMethod": "POST",
// "id": "container.projects.locations.clusters.setMasterAuth",
@ -5033,7 +5028,7 @@ type ProjectsLocationsClustersSetMonitoringCall struct {
header_ http.Header
}
// SetMonitoring: Sets the monitoring service of a specific cluster.
// SetMonitoring: Sets the monitoring service for a specific cluster.
func (r *ProjectsLocationsClustersService) SetMonitoring(name string, setmonitoringservicerequest *SetMonitoringServiceRequest) *ProjectsLocationsClustersSetMonitoringCall {
c := &ProjectsLocationsClustersSetMonitoringCall{s: r.s, urlParams_: make(gensupport.URLParams)}
c.name = name
@ -5127,7 +5122,7 @@ func (c *ProjectsLocationsClustersSetMonitoringCall) Do(opts ...googleapi.CallOp
}
return ret, nil
// {
// "description": "Sets the monitoring service of a specific cluster.",
// "description": "Sets the monitoring service for a specific cluster.",
// "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/clusters/{clustersId}:setMonitoring",
// "httpMethod": "POST",
// "id": "container.projects.locations.clusters.setMonitoring",
@ -5708,7 +5703,7 @@ type ProjectsLocationsClustersUpdateMasterCall struct {
header_ http.Header
}
// UpdateMaster: Updates the master of a specific cluster.
// UpdateMaster: Updates the master for a specific cluster.
func (r *ProjectsLocationsClustersService) UpdateMaster(name string, updatemasterrequest *UpdateMasterRequest) *ProjectsLocationsClustersUpdateMasterCall {
c := &ProjectsLocationsClustersUpdateMasterCall{s: r.s, urlParams_: make(gensupport.URLParams)}
c.name = name
@ -5802,7 +5797,7 @@ func (c *ProjectsLocationsClustersUpdateMasterCall) Do(opts ...googleapi.CallOpt
}
return ret, nil
// {
// "description": "Updates the master of a specific cluster.",
// "description": "Updates the master for a specific cluster.",
// "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/clusters/{clustersId}:updateMaster",
// "httpMethod": "POST",
// "id": "container.projects.locations.clusters.updateMaster",
@ -6679,7 +6674,7 @@ type ProjectsLocationsClustersNodePoolsSetAutoscalingCall struct {
header_ http.Header
}
// SetAutoscaling: Sets the autoscaling settings of a specific node
// SetAutoscaling: Sets the autoscaling settings for a specific node
// pool.
func (r *ProjectsLocationsClustersNodePoolsService) SetAutoscaling(name string, setnodepoolautoscalingrequest *SetNodePoolAutoscalingRequest) *ProjectsLocationsClustersNodePoolsSetAutoscalingCall {
c := &ProjectsLocationsClustersNodePoolsSetAutoscalingCall{s: r.s, urlParams_: make(gensupport.URLParams)}
@ -6774,7 +6769,7 @@ func (c *ProjectsLocationsClustersNodePoolsSetAutoscalingCall) Do(opts ...google
}
return ret, nil
// {
// "description": "Sets the autoscaling settings of a specific node pool.",
// "description": "Sets the autoscaling settings for a specific node pool.",
// "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/clusters/{clustersId}/nodePools/{nodePoolsId}:setAutoscaling",
// "httpMethod": "POST",
// "id": "container.projects.locations.clusters.nodePools.setAutoscaling",
@ -6950,7 +6945,7 @@ type ProjectsLocationsClustersNodePoolsSetSizeCall struct {
header_ http.Header
}
// SetSize: Sets the size of a specific node pool.
// SetSize: Sets the size for a specific node pool.
func (r *ProjectsLocationsClustersNodePoolsService) SetSize(name string, setnodepoolsizerequest *SetNodePoolSizeRequest) *ProjectsLocationsClustersNodePoolsSetSizeCall {
c := &ProjectsLocationsClustersNodePoolsSetSizeCall{s: r.s, urlParams_: make(gensupport.URLParams)}
c.name = name
@ -7044,7 +7039,7 @@ func (c *ProjectsLocationsClustersNodePoolsSetSizeCall) Do(opts ...googleapi.Cal
}
return ret, nil
// {
// "description": "Sets the size of a specific node pool.",
// "description": "Sets the size for a specific node pool.",
// "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/clusters/{clustersId}/nodePools/{nodePoolsId}:setSize",
// "httpMethod": "POST",
// "id": "container.projects.locations.clusters.nodePools.setSize",
@ -7085,7 +7080,7 @@ type ProjectsLocationsClustersNodePoolsUpdateCall struct {
header_ http.Header
}
// Update: Updates the version and/or image type of a specific node
// Update: Updates the version and/or image type for a specific node
// pool.
func (r *ProjectsLocationsClustersNodePoolsService) Update(name string, updatenodepoolrequest *UpdateNodePoolRequest) *ProjectsLocationsClustersNodePoolsUpdateCall {
c := &ProjectsLocationsClustersNodePoolsUpdateCall{s: r.s, urlParams_: make(gensupport.URLParams)}
@ -7180,7 +7175,7 @@ func (c *ProjectsLocationsClustersNodePoolsUpdateCall) Do(opts ...googleapi.Call
}
return ret, nil
// {
// "description": "Updates the version and/or image type of a specific node pool.",
// "description": "Updates the version and/or image type for a specific node pool.",
// "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/clusters/{clustersId}/nodePools/{nodePoolsId}",
// "httpMethod": "PUT",
// "id": "container.projects.locations.clusters.nodePools.update",
@ -7876,7 +7871,7 @@ type ProjectsZonesClustersAddonsCall struct {
header_ http.Header
}
// Addons: Sets the addons of a specific cluster.
// Addons: Sets the addons for a specific cluster.
func (r *ProjectsZonesClustersService) Addons(projectId string, zone string, clusterId string, setaddonsconfigrequest *SetAddonsConfigRequest) *ProjectsZonesClustersAddonsCall {
c := &ProjectsZonesClustersAddonsCall{s: r.s, urlParams_: make(gensupport.URLParams)}
c.projectId = projectId
@ -7974,7 +7969,7 @@ func (c *ProjectsZonesClustersAddonsCall) Do(opts ...googleapi.CallOption) (*Ope
}
return ret, nil
// {
// "description": "Sets the addons of a specific cluster.",
// "description": "Sets the addons for a specific cluster.",
// "flatPath": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/addons",
// "httpMethod": "POST",
// "id": "container.projects.zones.clusters.addons",
@ -9002,7 +8997,7 @@ type ProjectsZonesClustersLocationsCall struct {
header_ http.Header
}
// Locations: Sets the locations of a specific cluster.
// Locations: Sets the locations for a specific cluster.
func (r *ProjectsZonesClustersService) Locations(projectId string, zone string, clusterId string, setlocationsrequest *SetLocationsRequest) *ProjectsZonesClustersLocationsCall {
c := &ProjectsZonesClustersLocationsCall{s: r.s, urlParams_: make(gensupport.URLParams)}
c.projectId = projectId
@ -9100,7 +9095,7 @@ func (c *ProjectsZonesClustersLocationsCall) Do(opts ...googleapi.CallOption) (*
}
return ret, nil
// {
// "description": "Sets the locations of a specific cluster.",
// "description": "Sets the locations for a specific cluster.",
// "flatPath": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/locations",
// "httpMethod": "POST",
// "id": "container.projects.zones.clusters.locations",
@ -9156,7 +9151,7 @@ type ProjectsZonesClustersLoggingCall struct {
header_ http.Header
}
// Logging: Sets the logging service of a specific cluster.
// Logging: Sets the logging service for a specific cluster.
func (r *ProjectsZonesClustersService) Logging(projectId string, zone string, clusterId string, setloggingservicerequest *SetLoggingServiceRequest) *ProjectsZonesClustersLoggingCall {
c := &ProjectsZonesClustersLoggingCall{s: r.s, urlParams_: make(gensupport.URLParams)}
c.projectId = projectId
@ -9254,7 +9249,7 @@ func (c *ProjectsZonesClustersLoggingCall) Do(opts ...googleapi.CallOption) (*Op
}
return ret, nil
// {
// "description": "Sets the logging service of a specific cluster.",
// "description": "Sets the logging service for a specific cluster.",
// "flatPath": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/logging",
// "httpMethod": "POST",
// "id": "container.projects.zones.clusters.logging",
@ -9310,7 +9305,7 @@ type ProjectsZonesClustersMasterCall struct {
header_ http.Header
}
// Master: Updates the master of a specific cluster.
// Master: Updates the master for a specific cluster.
func (r *ProjectsZonesClustersService) Master(projectId string, zone string, clusterId string, updatemasterrequest *UpdateMasterRequest) *ProjectsZonesClustersMasterCall {
c := &ProjectsZonesClustersMasterCall{s: r.s, urlParams_: make(gensupport.URLParams)}
c.projectId = projectId
@ -9408,7 +9403,7 @@ func (c *ProjectsZonesClustersMasterCall) Do(opts ...googleapi.CallOption) (*Ope
}
return ret, nil
// {
// "description": "Updates the master of a specific cluster.",
// "description": "Updates the master for a specific cluster.",
// "flatPath": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/master",
// "httpMethod": "POST",
// "id": "container.projects.zones.clusters.master",
@ -9464,7 +9459,7 @@ type ProjectsZonesClustersMonitoringCall struct {
header_ http.Header
}
// Monitoring: Sets the monitoring service of a specific cluster.
// Monitoring: Sets the monitoring service for a specific cluster.
func (r *ProjectsZonesClustersService) Monitoring(projectId string, zone string, clusterId string, setmonitoringservicerequest *SetMonitoringServiceRequest) *ProjectsZonesClustersMonitoringCall {
c := &ProjectsZonesClustersMonitoringCall{s: r.s, urlParams_: make(gensupport.URLParams)}
c.projectId = projectId
@ -9562,7 +9557,7 @@ func (c *ProjectsZonesClustersMonitoringCall) Do(opts ...googleapi.CallOption) (
}
return ret, nil
// {
// "description": "Sets the monitoring service of a specific cluster.",
// "description": "Sets the monitoring service for a specific cluster.",
// "flatPath": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/monitoring",
// "httpMethod": "POST",
// "id": "container.projects.zones.clusters.monitoring",
@ -9928,7 +9923,7 @@ type ProjectsZonesClustersSetMasterAuthCall struct {
// SetMasterAuth: Used to set master auth materials. Currently supports
// :-
// Changing the admin password of a specific cluster.
// Changing the admin password for a specific cluster.
// This can be either via password generation or explicitly set the
// password.
func (r *ProjectsZonesClustersService) SetMasterAuth(projectId string, zone string, clusterId string, setmasterauthrequest *SetMasterAuthRequest) *ProjectsZonesClustersSetMasterAuthCall {
@ -10028,7 +10023,7 @@ func (c *ProjectsZonesClustersSetMasterAuthCall) Do(opts ...googleapi.CallOption
}
return ret, nil
// {
// "description": "Used to set master auth materials. Currently supports :-\nChanging the admin password of a specific cluster.\nThis can be either via password generation or explicitly set the password.",
// "description": "Used to set master auth materials. Currently supports :-\nChanging the admin password for a specific cluster.\nThis can be either via password generation or explicitly set the password.",
// "flatPath": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}:setMasterAuth",
// "httpMethod": "POST",
// "id": "container.projects.zones.clusters.setMasterAuth",
@ -10547,7 +10542,7 @@ type ProjectsZonesClustersNodePoolsAutoscalingCall struct {
header_ http.Header
}
// Autoscaling: Sets the autoscaling settings of a specific node pool.
// Autoscaling: Sets the autoscaling settings for a specific node pool.
func (r *ProjectsZonesClustersNodePoolsService) Autoscaling(projectId string, zone string, clusterId string, nodePoolId string, setnodepoolautoscalingrequest *SetNodePoolAutoscalingRequest) *ProjectsZonesClustersNodePoolsAutoscalingCall {
c := &ProjectsZonesClustersNodePoolsAutoscalingCall{s: r.s, urlParams_: make(gensupport.URLParams)}
c.projectId = projectId
@ -10647,7 +10642,7 @@ func (c *ProjectsZonesClustersNodePoolsAutoscalingCall) Do(opts ...googleapi.Cal
}
return ret, nil
// {
// "description": "Sets the autoscaling settings of a specific node pool.",
// "description": "Sets the autoscaling settings for a specific node pool.",
// "flatPath": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/nodePools/{nodePoolId}/autoscaling",
// "httpMethod": "POST",
// "id": "container.projects.zones.clusters.nodePools.autoscaling",
@ -11718,7 +11713,7 @@ type ProjectsZonesClustersNodePoolsSetSizeCall struct {
header_ http.Header
}
// SetSize: Sets the size of a specific node pool.
// SetSize: Sets the size for a specific node pool.
func (r *ProjectsZonesClustersNodePoolsService) SetSize(projectId string, zone string, clusterId string, nodePoolId string, setnodepoolsizerequest *SetNodePoolSizeRequest) *ProjectsZonesClustersNodePoolsSetSizeCall {
c := &ProjectsZonesClustersNodePoolsSetSizeCall{s: r.s, urlParams_: make(gensupport.URLParams)}
c.projectId = projectId
@ -11818,7 +11813,7 @@ func (c *ProjectsZonesClustersNodePoolsSetSizeCall) Do(opts ...googleapi.CallOpt
}
return ret, nil
// {
// "description": "Sets the size of a specific node pool.",
// "description": "Sets the size for a specific node pool.",
// "flatPath": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/nodePools/{nodePoolId}/setSize",
// "httpMethod": "POST",
// "id": "container.projects.zones.clusters.nodePools.setSize",
@ -11882,7 +11877,7 @@ type ProjectsZonesClustersNodePoolsUpdateCall struct {
header_ http.Header
}
// Update: Updates the version and/or image type of a specific node
// Update: Updates the version and/or image type for a specific node
// pool.
func (r *ProjectsZonesClustersNodePoolsService) Update(projectId string, zone string, clusterId string, nodePoolId string, updatenodepoolrequest *UpdateNodePoolRequest) *ProjectsZonesClustersNodePoolsUpdateCall {
c := &ProjectsZonesClustersNodePoolsUpdateCall{s: r.s, urlParams_: make(gensupport.URLParams)}
@ -11983,7 +11978,7 @@ func (c *ProjectsZonesClustersNodePoolsUpdateCall) Do(opts ...googleapi.CallOpti
}
return ret, nil
// {
// "description": "Updates the version and/or image type of a specific node pool.",
// "description": "Updates the version and/or image type for a specific node pool.",
// "flatPath": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/nodePools/{nodePoolId}/update",
// "httpMethod": "POST",
// "id": "container.projects.zones.clusters.nodePools.update",