1229 lines
42 KiB
PHP
1229 lines
42 KiB
PHP
<?php
|
|
/*
|
|
* Copyright 2014 Google Inc.
|
|
*
|
|
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
|
* use this file except in compliance with the License. You may obtain a copy of
|
|
* the License at
|
|
*
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
*
|
|
* Unless required by applicable law or agreed to in writing, software
|
|
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
|
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
|
* License for the specific language governing permissions and limitations under
|
|
* the License.
|
|
*/
|
|
|
|
/**
|
|
* Service definition for Container (v1).
|
|
*
|
|
* <p>
|
|
* Builds and manages container-based applications, powered by the open source
|
|
* Kubernetes technology.</p>
|
|
*
|
|
* <p>
|
|
* For more information about this service, see the API
|
|
* <a href="https://cloud.google.com/container-engine/" target="_blank">Documentation</a>
|
|
* </p>
|
|
*
|
|
* @author Google, Inc.
|
|
*/
|
|
class Google_Service_Container extends Google_Service
|
|
{
|
|
/** View and manage your data across Google Cloud Platform services. */
|
|
const CLOUD_PLATFORM =
|
|
"https://www.googleapis.com/auth/cloud-platform";
|
|
|
|
public $projects_locations;
|
|
public $projects_locations_clusters;
|
|
public $projects_locations_clusters_nodePools;
|
|
public $projects_locations_clusters_well_known;
|
|
public $projects_locations_operations;
|
|
public $projects_zones;
|
|
public $projects_zones_clusters;
|
|
public $projects_zones_clusters_nodePools;
|
|
public $projects_zones_operations;
|
|
|
|
/**
|
|
* Constructs the internal representation of the Container service.
|
|
*
|
|
* @param Google_Client $client
|
|
*/
|
|
public function __construct(Google_Client $client)
|
|
{
|
|
parent::__construct($client);
|
|
$this->rootUrl = 'https://container.googleapis.com/';
|
|
$this->servicePath = '';
|
|
$this->batchPath = 'batch';
|
|
$this->version = 'v1';
|
|
$this->serviceName = 'container';
|
|
|
|
$this->projects_locations = new Google_Service_Container_Resource_ProjectsLocations(
|
|
$this,
|
|
$this->serviceName,
|
|
'locations',
|
|
array(
|
|
'methods' => array(
|
|
'getServerConfig' => array(
|
|
'path' => 'v1/{+name}/serverConfig',
|
|
'httpMethod' => 'GET',
|
|
'parameters' => array(
|
|
'name' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
'projectId' => array(
|
|
'location' => 'query',
|
|
'type' => 'string',
|
|
),
|
|
'zone' => array(
|
|
'location' => 'query',
|
|
'type' => 'string',
|
|
),
|
|
),
|
|
),
|
|
)
|
|
)
|
|
);
|
|
$this->projects_locations_clusters = new Google_Service_Container_Resource_ProjectsLocationsClusters(
|
|
$this,
|
|
$this->serviceName,
|
|
'clusters',
|
|
array(
|
|
'methods' => array(
|
|
'completeIpRotation' => array(
|
|
'path' => 'v1/{+name}:completeIpRotation',
|
|
'httpMethod' => 'POST',
|
|
'parameters' => array(
|
|
'name' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
),
|
|
),'create' => array(
|
|
'path' => 'v1/{+parent}/clusters',
|
|
'httpMethod' => 'POST',
|
|
'parameters' => array(
|
|
'parent' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
),
|
|
),'delete' => array(
|
|
'path' => 'v1/{+name}',
|
|
'httpMethod' => 'DELETE',
|
|
'parameters' => array(
|
|
'name' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
'projectId' => array(
|
|
'location' => 'query',
|
|
'type' => 'string',
|
|
),
|
|
'zone' => array(
|
|
'location' => 'query',
|
|
'type' => 'string',
|
|
),
|
|
'clusterId' => array(
|
|
'location' => 'query',
|
|
'type' => 'string',
|
|
),
|
|
),
|
|
),'get' => array(
|
|
'path' => 'v1/{+name}',
|
|
'httpMethod' => 'GET',
|
|
'parameters' => array(
|
|
'name' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
'projectId' => array(
|
|
'location' => 'query',
|
|
'type' => 'string',
|
|
),
|
|
'zone' => array(
|
|
'location' => 'query',
|
|
'type' => 'string',
|
|
),
|
|
'clusterId' => array(
|
|
'location' => 'query',
|
|
'type' => 'string',
|
|
),
|
|
),
|
|
),'getJwks' => array(
|
|
'path' => 'v1/{+parent}/jwks',
|
|
'httpMethod' => 'GET',
|
|
'parameters' => array(
|
|
'parent' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
),
|
|
),'list' => array(
|
|
'path' => 'v1/{+parent}/clusters',
|
|
'httpMethod' => 'GET',
|
|
'parameters' => array(
|
|
'parent' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
'projectId' => array(
|
|
'location' => 'query',
|
|
'type' => 'string',
|
|
),
|
|
'zone' => array(
|
|
'location' => 'query',
|
|
'type' => 'string',
|
|
),
|
|
),
|
|
),'setAddons' => array(
|
|
'path' => 'v1/{+name}:setAddons',
|
|
'httpMethod' => 'POST',
|
|
'parameters' => array(
|
|
'name' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
),
|
|
),'setLegacyAbac' => array(
|
|
'path' => 'v1/{+name}:setLegacyAbac',
|
|
'httpMethod' => 'POST',
|
|
'parameters' => array(
|
|
'name' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
),
|
|
),'setLocations' => array(
|
|
'path' => 'v1/{+name}:setLocations',
|
|
'httpMethod' => 'POST',
|
|
'parameters' => array(
|
|
'name' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
),
|
|
),'setLogging' => array(
|
|
'path' => 'v1/{+name}:setLogging',
|
|
'httpMethod' => 'POST',
|
|
'parameters' => array(
|
|
'name' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
),
|
|
),'setMaintenancePolicy' => array(
|
|
'path' => 'v1/{+name}:setMaintenancePolicy',
|
|
'httpMethod' => 'POST',
|
|
'parameters' => array(
|
|
'name' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
),
|
|
),'setMasterAuth' => array(
|
|
'path' => 'v1/{+name}:setMasterAuth',
|
|
'httpMethod' => 'POST',
|
|
'parameters' => array(
|
|
'name' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
),
|
|
),'setMonitoring' => array(
|
|
'path' => 'v1/{+name}:setMonitoring',
|
|
'httpMethod' => 'POST',
|
|
'parameters' => array(
|
|
'name' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
),
|
|
),'setNetworkPolicy' => array(
|
|
'path' => 'v1/{+name}:setNetworkPolicy',
|
|
'httpMethod' => 'POST',
|
|
'parameters' => array(
|
|
'name' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
),
|
|
),'setResourceLabels' => array(
|
|
'path' => 'v1/{+name}:setResourceLabels',
|
|
'httpMethod' => 'POST',
|
|
'parameters' => array(
|
|
'name' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
),
|
|
),'startIpRotation' => array(
|
|
'path' => 'v1/{+name}:startIpRotation',
|
|
'httpMethod' => 'POST',
|
|
'parameters' => array(
|
|
'name' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
),
|
|
),'update' => array(
|
|
'path' => 'v1/{+name}',
|
|
'httpMethod' => 'PUT',
|
|
'parameters' => array(
|
|
'name' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
),
|
|
),'updateMaster' => array(
|
|
'path' => 'v1/{+name}:updateMaster',
|
|
'httpMethod' => 'POST',
|
|
'parameters' => array(
|
|
'name' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
),
|
|
),
|
|
)
|
|
)
|
|
);
|
|
$this->projects_locations_clusters_nodePools = new Google_Service_Container_Resource_ProjectsLocationsClustersNodePools(
|
|
$this,
|
|
$this->serviceName,
|
|
'nodePools',
|
|
array(
|
|
'methods' => array(
|
|
'create' => array(
|
|
'path' => 'v1/{+parent}/nodePools',
|
|
'httpMethod' => 'POST',
|
|
'parameters' => array(
|
|
'parent' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
),
|
|
),'delete' => array(
|
|
'path' => 'v1/{+name}',
|
|
'httpMethod' => 'DELETE',
|
|
'parameters' => array(
|
|
'name' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
'projectId' => array(
|
|
'location' => 'query',
|
|
'type' => 'string',
|
|
),
|
|
'zone' => array(
|
|
'location' => 'query',
|
|
'type' => 'string',
|
|
),
|
|
'clusterId' => array(
|
|
'location' => 'query',
|
|
'type' => 'string',
|
|
),
|
|
'nodePoolId' => array(
|
|
'location' => 'query',
|
|
'type' => 'string',
|
|
),
|
|
),
|
|
),'get' => array(
|
|
'path' => 'v1/{+name}',
|
|
'httpMethod' => 'GET',
|
|
'parameters' => array(
|
|
'name' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
'projectId' => array(
|
|
'location' => 'query',
|
|
'type' => 'string',
|
|
),
|
|
'zone' => array(
|
|
'location' => 'query',
|
|
'type' => 'string',
|
|
),
|
|
'clusterId' => array(
|
|
'location' => 'query',
|
|
'type' => 'string',
|
|
),
|
|
'nodePoolId' => array(
|
|
'location' => 'query',
|
|
'type' => 'string',
|
|
),
|
|
),
|
|
),'list' => array(
|
|
'path' => 'v1/{+parent}/nodePools',
|
|
'httpMethod' => 'GET',
|
|
'parameters' => array(
|
|
'parent' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
'projectId' => array(
|
|
'location' => 'query',
|
|
'type' => 'string',
|
|
),
|
|
'zone' => array(
|
|
'location' => 'query',
|
|
'type' => 'string',
|
|
),
|
|
'clusterId' => array(
|
|
'location' => 'query',
|
|
'type' => 'string',
|
|
),
|
|
),
|
|
),'rollback' => array(
|
|
'path' => 'v1/{+name}:rollback',
|
|
'httpMethod' => 'POST',
|
|
'parameters' => array(
|
|
'name' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
),
|
|
),'setAutoscaling' => array(
|
|
'path' => 'v1/{+name}:setAutoscaling',
|
|
'httpMethod' => 'POST',
|
|
'parameters' => array(
|
|
'name' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
),
|
|
),'setManagement' => array(
|
|
'path' => 'v1/{+name}:setManagement',
|
|
'httpMethod' => 'POST',
|
|
'parameters' => array(
|
|
'name' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
),
|
|
),'setSize' => array(
|
|
'path' => 'v1/{+name}:setSize',
|
|
'httpMethod' => 'POST',
|
|
'parameters' => array(
|
|
'name' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
),
|
|
),'update' => array(
|
|
'path' => 'v1/{+name}',
|
|
'httpMethod' => 'PUT',
|
|
'parameters' => array(
|
|
'name' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
),
|
|
),
|
|
)
|
|
)
|
|
);
|
|
$this->projects_locations_clusters_well_known = new Google_Service_Container_Resource_ProjectsLocationsClustersWellKnown(
|
|
$this,
|
|
$this->serviceName,
|
|
'well_known',
|
|
array(
|
|
'methods' => array(
|
|
'getOpenid-configuration' => array(
|
|
'path' => 'v1/{+parent}/.well-known/openid-configuration',
|
|
'httpMethod' => 'GET',
|
|
'parameters' => array(
|
|
'parent' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
),
|
|
),
|
|
)
|
|
)
|
|
);
|
|
$this->projects_locations_operations = new Google_Service_Container_Resource_ProjectsLocationsOperations(
|
|
$this,
|
|
$this->serviceName,
|
|
'operations',
|
|
array(
|
|
'methods' => array(
|
|
'cancel' => array(
|
|
'path' => 'v1/{+name}:cancel',
|
|
'httpMethod' => 'POST',
|
|
'parameters' => array(
|
|
'name' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
),
|
|
),'get' => array(
|
|
'path' => 'v1/{+name}',
|
|
'httpMethod' => 'GET',
|
|
'parameters' => array(
|
|
'name' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
'operationId' => array(
|
|
'location' => 'query',
|
|
'type' => 'string',
|
|
),
|
|
'projectId' => array(
|
|
'location' => 'query',
|
|
'type' => 'string',
|
|
),
|
|
'zone' => array(
|
|
'location' => 'query',
|
|
'type' => 'string',
|
|
),
|
|
),
|
|
),'list' => array(
|
|
'path' => 'v1/{+parent}/operations',
|
|
'httpMethod' => 'GET',
|
|
'parameters' => array(
|
|
'parent' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
'projectId' => array(
|
|
'location' => 'query',
|
|
'type' => 'string',
|
|
),
|
|
'zone' => array(
|
|
'location' => 'query',
|
|
'type' => 'string',
|
|
),
|
|
),
|
|
),
|
|
)
|
|
)
|
|
);
|
|
$this->projects_zones = new Google_Service_Container_Resource_ProjectsZones(
|
|
$this,
|
|
$this->serviceName,
|
|
'zones',
|
|
array(
|
|
'methods' => array(
|
|
'getServerconfig' => array(
|
|
'path' => 'v1/projects/{projectId}/zones/{zone}/serverconfig',
|
|
'httpMethod' => 'GET',
|
|
'parameters' => array(
|
|
'projectId' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
'zone' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
'name' => array(
|
|
'location' => 'query',
|
|
'type' => 'string',
|
|
),
|
|
),
|
|
),
|
|
)
|
|
)
|
|
);
|
|
$this->projects_zones_clusters = new Google_Service_Container_Resource_ProjectsZonesClusters(
|
|
$this,
|
|
$this->serviceName,
|
|
'clusters',
|
|
array(
|
|
'methods' => array(
|
|
'addons' => array(
|
|
'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/addons',
|
|
'httpMethod' => 'POST',
|
|
'parameters' => array(
|
|
'projectId' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
'zone' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
'clusterId' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
),
|
|
),'completeIpRotation' => array(
|
|
'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}:completeIpRotation',
|
|
'httpMethod' => 'POST',
|
|
'parameters' => array(
|
|
'projectId' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
'zone' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
'clusterId' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
),
|
|
),'create' => array(
|
|
'path' => 'v1/projects/{projectId}/zones/{zone}/clusters',
|
|
'httpMethod' => 'POST',
|
|
'parameters' => array(
|
|
'projectId' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
'zone' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
),
|
|
),'delete' => array(
|
|
'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}',
|
|
'httpMethod' => 'DELETE',
|
|
'parameters' => array(
|
|
'projectId' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
'zone' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
'clusterId' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
'name' => array(
|
|
'location' => 'query',
|
|
'type' => 'string',
|
|
),
|
|
),
|
|
),'get' => array(
|
|
'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}',
|
|
'httpMethod' => 'GET',
|
|
'parameters' => array(
|
|
'projectId' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
'zone' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
'clusterId' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
'name' => array(
|
|
'location' => 'query',
|
|
'type' => 'string',
|
|
),
|
|
),
|
|
),'legacyAbac' => array(
|
|
'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/legacyAbac',
|
|
'httpMethod' => 'POST',
|
|
'parameters' => array(
|
|
'projectId' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
'zone' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
'clusterId' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
),
|
|
),'list' => array(
|
|
'path' => 'v1/projects/{projectId}/zones/{zone}/clusters',
|
|
'httpMethod' => 'GET',
|
|
'parameters' => array(
|
|
'projectId' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
'zone' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
'parent' => array(
|
|
'location' => 'query',
|
|
'type' => 'string',
|
|
),
|
|
),
|
|
),'locations' => array(
|
|
'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/locations',
|
|
'httpMethod' => 'POST',
|
|
'parameters' => array(
|
|
'projectId' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
'zone' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
'clusterId' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
),
|
|
),'logging' => array(
|
|
'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/logging',
|
|
'httpMethod' => 'POST',
|
|
'parameters' => array(
|
|
'projectId' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
'zone' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
'clusterId' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
),
|
|
),'master' => array(
|
|
'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/master',
|
|
'httpMethod' => 'POST',
|
|
'parameters' => array(
|
|
'projectId' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
'zone' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
'clusterId' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
),
|
|
),'monitoring' => array(
|
|
'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/monitoring',
|
|
'httpMethod' => 'POST',
|
|
'parameters' => array(
|
|
'projectId' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
'zone' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
'clusterId' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
),
|
|
),'resourceLabels' => array(
|
|
'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/resourceLabels',
|
|
'httpMethod' => 'POST',
|
|
'parameters' => array(
|
|
'projectId' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
'zone' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
'clusterId' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
),
|
|
),'setMaintenancePolicy' => array(
|
|
'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}:setMaintenancePolicy',
|
|
'httpMethod' => 'POST',
|
|
'parameters' => array(
|
|
'projectId' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
'zone' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
'clusterId' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
),
|
|
),'setMasterAuth' => array(
|
|
'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}:setMasterAuth',
|
|
'httpMethod' => 'POST',
|
|
'parameters' => array(
|
|
'projectId' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
'zone' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
'clusterId' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
),
|
|
),'setNetworkPolicy' => array(
|
|
'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}:setNetworkPolicy',
|
|
'httpMethod' => 'POST',
|
|
'parameters' => array(
|
|
'projectId' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
'zone' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
'clusterId' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
),
|
|
),'startIpRotation' => array(
|
|
'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}:startIpRotation',
|
|
'httpMethod' => 'POST',
|
|
'parameters' => array(
|
|
'projectId' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
'zone' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
'clusterId' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
),
|
|
),'update' => array(
|
|
'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}',
|
|
'httpMethod' => 'PUT',
|
|
'parameters' => array(
|
|
'projectId' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
'zone' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
'clusterId' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
),
|
|
),
|
|
)
|
|
)
|
|
);
|
|
$this->projects_zones_clusters_nodePools = new Google_Service_Container_Resource_ProjectsZonesClustersNodePools(
|
|
$this,
|
|
$this->serviceName,
|
|
'nodePools',
|
|
array(
|
|
'methods' => array(
|
|
'autoscaling' => array(
|
|
'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/nodePools/{nodePoolId}/autoscaling',
|
|
'httpMethod' => 'POST',
|
|
'parameters' => array(
|
|
'projectId' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
'zone' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
'clusterId' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
'nodePoolId' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
),
|
|
),'create' => array(
|
|
'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/nodePools',
|
|
'httpMethod' => 'POST',
|
|
'parameters' => array(
|
|
'projectId' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
'zone' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
'clusterId' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
),
|
|
),'delete' => array(
|
|
'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/nodePools/{nodePoolId}',
|
|
'httpMethod' => 'DELETE',
|
|
'parameters' => array(
|
|
'projectId' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
'zone' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
'clusterId' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
'nodePoolId' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
'name' => array(
|
|
'location' => 'query',
|
|
'type' => 'string',
|
|
),
|
|
),
|
|
),'get' => array(
|
|
'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/nodePools/{nodePoolId}',
|
|
'httpMethod' => 'GET',
|
|
'parameters' => array(
|
|
'projectId' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
'zone' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
'clusterId' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
'nodePoolId' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
'name' => array(
|
|
'location' => 'query',
|
|
'type' => 'string',
|
|
),
|
|
),
|
|
),'list' => array(
|
|
'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/nodePools',
|
|
'httpMethod' => 'GET',
|
|
'parameters' => array(
|
|
'projectId' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
'zone' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
'clusterId' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
'parent' => array(
|
|
'location' => 'query',
|
|
'type' => 'string',
|
|
),
|
|
),
|
|
),'rollback' => array(
|
|
'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/nodePools/{nodePoolId}:rollback',
|
|
'httpMethod' => 'POST',
|
|
'parameters' => array(
|
|
'projectId' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
'zone' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
'clusterId' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
'nodePoolId' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
),
|
|
),'setManagement' => array(
|
|
'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/nodePools/{nodePoolId}/setManagement',
|
|
'httpMethod' => 'POST',
|
|
'parameters' => array(
|
|
'projectId' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
'zone' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
'clusterId' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
'nodePoolId' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
),
|
|
),'setSize' => array(
|
|
'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/nodePools/{nodePoolId}/setSize',
|
|
'httpMethod' => 'POST',
|
|
'parameters' => array(
|
|
'projectId' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
'zone' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
'clusterId' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
'nodePoolId' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
),
|
|
),'update' => array(
|
|
'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/nodePools/{nodePoolId}/update',
|
|
'httpMethod' => 'POST',
|
|
'parameters' => array(
|
|
'projectId' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
'zone' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
'clusterId' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
'nodePoolId' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
),
|
|
),
|
|
)
|
|
)
|
|
);
|
|
$this->projects_zones_operations = new Google_Service_Container_Resource_ProjectsZonesOperations(
|
|
$this,
|
|
$this->serviceName,
|
|
'operations',
|
|
array(
|
|
'methods' => array(
|
|
'cancel' => array(
|
|
'path' => 'v1/projects/{projectId}/zones/{zone}/operations/{operationId}:cancel',
|
|
'httpMethod' => 'POST',
|
|
'parameters' => array(
|
|
'projectId' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
'zone' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
'operationId' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
),
|
|
),'get' => array(
|
|
'path' => 'v1/projects/{projectId}/zones/{zone}/operations/{operationId}',
|
|
'httpMethod' => 'GET',
|
|
'parameters' => array(
|
|
'projectId' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
'zone' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
'operationId' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
'name' => array(
|
|
'location' => 'query',
|
|
'type' => 'string',
|
|
),
|
|
),
|
|
),'list' => array(
|
|
'path' => 'v1/projects/{projectId}/zones/{zone}/operations',
|
|
'httpMethod' => 'GET',
|
|
'parameters' => array(
|
|
'projectId' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
'zone' => array(
|
|
'location' => 'path',
|
|
'type' => 'string',
|
|
'required' => true,
|
|
),
|
|
'parent' => array(
|
|
'location' => 'query',
|
|
'type' => 'string',
|
|
),
|
|
),
|
|
),
|
|
)
|
|
)
|
|
);
|
|
}
|
|
}
|