-
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.
update samples and user guide for version 0.0.8
- Loading branch information
Michael Kibbe
committed
Jul 24, 2019
1 parent
abe6f47
commit b3e7523
Showing
28 changed files
with
110 additions
and
12 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
6 changes: 6 additions & 0 deletions
6
resources/bigtablecluster/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,6 @@ | ||
apiVersion: bigtable.cnrm.cloud.google.com/v1alpha1 | ||
kind: BigtableInstance | ||
metadata: | ||
name: bigtablecluster-dep | ||
spec: | ||
displayName: Bigtable Cluster Dependency |
File renamed without changes.
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: computebackendservice-sample | ||
spec: | ||
healthCheckRef: | ||
name: computehealthcheck-sample |
14 changes: 14 additions & 0 deletions
14
resources/computefirewall/compute_v1alpha1_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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
apiVersion: compute.cnrm.cloud.google.com/v1alpha1 | ||
kind: ComputeFirewall | ||
metadata: | ||
labels: | ||
label-one: "value-one" | ||
name: computefirewall-sample | ||
spec: | ||
allow: | ||
- protocol: tcp | ||
ports: | ||
- "80" | ||
- "1000-2000" | ||
networkRef: | ||
name: computefirewall-dep |
7 changes: 7 additions & 0 deletions
7
resources/computefirewall/compute_v1alpha1_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/v1alpha1 | ||
kind: ComputeNetwork | ||
metadata: | ||
name: computefirewall-dep | ||
spec: | ||
routingMode: REGIONAL | ||
autoCreateSubnetworks: true |
6 changes: 2 additions & 4 deletions
6
.../compute_v1alpha1_computehealthcheck.yaml → .../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 |
---|---|---|
@@ -1,11 +1,9 @@ | ||
apiVersion: compute.cnrm.cloud.google.com/v1alpha1 | ||
kind: ComputeHealthCheck | ||
metadata: | ||
labels: | ||
label-one: "value-one" | ||
name: computehealthcheck-sample | ||
spec: | ||
checkIntervalSec: 10 | ||
type: TCP | ||
tcpHealthCheck: | ||
type: HTTP | ||
httpHealthCheck: | ||
port: 80 |
File renamed without changes.
File renamed without changes.
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,4 @@ | ||
apiVersion: pubsub.cnrm.cloud.google.com/v1alpha2 | ||
kind: PubSubTopic | ||
metadata: | ||
name: iampolicy-dep |
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,6 @@ | ||
apiVersion: kms.cnrm.cloud.google.com/v1alpha1 | ||
kind: KMSKeyRing | ||
metadata: | ||
name: key-ring-samples | ||
spec: | ||
location: us-central1 |
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
4 changes: 4 additions & 0 deletions
4
resources/pubsubsubscription/pubsub_v1alpha2_pubsubtopic.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,4 @@ | ||
apiVersion: pubsub.cnrm.cloud.google.com/v1alpha2 | ||
kind: PubSubTopic | ||
metadata: | ||
name: pubsubsubscription-dep |
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
|
@@ -8,4 +8,4 @@ spec: | |
charset: utf8mb4 | ||
collation: utf8mb4_bin | ||
instanceRef: | ||
name: sqlinstance-sample | ||
name: sqldatabase-dep |
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: sql.cnrm.cloud.google.com/v1alpha2 | ||
kind: SQLInstance | ||
metadata: | ||
name: sqldatabase-dep | ||
spec: | ||
databaseVersion: MYSQL_5_7 | ||
settings: | ||
tier: db-n1-standard-1 |
File renamed without changes.
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
4 changes: 4 additions & 0 deletions
4
resources/storagebucketaccesscontrol/storage_v1alpha2_storagebucket.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,4 @@ | ||
apiVersion: storage.cnrm.cloud.google.com/v1alpha2 | ||
kind: StorageBucket | ||
metadata: | ||
name: storagebucketaccesscontrol-dep |
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
4 changes: 4 additions & 0 deletions
4
resources/storagedefaultobjectaccesscontrol/storage_v1alpha2_storagebucket.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,4 @@ | ||
apiVersion: storage.cnrm.cloud.google.com/v1alpha2 | ||
kind: StorageBucket | ||
metadata: | ||
name: storagedefaultobjectaccesscontrol-dep |
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