-
Notifications
You must be signed in to change notification settings - Fork 235
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
Aug 23, 2019
1 parent
9299f2a
commit a0be18a
Showing
22 changed files
with
122 additions
and
15 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
apiVersion: iam.cnrm.cloud.google.com/v1alpha1 | ||
kind: IAMPolicy | ||
metadata: | ||
name: cnrm-bookstore-pubsub-policy | ||
spec: | ||
resourceRef: | ||
apiVersion: pubsub.cnrm.cloud.google.com/v1alpha2 | ||
kind: PubSubTopic | ||
name: cnrm-topic | ||
bindings: | ||
- role: roles/editor | ||
members: | ||
- serviceAccount:cnrm-bookstore-frontend@[PROJECT_ID].iam.gserviceaccount.com |
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: iam.cnrm.cloud.google.com/v1alpha1 | ||
kind: IAMServiceAccountKey | ||
metadata: | ||
name: cnrm-bookstore-frontend-key | ||
spec: | ||
publicKeyType: TYPE_X509_PEM_FILE | ||
keyAlgorithm: KEY_ALG_RSA_2048 | ||
privateKeyType: TYPE_GOOGLE_CREDENTIALS_FILE | ||
serviceAccountRef: | ||
name: cnrm-bookstore-frontend |
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,6 @@ | ||
apiVersion: iam.cnrm.cloud.google.com/v1alpha1 | ||
kind: IAMServiceAccount | ||
metadata: | ||
name: cnrm-bookstore-frontend | ||
spec: | ||
displayName: Service account for Config Connector bookstore demo frontend |
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: iam.cnrm.cloud.google.com/v1alpha1 | ||
kind: IAMPolicy | ||
metadata: | ||
name: cnrm-bookstore-spanner-policy | ||
spec: | ||
resourceRef: | ||
apiVersion: spanner.cnrm.cloud.google.com/v1alpha2 | ||
kind: SpannerInstance | ||
name: cnrm-instance | ||
bindings: | ||
- role: roles/editor | ||
members: | ||
- serviceAccount:cnrm-bookstore-inventory@[PROJECT_ID].iam.gserviceaccount.com |
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: iam.cnrm.cloud.google.com/v1alpha1 | ||
kind: IAMServiceAccountKey | ||
metadata: | ||
name: cnrm-bookstore-inventory-key | ||
spec: | ||
publicKeyType: TYPE_X509_PEM_FILE | ||
keyAlgorithm: KEY_ALG_RSA_2048 | ||
privateKeyType: TYPE_GOOGLE_CREDENTIALS_FILE | ||
serviceAccountRef: | ||
name: cnrm-bookstore-inventory |
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,6 @@ | ||
apiVersion: iam.cnrm.cloud.google.com/v1alpha1 | ||
kind: IAMServiceAccount | ||
metadata: | ||
name: cnrm-bookstore-inventory | ||
spec: | ||
displayName: Service account for Config Connector bookstore demo inventory |
File renamed without changes.
File renamed without changes.
9 changes: 9 additions & 0 deletions
9
resources/bigtableinstance/bigtable_v1alpha1_bigtableinstance.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: bigtable.cnrm.cloud.google.com/v1alpha1 | ||
kind: BigtableInstance | ||
metadata: | ||
labels: | ||
label-one: "value-one" | ||
name: bigtableinstance-sample | ||
spec: | ||
displayName: BigtableSample | ||
type: PRODUCTION |
7 changes: 7 additions & 0 deletions
7
resources/computetargethttpproxy/compute_v1alpha1_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,7 @@ | ||
apiVersion: compute.cnrm.cloud.google.com/v1alpha1 | ||
kind: ComputeBackendService | ||
metadata: | ||
name: computeurlmap-dep | ||
spec: | ||
healthCheckRef: | ||
name: computebackendservice-dep |
8 changes: 8 additions & 0 deletions
8
resources/computetargethttpproxy/compute_v1alpha1_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,8 @@ | ||
apiVersion: compute.cnrm.cloud.google.com/v1alpha1 | ||
kind: ComputeHealthCheck | ||
metadata: | ||
name: computebackendservice-dep | ||
spec: | ||
checkIntervalSec: 10 | ||
httpHealthCheck: | ||
port: 80 |
8 changes: 8 additions & 0 deletions
8
resources/computetargethttpproxy/compute_v1alpha1_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/v1alpha1 | ||
kind: ComputeTargetHTTPProxy | ||
metadata: | ||
name: computetargethttpproxy-sample | ||
spec: | ||
description: "A sample proxy" | ||
urlMapRef: | ||
name: computetargethttpproxy-dep |
8 changes: 8 additions & 0 deletions
8
resources/computetargethttpproxy/compute_v1alpha1_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,8 @@ | ||
apiVersion: compute.cnrm.cloud.google.com/v1alpha1 | ||
kind: ComputeURLMap | ||
metadata: | ||
name: computetargethttpproxy-dep | ||
spec: | ||
defaultServiceRef: | ||
name: computeurlmap-dep | ||
kind: ComputeBackendService |
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