Skip to content

Commit

Permalink
Merge pull request #3086 from justinsb/refactor_normalization
Browse files Browse the repository at this point in the history
refactor normalization
  • Loading branch information
google-oss-prow[bot] authored Nov 20, 2024
2 parents b127d68 + df7a07e commit 6361db7
Show file tree
Hide file tree
Showing 31 changed files with 225 additions and 197 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@ X-Xss-Protection: 0
GET https://compute.googleapis.com/compute/v1/projects/${projectId}/global/forwardingRules/${forwardingRuleID}
Content-Type: application/json
User-Agent: kcc/controller-manager
x-goog-request-params: project=${projectId}&forwarding_rule=computeglobalforwardingrule-${uniqueId}
x-goog-request-params: project=${projectId}&forwarding_rule=${forwardingRuleID}

404 Not Found
Cache-Control: private
Expand Down Expand Up @@ -826,7 +826,7 @@ X-Xss-Protection: 0
GET https://compute.googleapis.com/compute/v1/projects/${projectId}/global/forwardingRules/${forwardingRuleID}
Content-Type: application/json
User-Agent: kcc/controller-manager
x-goog-request-params: project=${projectId}&forwarding_rule=computeglobalforwardingrule-${uniqueId}
x-goog-request-params: project=${projectId}&forwarding_rule=${forwardingRuleID}

200 OK
Cache-Control: private
Expand Down Expand Up @@ -862,7 +862,7 @@ X-Xss-Protection: 0
POST https://compute.googleapis.com/compute/v1/projects/${projectId}/global/forwardingRules/${forwardingRuleID}/setLabels
Content-Type: application/json
User-Agent: kcc/controller-manager
x-goog-request-params: project=${projectId}&resource=computeglobalforwardingrule-${uniqueId}
x-goog-request-params: project=${projectId}&resource=${forwardingRuleID}

