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

Commit

Permalink
Run make generate
Browse files Browse the repository at this point in the history
Signed-off-by: Hasan Turken <turkenh@gmail.com>
  • Loading branch information
turkenh committed Nov 18, 2021
1 parent 10d0767 commit 9e3dfb0
Show file tree
Hide file tree
Showing 30 changed files with 53 additions and 55 deletions.
2 changes: 1 addition & 1 deletion apis/compute/v1alpha1/zz_firewall_types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apis/compute/v1alpha1/zz_generated.resolvers.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions apis/compute/v1alpha1/zz_groupversion_info.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apis/compute/v1alpha1/zz_router_types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apis/compute/v1alpha1/zz_routernat_types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions apis/storage/v1alpha1/zz_groupversion_info.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions apis/zz_register.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ module github.com/crossplane-contrib/provider-jet-gcp
go 1.16

require (
github.com/crossplane-contrib/provider-tf-gcp v0.0.0-20211118092054-107e5de97d80
github.com/crossplane-contrib/terrajet v0.1.1-0.20211117111831-8f40bd1fef2c
github.com/crossplane/crossplane-runtime v0.15.1-0.20211004150827-579c1833b513
github.com/crossplane/crossplane-tools v0.0.0-20210916125540-071de511ae8e
Expand All @@ -12,6 +11,7 @@ require (
github.com/hashicorp/terraform-provider-google v1.20.1-0.20211102210101-f004d2d203fa
github.com/iancoleman/strcase v0.2.0
github.com/pkg/errors v0.9.1
go.uber.org/multierr v1.7.0 // indirect
gopkg.in/alecthomas/kingpin.v2 v2.2.6
k8s.io/apimachinery v0.22.0
k8s.io/client-go v0.22.0
Expand Down
2 changes: 0 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,6 @@ github.com/creachadair/staticfile v0.1.2/go.mod h1:a3qySzCIXEprDGxk6tSxSI+dBBdLz
github.com/creack/pty v1.1.7/go.mod h1:lj5s0c3V2DBrqTV7llrYr5NG6My20zk30Fl46Y7DoTY=
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
github.com/creack/pty v1.1.11/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
github.com/crossplane-contrib/provider-tf-gcp v0.0.0-20211118092054-107e5de97d80 h1:2wcWvQ2SP0qYbR9cyQen5ZapuzCclmz6PnkGykYhNnE=
github.com/crossplane-contrib/provider-tf-gcp v0.0.0-20211118092054-107e5de97d80/go.mod h1:1JwS6lBppL8P9v1gQHw2sJWgpYRTCEUPJgQZlMut6Ec=
github.com/crossplane-contrib/terrajet v0.1.1-0.20211117111831-8f40bd1fef2c h1:wPeuEvPHm1m/FxDT9h3EhEocSv0cXDZG4rZWZsaL1Bw=
github.com/crossplane-contrib/terrajet v0.1.1-0.20211117111831-8f40bd1fef2c/go.mod h1:RUsskXE63KZE7EcvZ7WK4UzBQjc1+7IhelK+/gIa/Go=
github.com/crossplane/crossplane-runtime v0.15.1-0.20211004150827-579c1833b513 h1:Sk3QurYYpy8x3c0DvTh9iGYFSv8WgdhnjCalNqNqlRI=
Expand Down
2 changes: 1 addition & 1 deletion internal/controller/compute/address/zz_controller.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/controller/compute/firewall/zz_controller.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/controller/compute/instance/zz_controller.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/controller/compute/network/zz_controller.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/controller/compute/router/zz_controller.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/controller/compute/routernat/zz_controller.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/controller/compute/subnetwork/zz_controller.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/controller/storage/bucket/zz_controller.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions internal/controller/zz_setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@ import (
tjconfig "github.com/crossplane-contrib/terrajet/pkg/config"
"github.com/crossplane-contrib/terrajet/pkg/terraform"

address "github.com/crossplane-contrib/provider-tf-gcp/internal/controller/compute/address"
firewall "github.com/crossplane-contrib/provider-tf-gcp/internal/controller/compute/firewall"
instance "github.com/crossplane-contrib/provider-tf-gcp/internal/controller/compute/instance"
managedsslcertificate "github.com/crossplane-contrib/provider-tf-gcp/internal/controller/compute/managedsslcertificate"
network "github.com/crossplane-contrib/provider-tf-gcp/internal/controller/compute/network"
router "github.com/crossplane-contrib/provider-tf-gcp/internal/controller/compute/router"
routernat "github.com/crossplane-contrib/provider-tf-gcp/internal/controller/compute/routernat"
subnetwork "github.com/crossplane-contrib/provider-tf-gcp/internal/controller/compute/subnetwork"
providerconfig "github.com/crossplane-contrib/provider-tf-gcp/internal/controller/providerconfig"
bucket "github.com/crossplane-contrib/provider-tf-gcp/internal/controller/storage/bucket"
address "github.com/crossplane-contrib/provider-jet-gcp/internal/controller/compute/address"
firewall "github.com/crossplane-contrib/provider-jet-gcp/internal/controller/compute/firewall"
instance "github.com/crossplane-contrib/provider-jet-gcp/internal/controller/compute/instance"
managedsslcertificate "github.com/crossplane-contrib/provider-jet-gcp/internal/controller/compute/managedsslcertificate"
network "github.com/crossplane-contrib/provider-jet-gcp/internal/controller/compute/network"
router "github.com/crossplane-contrib/provider-jet-gcp/internal/controller/compute/router"
routernat "github.com/crossplane-contrib/provider-jet-gcp/internal/controller/compute/routernat"
subnetwork "github.com/crossplane-contrib/provider-jet-gcp/internal/controller/compute/subnetwork"
providerconfig "github.com/crossplane-contrib/provider-jet-gcp/internal/controller/providerconfig"
bucket "github.com/crossplane-contrib/provider-jet-gcp/internal/controller/storage/bucket"
)

// Setup creates all controllers with the supplied logger and adds them to
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.6.2
creationTimestamp: null
name: addresses.compute.gcp.tf.crossplane.io
name: addresses.compute.gcp.jet.crossplane.io
spec:
group: compute.gcp.tf.crossplane.io
group: compute.gcp.jet.crossplane.io
names:
categories:
- crossplane
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.6.2
creationTimestamp: null
name: firewalls.compute.gcp.tf.crossplane.io
name: firewalls.compute.gcp.jet.crossplane.io
spec:
group: compute.gcp.tf.crossplane.io
group: compute.gcp.jet.crossplane.io
names:
categories:
- crossplane
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.6.2
creationTimestamp: null
name: instances.compute.gcp.tf.crossplane.io
name: instances.compute.gcp.jet.crossplane.io
spec:
group: compute.gcp.tf.crossplane.io
group: compute.gcp.jet.crossplane.io
names:
categories:
- crossplane
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.6.2
creationTimestamp: null
name: managedsslcertificates.compute.gcp.tf.crossplane.io
name: managedsslcertificates.compute.gcp.jet.crossplane.io
spec:
group: compute.gcp.tf.crossplane.io
group: compute.gcp.jet.crossplane.io
names:
categories:
- crossplane
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.6.2
creationTimestamp: null
name: networks.compute.gcp.tf.crossplane.io
name: networks.compute.gcp.jet.crossplane.io
spec:
group: compute.gcp.tf.crossplane.io
group: compute.gcp.jet.crossplane.io
names:
categories:
- crossplane
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.6.2
creationTimestamp: null
name: routernats.compute.gcp.tf.crossplane.io
name: routernats.compute.gcp.jet.crossplane.io
spec:
group: compute.gcp.tf.crossplane.io
group: compute.gcp.jet.crossplane.io
names:
categories:
- crossplane
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.6.2
creationTimestamp: null
name: routers.compute.gcp.tf.crossplane.io
name: routers.compute.gcp.jet.crossplane.io
spec:
group: compute.gcp.tf.crossplane.io
group: compute.gcp.jet.crossplane.io
names:
categories:
- crossplane
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.6.2
creationTimestamp: null
name: subnetworks.compute.gcp.tf.crossplane.io
name: subnetworks.compute.gcp.jet.crossplane.io
spec:
group: compute.gcp.tf.crossplane.io
group: compute.gcp.jet.crossplane.io
names:
categories:
- crossplane
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.6.2
creationTimestamp: null
name: providerconfigs.gcp.tf.crossplane.io
name: providerconfigs.gcp.jet.crossplane.io
spec:
group: gcp.tf.crossplane.io
group: gcp.jet.crossplane.io
names:
categories:
- crossplane
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.6.2
creationTimestamp: null
name: providerconfigusages.gcp.tf.crossplane.io
name: providerconfigusages.gcp.jet.crossplane.io
spec:
group: gcp.tf.crossplane.io
group: gcp.jet.crossplane.io
names:
categories:
- crossplane
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.6.2
creationTimestamp: null
name: buckets.storage.gcp.tf.crossplane.io
name: buckets.storage.gcp.jet.crossplane.io
spec:
group: storage.gcp.tf.crossplane.io
group: storage.gcp.jet.crossplane.io
names:
categories:
- crossplane
Expand Down

0 comments on commit 9e3dfb0

Please sign in to comment.