Skip to content

Commit

Permalink
Add dynamically start crd reconciler (#3)
Browse files Browse the repository at this point in the history
Signed-off-by: SK Ali Arman <[email protected]>
  • Loading branch information
sheikh-arman authored Dec 27, 2023
1 parent b3ce979 commit a3de663
Show file tree
Hide file tree
Showing 22 changed files with 4,984 additions and 4,168 deletions.
1,463 changes: 745 additions & 718 deletions apis/compute/v1alpha1/zz_firewall_types.go

Large diffs are not rendered by default.

519 changes: 264 additions & 255 deletions apis/compute/v1alpha1/zz_network_types.go

Large diffs are not rendered by default.

205 changes: 107 additions & 98 deletions apis/compute/v1alpha1/zz_networkpeering_types.go

Large diffs are not rendered by default.

1,845 changes: 948 additions & 897 deletions apis/redis/v1alpha1/zz_instance_types.go

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions apis/register_crd.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
package apis

import (
extentionapi "k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1"
"k8s.io/apimachinery/pkg/runtime"
)

func init() {
// Register the types with the Scheme so the components can map objects to GroupVersionKinds and back
AddToSchemes = append(AddToSchemes,
extentionapi.AddToScheme,
)
}

// AddToScheme adds all Resources to the Scheme
func AddToSchemeCrd(s *runtime.Scheme) error {
return AddToSchemes.AddToScheme(s)
}
349 changes: 182 additions & 167 deletions apis/spanner/v1alpha1/zz_database_types.go

Large diffs are not rendered by default.

137 changes: 78 additions & 59 deletions apis/spanner/v1alpha1/zz_databaseiammember_types.go

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

Loading

0 comments on commit a3de663

Please sign in to comment.