-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 61216b3 Automatic import from cloud_mmv2_dcl_20220111_1831_RC00 by DCL Team <no-reply@google.com> GitOrigin-RevId: 61216b3
- Loading branch information
DCL Team
authored and
Modular Magician Diff Process
committed
Jan 12, 2022
1 parent
bb0f557
commit f92a0d2
Showing
17 changed files
with
108 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
services/google/compute/alpha/forwarding_rule_alpha_yaml_embed.go
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
services/google/compute/beta/forwarding_rule_beta_yaml_embed.go
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
11 changes: 11 additions & 0 deletions
11
services/google/compute/samples/global.forwarding_rule.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"name": "{{rule}}", | ||
"project": "{{project}}", | ||
"location": "global", | ||
"networkTier": "PREMIUM", | ||
"ipProtocol": "TCP", | ||
"description": "A test global forwarding rule with load balancing scheme EXTERNAL_MANAGED", | ||
"target": "{{ref:global.target_http_proxy.json:selfLink}}", | ||
"loadBalancingScheme": "EXTERNAL_MANAGED", | ||
"portRange": "80-80" | ||
} |
40 changes: 40 additions & 0 deletions
40
services/google/compute/samples/global_forwarding_rule.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# Copyright 2022 Google LLC. All Rights Reserved. | ||
# | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
# You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, | ||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
name: global_forwarding_rule | ||
description: An example of a global compute forwarding rule with EXTERNAL_MANAGED | ||
type: forwarding_rule | ||
versions: | ||
- beta | ||
resource: samples/global.forwarding_rule.json | ||
dependencies: | ||
- samples/global.target_http_proxy.json | ||
- samples/first_global.url_map.json | ||
- samples/second_global.url_map.json | ||
- samples/basic.backend_bucket.json | ||
- samples/basic.storage.bucket.json | ||
variables: | ||
- name: backend | ||
type: resource_name | ||
- name: bucket | ||
type: resource_name | ||
- name: map1 | ||
type: resource_name | ||
- name: map2 | ||
type: resource_name | ||
- name: project | ||
type: project | ||
- name: proxy | ||
type: resource_name | ||
- name: rule | ||
type: resource_name |