{
"labelFingerprint": "abcdef0123A=",
Expand Down Expand Up @@ -905,7 +905,7 @@ X-Xss-Protection: 0
GET https://compute.googleapis.com/compute/v1/projects/${projectId}/global/forwardingRules/${forwardingRuleID}
Content-Type: application/json
User-Agent: kcc/controller-manager
x-goog-request-params: project=${projectId}&forwarding_rule=computeglobalforwardingrule-${uniqueId}
x-goog-request-params: project=${projectId}&forwarding_rule=${forwardingRuleID}

200 OK
Cache-Control: private
Expand Down Expand Up @@ -946,7 +946,7 @@ X-Xss-Protection: 0
POST https://compute.googleapis.com/compute/v1/projects/${projectId}/global/forwardingRules/${forwardingRuleID}/setTarget
Content-Type: application/json
User-Agent: kcc/controller-manager
x-goog-request-params: project=${projectId}&forwarding_rule=computeglobalforwardingrule-${uniqueId}
x-goog-request-params: project=${projectId}&forwarding_rule=${forwardingRuleID}

{
"target": "https://www.googleapis.com/compute/v1/projects/${projectId}/global/targetHttpProxies/computetargethttpproxy-2-${uniqueId}"
Expand Down Expand Up @@ -1017,7 +1017,7 @@ X-Xss-Protection: 0
GET https://compute.googleapis.com/compute/v1/projects/${projectId}/global/forwardingRules/${forwardingRuleID}
Content-Type: application/json
User-Agent: kcc/controller-manager
x-goog-request-params: project=${projectId}&forwarding_rule=computeglobalforwardingrule-${uniqueId}
x-goog-request-params: project=${projectId}&forwarding_rule=${forwardingRuleID}

200 OK
Cache-Control: private
Expand Down Expand Up @@ -1058,7 +1058,7 @@ X-Xss-Protection: 0
DELETE https://compute.googleapis.com/compute/v1/projects/${projectId}/global/forwardingRules/${forwardingRuleID}
Content-Type: application/json
User-Agent: kcc/controller-manager
x-goog-request-params: project=${projectId}&forwarding_rule=computeglobalforwardingrule-${uniqueId}
x-goog-request-params: project=${projectId}&forwarding_rule=${forwardingRuleID}

200 OK
Cache-Control: private
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@ X-Xss-Protection: 0
GET https://compute.googleapis.com/compute/v1/projects/${projectId}/global/forwardingRules/${forwardingRuleID}
Content-Type: application/json
User-Agent: kcc/controller-manager
x-goog-request-params: project=${projectId}&forwarding_rule=computeglobalforwardingrule-${uniqueId}
x-goog-request-params: project=${projectId}&forwarding_rule=${forwardingRuleID}

404 Not Found
Cache-Control: private
Expand Down Expand Up @@ -840,7 +840,7 @@ X-Xss-Protection: 0
GET https://compute.googleapis.com/compute/v1/projects/${projectId}/global/forwardingRules/${forwardingRuleID}
Content-Type: application/json
User-Agent: kcc/controller-manager
x-goog-request-params: project=${projectId}&forwarding_rule=computeglobalforwardingrule-${uniqueId}
x-goog-request-params: project=${projectId}&forwarding_rule=${forwardingRuleID}

200 OK
Cache-Control: private
Expand Down Expand Up @@ -888,7 +888,7 @@ X-Xss-Protection: 0
POST https://compute.googleapis.com/compute/v1/projects/${projectId}/global/forwardingRules/${forwardingRuleID}/setLabels
Content-Type: application/json
User-Agent: kcc/controller-manager
x-goog-request-params: project=${projectId}&resource=computeglobalforwardingrule-${uniqueId}
x-goog-request-params: project=${projectId}&resource=${forwardingRuleID}

{
"labelFingerprint": "abcdef0123A=",
Expand Down Expand Up @@ -931,7 +931,7 @@ X-Xss-Protection: 0
GET https://compute.googleapis.com/compute/v1/projects/${projectId}/global/forwardingRules/${forwardingRuleID}
Content-Type: application/json
User-Agent: kcc/controller-manager
x-goog-request-params: project=${projectId}&forwarding_rule=computeglobalforwardingrule-${uniqueId}
x-goog-request-params: project=${projectId}&forwarding_rule=${forwardingRuleID}

200 OK
Cache-Control: private
Expand Down Expand Up @@ -984,7 +984,7 @@ X-Xss-Protection: 0
POST https://compute.googleapis.com/compute/v1/projects/${projectId}/global/forwardingRules/${forwardingRuleID}/setLabels
Content-Type: application/json
User-Agent: kcc/controller-manager
x-goog-request-params: project=${projectId}&resource=computeglobalforwardingrule-${uniqueId}
x-goog-request-params: project=${projectId}&resource=${forwardingRuleID}

{
"labelFingerprint": "abcdef0123A=",
Expand Down Expand Up @@ -1027,7 +1027,7 @@ X-Xss-Protection: 0
POST https://compute.googleapis.com/compute/v1/projects/${projectId}/global/forwardingRules/${forwardingRuleID}/setTarget
Content-Type: application/json
User-Agent: kcc/controller-manager
x-goog-request-params: project=${projectId}&forwarding_rule=computeglobalforwardingrule-${uniqueId}
x-goog-request-params: project=${projectId}&forwarding_rule=${forwardingRuleID}

{
"target": "https://www.googleapis.com/compute/v1/projects/${projectId}/global/targetHttpProxies/computetargethttpproxy-2-${uniqueId}"
Expand Down Expand Up @@ -1098,7 +1098,7 @@ X-Xss-Protection: 0
GET https://compute.googleapis.com/compute/v1/projects/${projectId}/global/forwardingRules/${forwardingRuleID}
Content-Type: application/json
User-Agent: kcc/controller-manager
x-goog-request-params: project=${projectId}&forwarding_rule=computeglobalforwardingrule-${uniqueId}
x-goog-request-params: project=${projectId}&forwarding_rule=${forwardingRuleID}

200 OK
Cache-Control: private
Expand Down Expand Up @@ -1151,7 +1151,7 @@ X-Xss-Protection: 0
DELETE https://compute.googleapis.com/compute/v1/projects/${projectId}/global/forwardingRules/${forwardingRuleID}
Content-Type: application/json
User-Agent: kcc/controller-manager
x-goog-request-params: project=${projectId}&forwarding_rule=computeglobalforwardingrule-${uniqueId}
x-goog-request-params: project=${projectId}&forwarding_rule=${forwardingRuleID}

200 OK
Cache-Control: private
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ X-Xss-Protection: 0
GET https://compute.googleapis.com/compute/v1/projects/${projectId}/global/forwardingRules/${forwardingRuleID}
Content-Type: application/json
User-Agent: kcc/controller-manager
x-goog-request-params: project=${projectId}&forwarding_rule=computeregionalforwardingrule-${uniqueId}
x-goog-request-params: project=${projectId}&forwarding_rule=${forwardingRuleID}

404 Not Found
Cache-Control: private
Expand Down Expand Up @@ -577,7 +577,7 @@ X-Xss-Protection: 0
GET https://compute.googleapis.com/compute/v1/projects/${projectId}/global/forwardingRules/${forwardingRuleID}
Content-Type: application/json
User-Agent: kcc/controller-manager
x-goog-request-params: project=${projectId}&forwarding_rule=computeregionalforwardingrule-${uniqueId}
x-goog-request-params: project=${projectId}&forwarding_rule=${forwardingRuleID}

200 OK
Cache-Control: private
Expand Down Expand Up @@ -613,7 +613,7 @@ X-Xss-Protection: 0
POST https://compute.googleapis.com/compute/v1/projects/${projectId}/global/forwardingRules/${forwardingRuleID}/setLabels
Content-Type: application/json
User-Agent: kcc/controller-manager
x-goog-request-params: project=${projectId}&resource=computeregionalforwardingrule-${uniqueId}
x-goog-request-params: project=${projectId}&resource=${forwardingRuleID}

{
"labelFingerprint": "abcdef0123A=",
Expand Down Expand Up @@ -656,7 +656,7 @@ X-Xss-Protection: 0
GET https://compute.googleapis.com/compute/v1/projects/${projectId}/global/forwardingRules/${forwardingRuleID}
Content-Type: application/json
User-Agent: kcc/controller-manager
x-goog-request-params: project=${projectId}&forwarding_rule=computeregionalforwardingrule-${uniqueId}
x-goog-request-params: project=${projectId}&forwarding_rule=${forwardingRuleID}

200 OK
Cache-Control: private
Expand Down Expand Up @@ -697,7 +697,7 @@ X-Xss-Protection: 0
POST https://compute.googleapis.com/compute/v1/projects/${projectId}/global/forwardingRules/${forwardingRuleID}/setLabels
Content-Type: application/json
User-Agent: kcc/controller-manager
x-goog-request-params: project=${projectId}&resource=computeregionalforwardingrule-${uniqueId}
x-goog-request-params: project=${projectId}&resource=${forwardingRuleID}

{
"labelFingerprint": "abcdef0123A=",
Expand Down Expand Up @@ -740,7 +740,7 @@ X-Xss-Protection: 0
POST https://compute.googleapis.com/compute/v1/projects/${projectId}/global/forwardingRules/${forwardingRuleID}/setTarget
Content-Type: application/json
User-Agent: kcc/controller-manager
x-goog-request-params: project=${projectId}&forwarding_rule=computeregionalforwardingrule-${uniqueId}
x-goog-request-params: project=${projectId}&forwarding_rule=${forwardingRuleID}

{
"target": "https://www.googleapis.com/compute/v1/projects/${projectId}/global/targetGrpcProxies/computetargetgrpcproxy-2-${uniqueId}"
Expand Down Expand Up @@ -811,7 +811,7 @@ X-Xss-Protection: 0
GET https://compute.googleapis.com/compute/v1/projects/${projectId}/global/forwardingRules/${forwardingRuleID}
Content-Type: application/json
User-Agent: kcc/controller-manager
x-goog-request-params: project=${projectId}&forwarding_rule=computeregionalforwardingrule-${uniqueId}
x-goog-request-params: project=${projectId}&forwarding_rule=${forwardingRuleID}

200 OK
Cache-Control: private
Expand Down Expand Up @@ -852,7 +852,7 @@ X-Xss-Protection: 0
DELETE https://compute.googleapis.com/compute/v1/projects/${projectId}/global/forwardingRules/${forwardingRuleID}
Content-Type: application/json
User-Agent: kcc/controller-manager
x-goog-request-params: project=${projectId}&forwarding_rule=computeregionalforwardingrule-${uniqueId}
x-goog-request-params: project=${projectId}&forwarding_rule=${forwardingRuleID}

200 OK
Cache-Control: private
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1007,7 +1007,7 @@ X-Xss-Protection: 0
GET https://compute.googleapis.com/compute/v1/projects/${projectId}/global/forwardingRules/${forwardingRuleID}
Content-Type: application/json
User-Agent: kcc/controller-manager
x-goog-request-params: project=${projectId}&forwarding_rule=computeglobalforwardingrule-${uniqueId}
x-goog-request-params: project=${projectId}&forwarding_rule=${forwardingRuleID}

404 Not Found
Cache-Control: private
Expand Down Expand Up @@ -1120,7 +1120,7 @@ X-Xss-Protection: 0
GET https://compute.googleapis.com/compute/v1/projects/${projectId}/global/forwardingRules/${forwardingRuleID}
Content-Type: application/json
User-Agent: kcc/controller-manager
x-goog-request-params: project=${projectId}&forwarding_rule=computeglobalforwardingrule-${uniqueId}
x-goog-request-params: project=${projectId}&forwarding_rule=${forwardingRuleID}

200 OK
Cache-Control: private
Expand Down Expand Up @@ -1155,7 +1155,7 @@ X-Xss-Protection: 0
POST https://compute.googleapis.com/compute/v1/projects/${projectId}/global/forwardingRules/${forwardingRuleID}/setLabels
Content-Type: application/json
User-Agent: kcc/controller-manager
x-goog-request-params: project=${projectId}&resource=computeglobalforwardingrule-${uniqueId}
x-goog-request-params: project=${projectId}&resource=${forwardingRuleID}

{
"labelFingerprint": "abcdef0123A=",
Expand Down Expand Up @@ -1198,7 +1198,7 @@ X-Xss-Protection: 0
GET https://compute.googleapis.com/compute/v1/projects/${projectId}/global/forwardingRules/${forwardingRuleID}
Content-Type: application/json
User-Agent: kcc/controller-manager
x-goog-request-params: project=${projectId}&forwarding_rule=computeglobalforwardingrule-${uniqueId}
x-goog-request-params: project=${projectId}&forwarding_rule=${forwardingRuleID}

200 OK
Cache-Control: private
Expand Down Expand Up @@ -1238,7 +1238,7 @@ X-Xss-Protection: 0
POST https://compute.googleapis.com/compute/v1/projects/${projectId}/global/forwardingRules/${forwardingRuleID}/setLabels
Content-Type: application/json
User-Agent: kcc/controller-manager
x-goog-request-params: project=${projectId}&resource=computeglobalforwardingrule-${uniqueId}
x-goog-request-params: project=${projectId}&resource=${forwardingRuleID}

{
"labelFingerprint": "abcdef0123A=",
Expand Down Expand Up @@ -1281,7 +1281,7 @@ X-Xss-Protection: 0
POST https://compute.googleapis.com/compute/v1/projects/${projectId}/global/forwardingRules/${forwardingRuleID}/setTarget
Content-Type: application/json
User-Agent: kcc/controller-manager
x-goog-request-params: project=${projectId}&forwarding_rule=computeglobalforwardingrule-${uniqueId}
x-goog-request-params: project=${projectId}&forwarding_rule=${forwardingRuleID}

{
"target": "https://www.googleapis.com/compute/v1/projects/${projectId}/global/targetHttpsProxies/computetargethttpsproxy2-${uniqueId}"
Expand Down Expand Up @@ -1352,7 +1352,7 @@ X-Xss-Protection: 0
GET https://compute.googleapis.com/compute/v1/projects/${projectId}/global/forwardingRules/${forwardingRuleID}
Content-Type: application/json
User-Agent: kcc/controller-manager
x-goog-request-params: project=${projectId}&forwarding_rule=computeglobalforwardingrule-${uniqueId}
x-goog-request-params: project=${projectId}&forwarding_rule=${forwardingRuleID}

200 OK
Cache-Control: private
Expand Down Expand Up @@ -1392,7 +1392,7 @@ X-Xss-Protection: 0
DELETE https://compute.googleapis.com/compute/v1/projects/${projectId}/global/forwardingRules/${forwardingRuleID}
Content-Type: application/json
User-Agent: kcc/controller-manager
x-goog-request-params: project=${projectId}&forwarding_rule=computeglobalforwardingrule-${uniqueId}
x-goog-request-params: project=${projectId}&forwarding_rule=${forwardingRuleID}

200 OK
Cache-Control: private
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,7 @@ X-Xss-Protection: 0
GET https://compute.googleapis.com/compute/v1/projects/${projectId}/global/forwardingRules/${forwardingRuleID}
Content-Type: application/json
User-Agent: kcc/controller-manager
x-goog-request-params: project=${projectId}&forwarding_rule=computeglobalforwardingrule-${uniqueId}
x-goog-request-params: project=${projectId}&forwarding_rule=${forwardingRuleID}

404 Not Found
Cache-Control: private
Expand Down Expand Up @@ -940,7 +940,7 @@ X-Xss-Protection: 0
GET https://compute.googleapis.com/compute/v1/projects/${projectId}/global/forwardingRules/${forwardingRuleID}
Content-Type: application/json
User-Agent: kcc/controller-manager
x-goog-request-params: project=${projectId}&forwarding_rule=computeglobalforwardingrule-${uniqueId}
x-goog-request-params: project=${projectId}&forwarding_rule=${forwardingRuleID}

200 OK
Cache-Control: private
Expand Down Expand Up @@ -975,7 +975,7 @@ X-Xss-Protection: 0
POST https://compute.googleapis.com/compute/v1/projects/${projectId}/global/forwardingRules/${forwardingRuleID}/setLabels
Content-Type: application/json
User-Agent: kcc/controller-manager
x-goog-request-params: project=${projectId}&resource=computeglobalforwardingrule-${uniqueId}
x-goog-request-params: project=${projectId}&resource=${forwardingRuleID}

{
"labelFingerprint": "abcdef0123A=",
Expand Down Expand Up @@ -1018,7 +1018,7 @@ X-Xss-Protection: 0
GET https://compute.googleapis.com/compute/v1/projects/${projectId}/global/forwardingRules/${forwardingRuleID}
Content-Type: application/json
User-Agent: kcc/controller-manager
x-goog-request-params: project=${projectId}&forwarding_rule=computeglobalforwardingrule-${uniqueId}
x-goog-request-params: project=${projectId}&forwarding_rule=${forwardingRuleID}

200 OK
Cache-Control: private
Expand Down Expand Up @@ -1058,7 +1058,7 @@ X-Xss-Protection: 0
POST https://compute.googleapis.com/compute/v1/projects/${projectId}/global/forwardingRules/${forwardingRuleID}/setLabels
Content-Type: application/json
User-Agent: kcc/controller-manager
x-goog-request-params: project=${projectId}&resource=computeglobalforwardingrule-${uniqueId}
x-goog-request-params: project=${projectId}&resource=${forwardingRuleID}

{
"labelFingerprint": "abcdef0123A=",
Expand Down Expand Up @@ -1101,7 +1101,7 @@ X-Xss-Protection: 0
POST https://compute.googleapis.com/compute/v1/projects/${projectId}/global/forwardingRules/${forwardingRuleID}/setTarget
Content-Type: application/json
User-Agent: kcc/controller-manager
x-goog-request-params: project=${projectId}&forwarding_rule=computeglobalforwardingrule-${uniqueId}
x-goog-request-params: project=${projectId}&forwarding_rule=${forwardingRuleID}

{
"target": "https://www.googleapis.com/compute/v1/projects/${projectId}/global/targetSslProxies/computetargetsslproxy2-${uniqueId}"
Expand Down Expand Up @@ -1172,7 +1172,7 @@ X-Xss-Protection: 0
GET https://compute.googleapis.com/compute/v1/projects/${projectId}/global/forwardingRules/${forwardingRuleID}
Content-Type: application/json
User-Agent: kcc/controller-manager
x-goog-request-params: project=${projectId}&forwarding_rule=computeglobalforwardingrule-${uniqueId}
x-goog-request-params: project=${projectId}&forwarding_rule=${forwardingRuleID}

200 OK
Cache-Control: private
Expand Down Expand Up @@ -1212,7 +1212,7 @@ X-Xss-Protection: 0
DELETE https://compute.googleapis.com/compute/v1/projects/${projectId}/global/forwardingRules/${forwardingRuleID}
Content-Type: application/json
User-Agent: kcc/controller-manager
x-goog-request-params: project=${projectId}&forwarding_rule=computeglobalforwardingrule-${uniqueId}
x-goog-request-params: project=${projectId}&forwarding_rule=${forwardingRuleID}

200 OK
Cache-Control: private
Expand Down
Loading

0 comments on commit 6361db7

Please sign in to comment.