Skip to content

Commit

Permalink
Rename the CRD files. (#1210)
Browse files Browse the repository at this point in the history
This is in preparation for moving to `controller-gen`, which is somewhat
opinionated in that it does not allow us to pick the exact file names.

I guess we do not really care *that much* what these are called anyway - the only
place where these names show up is this integration test.
  • Loading branch information
porridge committed Dec 20, 2019
1 parent cbdfb88 commit 8412987
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions pkg/kudoctl/cmd/init_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ func TestMain(m *testing.M) {
}

const (
operatorFileName = "kudo_v1beta1_operator.yaml"
operatorVersionFileName = "kudo_v1beta1_operatorversion.yaml"
instanceFileName = "kudo_v1beta1_instance.yaml"
operatorFileName = "kudo.dev_operators.yaml"
operatorVersionFileName = "kudo.dev_operatorversions.yaml"
instanceFileName = "kudo.dev_instances.yaml"
manifestsDir = "../../../config/crds/"
)

Expand Down

0 comments on commit 8412987

Please sign in to comment.