Skip to content

Commit

Permalink
Update crd helpers
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Feb 22, 2024
1 parent e30890f commit c2686cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis/apps/v1alpha1/crds.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ import (
"kmodules.xyz/client-go/apiextensions"
)

func (d *Sidekick) CustomResourceDefinition() *apiextensions.CustomResourceDefinition {
func (_ Sidekick) CustomResourceDefinition() *apiextensions.CustomResourceDefinition {
return crds.MustCustomResourceDefinition(SchemeGroupVersion.WithResource(ResourceSidekicks))
}

0 comments on commit c2686cf

Please sign in to comment.