-
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 to new versions and add new resources to README
- Loading branch information
Michael Kibbe
committed
Jul 1, 2019
1 parent
54ec80d
commit 25cf09d
Showing
16 changed files
with
49 additions
and
29 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
4 changes: 2 additions & 2 deletions
4
...es/bigquery_v1alpha1_bigquerydataset.yaml → ...es/bigquery_v1alpha2_bigquerydataset.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,8 @@ | ||
apiVersion: bigquery.cnrm.cloud.google.com/v1alpha1 | ||
apiVersion: bigquery.cnrm.cloud.google.com/v1alpha2 | ||
kind: BigQueryDataset | ||
metadata: | ||
name: bigquerydatasetsample | ||
spec: | ||
defaultTableExpirationMs: "3600000" | ||
defaultTableExpirationMs: 3600000 | ||
description: "BigQuery Dataset Sample" | ||
friendlyName: bigquerydataset-sample |
11 changes: 11 additions & 0 deletions
11
samples/resources/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,11 @@ | ||
apiVersion: compute.cnrm.cloud.google.com/v1alpha1 | ||
kind: ComputeHealthCheck | ||
metadata: | ||
labels: | ||
label-one: "value-one" | ||
name: computehealthcheck-sample | ||
spec: | ||
checkIntervalSec: 10 | ||
type: TCP | ||
tcpHealthCheck: | ||
port: 80 |
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,8 @@ | ||
apiVersion: iam.cnrm.cloud.google.com/v1alpha1 | ||
kind: IAMServiceAccount | ||
metadata: | ||
labels: | ||
label-one: "value-one" | ||
name: iamserviceaccount-example | ||
spec: | ||
displayName: KCC Example Service Account |
2 changes: 1 addition & 1 deletion
2
...s/pubsub_v1alpha1_pubsubsubscription.yaml → ...s/pubsub_v1alpha2_pubsubsubscription.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
...esources/pubsub_v1alpha1_pubsubtopic.yaml → ...esources/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
2 changes: 1 addition & 1 deletion
2
...sources/redis_v1alpha2_redisinstance.yaml → ...sources/redis_v1alpha3_redisinstance.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
This file was deleted.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
apiVersion: storage.cnrm.cloud.google.com/v1alpha2 | ||
kind: StorageBucket | ||
metadata: | ||
labels: | ||
label-one: "value-one" | ||
name: storagebucket-sample | ||
spec: | ||
lifecycleRule: | ||
- action: | ||
type: Delete | ||
condition: | ||
age: 7 |
2 changes: 1 addition & 1 deletion
2
..._v1alpha1_storagebucketaccesscontrol.yaml → ..._v1alpha2_storagebucketaccesscontrol.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
...a1_storagedefaultobjectaccesscontrol.yaml → ...a2_storagedefaultobjectaccesscontrol.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