-
Notifications
You must be signed in to change notification settings - Fork 240
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Zeya Zhang
committed
Oct 15, 2019
1 parent
baa0f26
commit 0620d6b
Showing
52 changed files
with
290 additions
and
117 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
11 changes: 0 additions & 11 deletions
11
resources/computeaddress/compute_v1alpha1_computeaddress.yaml
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
resources/computeaddress/compute_v1alpha1_computesubnetwork.yaml
This file was deleted.
Oops, something went wrong.
15 changes: 15 additions & 0 deletions
15
resources/computeaddress/globalcomputeaddress/compute_v1alpha2_computeaddress.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,15 @@ | ||
apiVersion: compute.cnrm.cloud.google.com/v1alpha2 | ||
kind: ComputeAddress | ||
metadata: | ||
name: globalcomputeaddress-sample | ||
labels: | ||
label-one: "value-one" | ||
spec: | ||
addressType: INTERNAL | ||
description: a test global address | ||
location: global | ||
ipVersion: IPV4 | ||
purpose: VPC_PEERING | ||
prefixLength: 16 | ||
networkRef: | ||
name: globalcomputeaddress-dep |
4 changes: 2 additions & 2 deletions
4
...ress/compute_v1alpha1_computenetwork.yaml → ...ress/compute_v1alpha2_computenetwork.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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
apiVersion: compute.cnrm.cloud.google.com/v1alpha1 | ||
apiVersion: compute.cnrm.cloud.google.com/v1alpha2 | ||
kind: ComputeNetwork | ||
metadata: | ||
name: computeaddress-dep | ||
name: globalcomputeaddress-dep | ||
spec: | ||
routingMode: REGIONAL | ||
autoCreateSubnetworks: false |
13 changes: 13 additions & 0 deletions
13
resources/computeaddress/regionalcomputeaddress/compute_v1alpha2_computeaddress.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,13 @@ | ||
apiVersion: compute.cnrm.cloud.google.com/v1alpha2 | ||
kind: ComputeAddress | ||
metadata: | ||
name: regionalcomputeaddress-sample | ||
labels: | ||
label-one: "value-one" | ||
spec: | ||
addressType: INTERNAL | ||
description: a test regional address | ||
location: us-central1 | ||
ipVersion: IPV6 | ||
subnetworkRef: | ||
name: regionalcomputeaddress-dep |
7 changes: 7 additions & 0 deletions
7
resources/computeaddress/regionalcomputeaddress/compute_v1alpha2_computenetwork.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,7 @@ | ||
apiVersion: compute.cnrm.cloud.google.com/v1alpha2 | ||
kind: ComputeNetwork | ||
metadata: | ||
name: regionalcomputeaddress-dep | ||
spec: | ||
routingMode: REGIONAL | ||
autoCreateSubnetworks: false |
9 changes: 9 additions & 0 deletions
9
resources/computeaddress/regionalcomputeaddress/compute_v1alpha2_computesubnetwork.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,9 @@ | ||
apiVersion: compute.cnrm.cloud.google.com/v1alpha2 | ||
kind: ComputeSubnetwork | ||
metadata: | ||
name: regionalcomputeaddress-dep | ||
spec: | ||
ipCidrRange: 10.2.0.0/16 | ||
region: us-central1 | ||
networkRef: | ||
name: regionalcomputeaddress-dep |
7 changes: 0 additions & 7 deletions
7
resources/computebackendservice/compute_v1alpha1_computebackendservice.yaml
This file was deleted.
Oops, something went wrong.
8 changes: 8 additions & 0 deletions
8
resources/computebackendservice/compute_v1alpha2_computebackendservice.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,8 @@ | ||
apiVersion: compute.cnrm.cloud.google.com/v1alpha2 | ||
kind: ComputeBackendService | ||
metadata: | ||
name: computebackendservice-sample | ||
spec: | ||
healthCheckRef: | ||
name: computebackendservice-dep | ||
location: global |
3 changes: 2 additions & 1 deletion
3
.../compute_v1alpha1_computehealthcheck.yaml → .../compute_v1alpha2_computehealthcheck.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 |
---|---|---|
@@ -1,8 +1,9 @@ | ||
apiVersion: compute.cnrm.cloud.google.com/v1alpha1 | ||
apiVersion: compute.cnrm.cloud.google.com/v1alpha2 | ||
kind: ComputeHealthCheck | ||
metadata: | ||
name: computebackendservice-dep | ||
spec: | ||
checkIntervalSec: 10 | ||
httpHealthCheck: | ||
port: 80 | ||
location: global |
2 changes: 1 addition & 1 deletion
2
...ule/compute_v1alpha1_computefirewall.yaml → ...ule/compute_v1alpha2_computefirewall.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
2 changes: 1 addition & 1 deletion
2
...rule/compute_v1alpha1_computenetwork.yaml → ...rule/compute_v1alpha2_computenetwork.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
2 changes: 1 addition & 1 deletion
2
...ule/compute_v1alpha1_computefirewall.yaml → ...ule/compute_v1alpha2_computefirewall.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
2 changes: 1 addition & 1 deletion
2
...rule/compute_v1alpha1_computenetwork.yaml → ...rule/compute_v1alpha2_computenetwork.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
8 changes: 8 additions & 0 deletions
8
resources/computeforwardingrule/compute_v1alpha2_computebackendservice.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,8 @@ | ||
apiVersion: compute.cnrm.cloud.google.com/v1alpha2 | ||
kind: ComputeBackendService | ||
metadata: | ||
name: computeglobalforwardingrule-dep | ||
spec: | ||
healthCheckRef: | ||
name: computeglobalforwardingrule-dep | ||
location: global |
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
9 changes: 9 additions & 0 deletions
9
resources/computeforwardingrule/compute_v1alpha2_computehealthcheck.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,9 @@ | ||
apiVersion: compute.cnrm.cloud.google.com/v1alpha2 | ||
kind: ComputeHealthCheck | ||
metadata: | ||
name: computeglobalforwardingrule-dep | ||
spec: | ||
checkIntervalSec: 10 | ||
httpHealthCheck: | ||
port: 80 | ||
location: global |
8 changes: 8 additions & 0 deletions
8
resources/computeforwardingrule/compute_v1alpha2_computetargethttpproxy.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,8 @@ | ||
apiVersion: compute.cnrm.cloud.google.com/v1alpha2 | ||
kind: ComputeTargetHTTPProxy | ||
metadata: | ||
name: computeglobalforwardingrule-dep | ||
spec: | ||
urlMapRef: | ||
name: computeglobalforwardingrule-dep | ||
location: global |
10 changes: 10 additions & 0 deletions
10
resources/computeforwardingrule/compute_v1alpha2_computeurlmap.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,10 @@ | ||
apiVersion: compute.cnrm.cloud.google.com/v1alpha2 | ||
kind: ComputeURLMap | ||
metadata: | ||
name: computeglobalforwardingrule-dep | ||
spec: | ||
defaultService: | ||
backendServiceRef: | ||
name: computeglobalforwardingrule-dep | ||
kind: ComputeBackendService | ||
location: global |
7 changes: 0 additions & 7 deletions
7
resources/computeglobalforwardingrule/compute_v1alpha1_computebackendservice.yaml
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
resources/computeglobalforwardingrule/compute_v1alpha1_computehealthcheck.yaml
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
resources/computeglobalforwardingrule/compute_v1alpha1_computetargethttpproxy.yaml
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
resources/computeglobalforwardingrule/compute_v1alpha1_computeurlmap.yaml
This file was deleted.
Oops, something went wrong.
3 changes: 2 additions & 1 deletion
3
.../compute_v1alpha1_computehealthcheck.yaml → .../compute_v1alpha2_computehealthcheck.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 |
---|---|---|
@@ -1,8 +1,9 @@ | ||
apiVersion: compute.cnrm.cloud.google.com/v1alpha1 | ||
apiVersion: compute.cnrm.cloud.google.com/v1alpha2 | ||
kind: ComputeHealthCheck | ||
metadata: | ||
name: computehealthcheck-sample | ||
spec: | ||
checkIntervalSec: 10 | ||
httpHealthCheck: | ||
port: 80 | ||
location: global |
13 changes: 13 additions & 0 deletions
13
resources/computehttpshealthcheck/compute_v1alpha2_computehttpshealthcheck.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,13 @@ | ||
apiVersion: compute.cnrm.cloud.google.com/v1alpha2 | ||
kind: ComputeHTTPSHealthCheck | ||
metadata: | ||
name: computehttpshealthcheck-sample | ||
spec: | ||
checkIntervalSec: 10 | ||
description: example HTTPS health check | ||
healthyThreshold: 2 | ||
port: 80 | ||
requestPath: / | ||
timeoutSec: 5 | ||
unhealthyThreshold: 2 | ||
|
2 changes: 1 addition & 1 deletion
2
...work/compute_v1alpha1_computenetwork.yaml → ...work/compute_v1alpha2_computenetwork.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
15 changes: 15 additions & 0 deletions
15
resources/computenetworkpeering/compute_v1alpha2_computenetwork.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,15 @@ | ||
apiVersion: compute.cnrm.cloud.google.com/v1alpha2 | ||
kind: ComputeNetwork | ||
metadata: | ||
name: computenetworkpeering-dep1 | ||
spec: | ||
routingMode: REGIONAL | ||
autoCreateSubnetworks: false | ||
--- | ||
apiVersion: compute.cnrm.cloud.google.com/v1alpha2 | ||
kind: ComputeNetwork | ||
metadata: | ||
name: computenetworkpeering-dep2 | ||
spec: | ||
routingMode: REGIONAL | ||
autoCreateSubnetworks: false |
25 changes: 25 additions & 0 deletions
25
resources/computenetworkpeering/compute_v1alpha2_computenetworkpeering.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,25 @@ | ||
apiVersion: compute.cnrm.cloud.google.com/v1alpha2 | ||
kind: ComputeNetworkPeering | ||
metadata: | ||
name: computenetworkpeering-peering1 | ||
spec: | ||
autoCreateRoutes: true | ||
exportCustomRoutes: false | ||
importCustomRoutes: false | ||
networkRef: | ||
name: computenetworkpeering-dep1 | ||
peerNetworkRef: | ||
name: computenetworkpeering-dep2 | ||
--- | ||
apiVersion: compute.cnrm.cloud.google.com/v1alpha2 | ||
kind: ComputeNetworkPeering | ||
metadata: | ||
name: computenetworkpeering-peering2 | ||
spec: | ||
autoCreateRoutes: true | ||
exportCustomRoutes: false | ||
importCustomRoutes: false | ||
networkRef: | ||
name: computenetworkpeering-dep2 | ||
peerNetworkRef: | ||
name: computenetworkpeering-dep1 |
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,9 @@ | ||
apiVersion: compute.cnrm.cloud.google.com/v1alpha2 | ||
kind: ComputeNetwork | ||
metadata: | ||
labels: | ||
label-one: "value-one" | ||
name: computerouter-dep | ||
spec: | ||
routingMode: REGIONAL | ||
autoCreateSubnetworks: false |
16 changes: 16 additions & 0 deletions
16
resources/computerouter/compute_v1alpha2_computerouter.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,16 @@ | ||
apiVersion: compute.cnrm.cloud.google.com/v1alpha2 | ||
kind: ComputeRouter | ||
metadata: | ||
name: computerouter-sample | ||
spec: | ||
networkRef: | ||
name: computerouter-dep | ||
description: example router description | ||
region: us-west1 | ||
bgp: | ||
asn: 64514 | ||
advertiseMode: CUSTOM | ||
advertisedGroups: | ||
- ALL_SUBNETS | ||
advertisedIpRanges: | ||
- range: "1.2.3.4" |
8 changes: 8 additions & 0 deletions
8
resources/computesharedvpchostproject/compute_v1alpha2_computesharedvpchostproject.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,8 @@ | ||
# This resource will enable the project this namespace is bound to as a Shared | ||
# VPC host. You should only create one of these resources per project. If you | ||
# have multiple namespaces mapping to the same project, ensure that only one | ||
# ComputeSharedVPCHostProject resource exists across these namespaces. | ||
apiVersion: compute.cnrm.cloud.google.com/v1alpha2 | ||
kind: ComputeSharedVPCHostProject | ||
metadata: | ||
name: computesharedvpchostproject-sample |
2 changes: 1 addition & 1 deletion
2
...work/compute_v1alpha1_computenetwork.yaml → ...work/compute_v1alpha2_computenetwork.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
2 changes: 1 addition & 1 deletion
2
...k/compute_v1alpha1_computesubnetwork.yaml → ...k/compute_v1alpha2_computesubnetwork.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
7 changes: 0 additions & 7 deletions
7
resources/computetargethttpproxy/compute_v1alpha1_computebackendservice.yaml
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.