Mise à jour des librairies

This commit is contained in:
lars
2019-03-10 23:30:23 +01:00
parent 2040b7be39
commit 7df3d72953
3603 changed files with 233169 additions and 107764 deletions

View File

@@ -19,8 +19,8 @@
* Service definition for Container (v1).
*
* <p>
* The Google Kubernetes Engine API is used for building and managing container
* based applications, powered by the open source Kubernetes technology.</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
@@ -38,6 +38,7 @@ class Google_Service_Container extends Google_Service
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;
@@ -54,6 +55,7 @@ class Google_Service_Container extends Google_Service
parent::__construct($client);
$this->rootUrl = 'https://container.googleapis.com/';
$this->servicePath = '';
$this->batchPath = 'batch';
$this->version = 'v1';
$this->serviceName = 'container';
@@ -120,6 +122,10 @@ class Google_Service_Container extends Google_Service
'type' => 'string',
'required' => true,
),
'projectId' => array(
'location' => 'query',
'type' => 'string',
),
'zone' => array(
'location' => 'query',
'type' => 'string',
@@ -128,10 +134,6 @@ class Google_Service_Container extends Google_Service
'location' => 'query',
'type' => 'string',
),
'projectId' => array(
'location' => 'query',
'type' => 'string',
),
),
),'get' => array(
'path' => 'v1/{+name}',
@@ -155,6 +157,16 @@ class Google_Service_Container extends Google_Service
'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',
@@ -322,14 +334,6 @@ class Google_Service_Container extends Google_Service
'type' => 'string',
'required' => true,
),
'clusterId' => array(
'location' => 'query',
'type' => 'string',
),
'nodePoolId' => array(
'location' => 'query',
'type' => 'string',
),
'projectId' => array(
'location' => 'query',
'type' => 'string',
@@ -338,6 +342,14 @@ class Google_Service_Container extends Google_Service
'location' => 'query',
'type' => 'string',
),
'clusterId' => array(
'location' => 'query',
'type' => 'string',
),
'nodePoolId' => array(
'location' => 'query',
'type' => 'string',
),
),
),'get' => array(
'path' => 'v1/{+name}',
@@ -348,14 +360,6 @@ class Google_Service_Container extends Google_Service
'type' => 'string',
'required' => true,
),
'clusterId' => array(
'location' => 'query',
'type' => 'string',
),
'nodePoolId' => array(
'location' => 'query',
'type' => 'string',
),
'projectId' => array(
'location' => 'query',
'type' => 'string',
@@ -364,6 +368,14 @@ class Google_Service_Container extends Google_Service
'location' => 'query',
'type' => 'string',
),
'clusterId' => array(
'location' => 'query',
'type' => 'string',
),
'nodePoolId' => array(
'location' => 'query',
'type' => 'string',
),
),
),'list' => array(
'path' => 'v1/{+parent}/nodePools',
@@ -374,10 +386,6 @@ class Google_Service_Container extends Google_Service
'type' => 'string',
'required' => true,
),
'clusterId' => array(
'location' => 'query',
'type' => 'string',
),
'projectId' => array(
'location' => 'query',
'type' => 'string',
@@ -386,6 +394,10 @@ class Google_Service_Container extends Google_Service
'location' => 'query',
'type' => 'string',
),
'clusterId' => array(
'location' => 'query',
'type' => 'string',
),
),
),'rollback' => array(
'path' => 'v1/{+name}:rollback',
@@ -441,6 +453,26 @@ class Google_Service_Container extends Google_Service
)
)
);
$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,