Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: GoogleCloudPlatform/k8s-config-connector
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f595c8a71bd47d4b8afbd73bea054f3485c11acf
Choose a base ref
..
head repository: GoogleCloudPlatform/k8s-config-connector
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f64b6a6b3d1467dde45a5429385d61e3f68249bf
Choose a head ref
Showing with 22 additions and 0 deletions.
  1. +22 −0 mockgcp/mockeventarc/testdata/googlechannelconfig/crud/_http.log
22 changes: 22 additions & 0 deletions mockgcp/mockeventarc/testdata/googlechannelconfig/crud/_http.log
Original file line number Diff line number Diff line change
@@ -20,6 +20,28 @@ X-Xss-Protection: 0

---

GET https://eventarc.googleapis.com/v1/projects/${projectId}/locations/us-central1/googleChannelConfig?alt=json
Accept: application/json
Authorization: (removed)
Connection: keep-alive

200 OK
Content-Type: application/json; charset=UTF-8
Server: ESF
Vary: Origin
Vary: X-Origin
Vary: Referer
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-Xss-Protection: 0

{
"name": "projects/${projectId}/locations/us-central1/googleChannelConfig",
"updateTime": "2024-04-01T12:34:56.123456Z"
}

---

PATCH https://eventarc.googleapis.com/v1/projects/${projectId}/locations/us-central1/googleChannelConfig?alt=json&updateMask=cryptoKeyName
Accept: application/json
Authorization: (removed)