We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33f43ba commit 143602cCopy full SHA for 143602c
controllers/scripts_test.go
@@ -13,7 +13,7 @@ import (
13
14
var _ = Describe("IPFS Reconciler", func() {
15
var ipfsReconciler *controllers.IpfsClusterReconciler
16
- var ipfs *v1alpha1.Ipfs
+ var ipfs *v1alpha1.IpfsCluster
17
var configMap *v1.ConfigMap
18
var ctx context.Context
19
@@ -24,7 +24,7 @@ var _ = Describe("IPFS Reconciler", func() {
24
Client: k8sClient,
25
}
26
configMap = &v1.ConfigMap{}
27
- ipfs = &v1alpha1.Ipfs{}
+ ipfs = &v1alpha1.IpfsCluster{}
28
})
29
30
When("ConfigMapScripts are edited", func() {
0 commit comments