Skip to content

Commit c520036

Browse files
authored
Refactor acknowledgement storage implementation (#377)
1 parent 6203896 commit c520036

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/registry/acknowledgement/v1alpha1/acknowledgement.go renamed to pkg/registry/acknowledgement/acknowledgement.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package v1alpha1
1+
package acknowledgement
22

33
import (
44
"encoding/json"

pkg/server/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"github.com/appscode/searchlight/apis/incidents/install"
1111
"github.com/appscode/searchlight/apis/incidents/v1alpha1"
1212
"github.com/appscode/searchlight/pkg/operator"
13-
ackregistry "github.com/appscode/searchlight/pkg/registry/acknowledgement/v1alpha1"
13+
ackregistry "github.com/appscode/searchlight/pkg/registry/acknowledgement"
1414
admission "k8s.io/api/admission/v1beta1"
1515
"k8s.io/apimachinery/pkg/api/meta"
1616
"k8s.io/apimachinery/pkg/apimachinery"

0 commit comments

Comments
 (0)