Searched refs:nodePoolId (Results 1 – 7 of 7) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/Resource/ |
H A D | ProjectsZonesClustersNodePools.php | 53 * @param string $nodePoolId Deprecated. The name of the node pool to upgrade. 101 * @param string $nodePoolId Deprecated. The name of the node pool to delete. 110 public function delete($projectId, $zone, $clusterId, $nodePoolId, $optParams = []) argument 112 …projectId' => $projectId, 'zone' => $zone, 'clusterId' => $clusterId, 'nodePoolId' => $nodePoolId]; 129 * @param string $nodePoolId Deprecated. The name of the node pool. This field 138 public function get($projectId, $zone, $clusterId, $nodePoolId, $optParams = []) argument 140 …projectId' => $projectId, 'zone' => $zone, 'clusterId' => $clusterId, 'nodePoolId' => $nodePoolId]; 184 * @param string $nodePoolId Deprecated. The name of the node pool to rollback. 208 * @param string $nodePoolId Deprecated. The name of the node pool to update. 234 * @param string $nodePoolId Deprecated. The name of the node pool to update. [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/ |
H A D | RollbackNodePoolUpgradeRequest.php | 33 public $nodePoolId; variable in Google\\Service\\Container\\RollbackNodePoolUpgradeRequest 74 public function setNodePoolId($nodePoolId) argument 76 $this->nodePoolId = $nodePoolId; 83 return $this->nodePoolId;
|
H A D | SetNodePoolSizeRequest.php | 37 public $nodePoolId; variable in Google\\Service\\Container\\SetNodePoolSizeRequest 92 public function setNodePoolId($nodePoolId) argument 94 $this->nodePoolId = $nodePoolId; 101 return $this->nodePoolId;
|
H A D | SetNodePoolAutoscalingRequest.php | 35 public $nodePoolId; variable in Google\\Service\\Container\\SetNodePoolAutoscalingRequest 90 public function setNodePoolId($nodePoolId) argument 92 $this->nodePoolId = $nodePoolId; 99 return $this->nodePoolId;
|
H A D | SetNodePoolManagementRequest.php | 35 public $nodePoolId; variable in Google\\Service\\Container\\SetNodePoolManagementRequest 90 public function setNodePoolId($nodePoolId) argument 92 $this->nodePoolId = $nodePoolId; 99 return $this->nodePoolId;
|
H A D | UpdateNodePoolRequest.php | 52 public $nodePoolId; variable in Google\\Service\\Container\\UpdateNodePoolRequest 203 public function setNodePoolId($nodePoolId) argument 205 $this->nodePoolId = $nodePoolId; 212 return $this->nodePoolId;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
H A D | Container.php | 380 'nodePoolId' => [ 406 'nodePoolId' => [ 981 'nodePoolId' => [ 1008 … 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/nodePools/{nodePoolId}', 1026 'nodePoolId' => [ 1037 … 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/nodePools/{nodePoolId}', 1055 'nodePoolId' => [ 1108 'nodePoolId' => [ 1133 'nodePoolId' => [ 1158 'nodePoolId' => [ [all …]
|