Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Bump examples and monitoring group to v1alpha2 #34

Merged
merged 2 commits into from
Jan 7, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/cloudplatform/serviceaccount.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: cloudplatform.gcp.jet.crossplane.io/v1alpha1
apiVersion: cloudplatform.gcp.jet.crossplane.io/v1alpha2
kind: ServiceAccount
metadata:
name: example-service-account
Expand Down
2 changes: 1 addition & 1 deletion examples/compute/instance.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: compute.gcp.jet.crossplane.io/v1alpha1
apiVersion: compute.gcp.jet.crossplane.io/v1alpha2
kind: Instance
metadata:
name: example
Expand Down
2 changes: 1 addition & 1 deletion examples/container/cluster.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: container.gcp.jet.crossplane.io/v1alpha1
apiVersion: container.gcp.jet.crossplane.io/v1alpha2
kind: Cluster
metadata:
name: example-gke-cluster
Expand Down
2 changes: 1 addition & 1 deletion examples/container/nodepool.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: container.gcp.jet.crossplane.io/v1alpha1
apiVersion: container.gcp.jet.crossplane.io/v1alpha2
kind: NodePool
metadata:
name: example-node-pool
Expand Down
2 changes: 1 addition & 1 deletion examples/monitoring/alertpolicy.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: monitoring.gcp.jet.crossplane.io/v1alpha1
apiVersion: monitoring.gcp.jet.crossplane.io/v1alpha2
kind: AlertPolicy
metadata:
name: example
Expand Down
2 changes: 1 addition & 1 deletion examples/monitoring/notificationchannel.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: monitoring.gcp.jet.crossplane.io/v1alpha1
apiVersion: monitoring.gcp.jet.crossplane.io/v1alpha2
kind: NotificationChannel
metadata:
name: example
Expand Down
2 changes: 1 addition & 1 deletion examples/monitoring/uptimecheckconfig.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: monitoring.gcp.jet.crossplane.io/v1alpha1
apiVersion: monitoring.gcp.jet.crossplane.io/v1alpha2
kind: UptimeCheckConfig
metadata:
name: example
Expand Down
2 changes: 1 addition & 1 deletion examples/sql/database.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: sql.gcp.jet.crossplane.io/v1alpha1
apiVersion: sql.gcp.jet.crossplane.io/v1alpha2
kind: Database
metadata:
name: example-database
Expand Down
2 changes: 1 addition & 1 deletion examples/sql/instance.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: sql.gcp.jet.crossplane.io/v1alpha1
apiVersion: sql.gcp.jet.crossplane.io/v1alpha2
kind: DatabaseInstance
metadata:
name: example-instance
Expand Down
2 changes: 1 addition & 1 deletion examples/sql/sslcert.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: sql.gcp.jet.crossplane.io/v1alpha1
apiVersion: sql.gcp.jet.crossplane.io/v1alpha2
kind: SSLCert
metadata:
name: example
Expand Down
2 changes: 1 addition & 1 deletion examples/sql/user.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
name: example-sql-user
namespace: crossplane-system
---
apiVersion: sql.gcp.jet.crossplane.io/v1alpha1
apiVersion: sql.gcp.jet.crossplane.io/v1alpha2
kind: User
metadata:
name: example-user
Expand Down
2 changes: 1 addition & 1 deletion examples/storage/bucket.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
annotations:
# Note that this will be the actual bucket name, so it has to be globally
# unique/available.
crossplane.io/external-name: crossplane-example-bucket-0099
crossplane.io/external-name: crossplane-example-bucket
# This annotation is a workaround for the following bug which sets
# create/read timeouts to 1 min:
# "https://github.com/crossplane-contrib/provider-jet-gcp/issues/12
Expand Down