Skip to content

Commit

Permalink
Refactor acknowledgement storage implementation (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalsaha authored May 23, 2018
1 parent 6203896 commit c520036
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package v1alpha1
package acknowledgement

import (
"encoding/json"
Expand Down
2 changes: 1 addition & 1 deletion pkg/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"github.com/appscode/searchlight/apis/incidents/install"
"github.com/appscode/searchlight/apis/incidents/v1alpha1"
"github.com/appscode/searchlight/pkg/operator"
ackregistry "github.com/appscode/searchlight/pkg/registry/acknowledgement/v1alpha1"
ackregistry "github.com/appscode/searchlight/pkg/registry/acknowledgement"
admission "k8s.io/api/admission/v1beta1"
"k8s.io/apimachinery/pkg/api/meta"
"k8s.io/apimachinery/pkg/apimachinery"
Expand Down

0 comments on commit c520036

Please sign in to comment.