Skip to content

Commit

Permalink
changed database.go located at managed/services/dbaas/kubernetes/clie…
Browse files Browse the repository at this point in the history
…nt/database/
  • Loading branch information
vishwas-sharma2480 committed Sep 18, 2023
1 parent ffab44f commit 3696477
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func NewForConfig(c *rest.Config) (*DatabaseClusterClient, error) {
dbaasv1.SchemeBuilder.AddToScheme(scheme.Scheme)//nolint:errcheck
metav1.AddToGroupVersion(scheme.Scheme, dbaasv1.GroupVersion)
})
}



client, err := rest.RESTClientFor(&config)
Expand Down

0 comments on commit 3696477

Please sign in to comment.