Skip to content

Commit

Permalink
Issue quota & billing requests against the provided project
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo committed Dec 10, 2022
1 parent 043a449 commit e654c46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gkeClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ export class ClusterClient {
url: url,
headers: {
'User-Agent': userAgent,
'X-Goog-User-Project': this.#projectID,
},
})) as ClusterResponse;
return resp;
Expand Down

0 comments on commit e654c46

Please sign in to comment.