-
Notifications
You must be signed in to change notification settings - Fork 242
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
Michael Kibbe
committed
Nov 7, 2019
1 parent
5fe493e
commit 7b31138
Showing
16 changed files
with
236 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
apiVersion: compute.cnrm.cloud.google.com/v1alpha3 | ||
kind: ComputeNetwork | ||
metadata: | ||
name: computeroute-dep | ||
annotations: | ||
cnrm.cloud.google.com/deletion-policy: abandon | ||
spec: | ||
description: Default network for the project |
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 @@ | ||
apiVersion: compute.cnrm.cloud.google.com/v1alpha3 | ||
kind: ComputeRoute | ||
metadata: | ||
name: computeroute-sample | ||
spec: | ||
description: "A sample compute route" | ||
destRange: 0.0.0.0/0 | ||
networkRef: | ||
name: computeroute-dep | ||
priority: 100 | ||
nextHopIp: 10.132.1.5 |
9 changes: 9 additions & 0 deletions
9
resources/computerouterinterface/compute_v1alpha3_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,9 @@ | ||
apiVersion: compute.cnrm.cloud.google.com/v1alpha3 | ||
kind: ComputeAddress | ||
metadata: | ||
name: computerouterinterface-dep | ||
labels: | ||
label-one: "value-one" | ||
spec: | ||
location: us-central1 | ||
description: "a test regional address" |
52 changes: 52 additions & 0 deletions
52
resources/computerouterinterface/compute_v1alpha3_computeforwardingrule.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,52 @@ | ||
apiVersion: compute.cnrm.cloud.google.com/v1alpha3 | ||
kind: ComputeForwardingRule | ||
metadata: | ||
labels: | ||
label-one: "value-one" | ||
name: computerouterinterface-dep1 | ||
spec: | ||
description: "A regional forwarding rule" | ||
target: | ||
targetVPNGatewayRef: | ||
name: computerouterinterface-dep | ||
ipProtocol: "ESP" | ||
location: us-central1 | ||
ipAddress: | ||
addressRef: | ||
name: computerouterinterface-dep | ||
--- | ||
apiVersion: compute.cnrm.cloud.google.com/v1alpha3 | ||
kind: ComputeForwardingRule | ||
metadata: | ||
labels: | ||
label-one: "value-one" | ||
name: computerouterinterface-dep2 | ||
spec: | ||
description: "A regional forwarding rule" | ||
target: | ||
targetVPNGatewayRef: | ||
name: computerouterinterface-dep | ||
ipProtocol: "UDP" | ||
portRange: "500" | ||
location: us-central1 | ||
ipAddress: | ||
addressRef: | ||
name: computerouterinterface-dep | ||
--- | ||
apiVersion: compute.cnrm.cloud.google.com/v1alpha3 | ||
kind: ComputeForwardingRule | ||
metadata: | ||
labels: | ||
label-one: "value-one" | ||
name: computerouterinterface-dep3 | ||
spec: | ||
description: "A regional forwarding rule" | ||
target: | ||
targetVPNGatewayRef: | ||
name: computerouterinterface-dep | ||
ipProtocol: "UDP" | ||
portRange: "4500" | ||
location: us-central1 | ||
ipAddress: | ||
addressRef: | ||
name: computerouterinterface-dep |
9 changes: 9 additions & 0 deletions
9
resources/computerouterinterface/compute_v1alpha3_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,9 @@ | ||
apiVersion: compute.cnrm.cloud.google.com/v1alpha3 | ||
kind: ComputeNetwork | ||
metadata: | ||
labels: | ||
label-one: "value-one" | ||
name: computerouterinterface-dep | ||
spec: | ||
routingMode: REGIONAL | ||
autoCreateSubnetworks: false |
16 changes: 16 additions & 0 deletions
16
resources/computerouterinterface/compute_v1alpha3_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/v1alpha3 | ||
kind: ComputeRouter | ||
metadata: | ||
name: computerouterinterface-dep | ||
spec: | ||
networkRef: | ||
name: computerouterinterface-dep | ||
description: example router description | ||
region: us-central1 | ||
bgp: | ||
asn: 64514 | ||
advertiseMode: CUSTOM | ||
advertisedGroups: | ||
- ALL_SUBNETS | ||
advertisedIpRanges: | ||
- range: "1.2.3.4" |
11 changes: 11 additions & 0 deletions
11
resources/computerouterinterface/compute_v1alpha3_computerouterinterface.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,11 @@ | ||
apiVersion: compute.cnrm.cloud.google.com/v1alpha3 | ||
kind: ComputeRouterInterface | ||
metadata: | ||
name: computerouterinterface-sample | ||
spec: | ||
routerRef: | ||
name: computerouterinterface-dep | ||
region: us-central1 | ||
ipRange: "169.254.1.1/30" | ||
vpnTunnelRef: | ||
name: computerouterinterface-dep |
9 changes: 9 additions & 0 deletions
9
resources/computerouterinterface/compute_v1alpha3_computetargetvpngateway.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/v1alpha3 | ||
kind: ComputeTargetVPNGateway | ||
metadata: | ||
name: computerouterinterface-dep | ||
spec: | ||
description: a test target vpn gateway | ||
region: us-central1 | ||
networkRef: | ||
name: computerouterinterface-dep |
14 changes: 14 additions & 0 deletions
14
resources/computerouterinterface/compute_v1alpha3_computevpntunnel.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,14 @@ | ||
apiVersion: compute.cnrm.cloud.google.com/v1alpha3 | ||
kind: ComputeVPNTunnel | ||
metadata: | ||
name: computerouterinterface-dep | ||
labels: | ||
foo: bar | ||
spec: | ||
peerIp: "15.0.0.120" | ||
region: us-central1 | ||
sharedSecret: "a secret message" | ||
targetVPNGatewayRef: | ||
name: computerouterinterface-dep | ||
localTrafficSelector: | ||
- "192.168.0.0/16" |
9 changes: 9 additions & 0 deletions
9
resources/computerouterpeer/compute_v1alpha3_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,9 @@ | ||
apiVersion: compute.cnrm.cloud.google.com/v1alpha3 | ||
kind: ComputeNetwork | ||
metadata: | ||
labels: | ||
label-one: "value-one" | ||
name: computerouterpeer-dep | ||
spec: | ||
routingMode: REGIONAL | ||
autoCreateSubnetworks: false |
16 changes: 16 additions & 0 deletions
16
resources/computerouterpeer/compute_v1alpha3_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/v1alpha3 | ||
kind: ComputeRouter | ||
metadata: | ||
name: computerouterpeer-dep | ||
spec: | ||
networkRef: | ||
name: computerouterpeer-dep | ||
description: example router description | ||
region: us-central1 | ||
bgp: | ||
asn: 64514 | ||
advertiseMode: CUSTOM | ||
advertisedGroups: | ||
- ALL_SUBNETS | ||
advertisedIpRanges: | ||
- range: "1.2.3.4" |
9 changes: 9 additions & 0 deletions
9
resources/computerouterpeer/compute_v1alpha3_computerouterinterface.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/v1alpha3 | ||
kind: ComputeRouterInterface | ||
metadata: | ||
name: computerouterpeer-dep | ||
spec: | ||
routerRef: | ||
name: computerouterpeer-dep | ||
region: us-central1 | ||
ipRange: "169.254.0.1/30" |
13 changes: 13 additions & 0 deletions
13
resources/computerouterpeer/compute_v1alpha3_computerouterpeer.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/v1alpha3 | ||
kind: ComputeRouterPeer | ||
metadata: | ||
name: computerouterpeer-sample | ||
spec: | ||
region: us-central1 | ||
peerIpAddress: "169.254.0.2" | ||
peerAsn: 65513 | ||
advertisedRoutePriority: 1 | ||
routerRef: | ||
name: computerouterpeer-dep | ||
routerInterfaceRef: | ||
name: computerouterpeer-dep |
20 changes: 19 additions & 1 deletion
20
resources/computeurlmap/compute_v1alpha3_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
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
12 changes: 12 additions & 0 deletions
12
resources/firestoreindex/firestore_v1alpha1_firestoreindex.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,12 @@ | ||
apiVersion: firestore.cnrm.cloud.google.com/v1alpha1 | ||
kind: FirestoreIndex | ||
metadata: | ||
name: firestoreindex-sample | ||
spec: | ||
collection: sample-collection | ||
fields: | ||
- fieldPath: field1 | ||
order: ASCENDING | ||
- fieldPath: field2 | ||
order: DESCENDING | ||
queryScope: COLLECTION |