Skip to content

Commit

Permalink
Try older crd version
Browse files Browse the repository at this point in the history
  • Loading branch information
jveski committed Nov 20, 2023
1 parent beb67e0 commit 3cbea85
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
---
apiVersion: apiextensions.k8s.io/v1
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.13.0
controller-gen.kubebuilder.io/version: v0.11.3
creationTimestamp: null
name: testresources.enotest.azure.io
spec:
group: enotest.azure.io
Expand Down
1 change: 1 addition & 0 deletions internal/controllers/reconciliation/fixtures/v1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import (
"sigs.k8s.io/controller-runtime/pkg/scheme"
)

// TODO: Sed
//go:generate controller-gen object crd rbac:roleName=resourceprovider paths=./...

var (
Expand Down

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

0 comments on commit 3cbea85

Please sign in to comment.