Skip to content

Commit

Permalink
(chore) Rename litmuschaos/kube-helper to litmuschaos/elves (#43)
Browse files Browse the repository at this point in the history
Signed-off-by: Rahul M Chheda <rahul.chheda@mayadata.io>
  • Loading branch information
rahulchheda authored Feb 11, 2020
1 parent fac3a1e commit 9761ffd
Show file tree
Hide file tree
Showing 14 changed files with 39 additions and 39 deletions.
58 changes: 29 additions & 29 deletions Gopkg.lock

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

8 changes: 4 additions & 4 deletions pkg/utils/builders.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ import (
batchv1 "k8s.io/api/batch/v1"
corev1 "k8s.io/api/core/v1"

"github.com/litmuschaos/kube-helper/kubernetes/container"
"github.com/litmuschaos/kube-helper/kubernetes/job"
jobspec "github.com/litmuschaos/kube-helper/kubernetes/jobspec"
"github.com/litmuschaos/kube-helper/kubernetes/podtemplatespec"
"github.com/litmuschaos/elves/kubernetes/container"
"github.com/litmuschaos/elves/kubernetes/job"
jobspec "github.com/litmuschaos/elves/kubernetes/jobspec"
"github.com/litmuschaos/elves/kubernetes/podtemplatespec"
)

// PodTemplateSpec is struct for creating the *core1.PodTemplateSpec
Expand Down
2 changes: 1 addition & 1 deletion pkg/utils/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (

"github.com/litmuschaos/chaos-operator/pkg/apis/litmuschaos/v1alpha1"
clientV1alpha1 "github.com/litmuschaos/chaos-operator/pkg/client/clientset/versioned"
volume "github.com/litmuschaos/kube-helper/kubernetes/volume/v1alpha1"
volume "github.com/litmuschaos/elves/kubernetes/volume/v1alpha1"
corev1 "k8s.io/api/core/v1"
"k8s.io/client-go/kubernetes"
"k8s.io/client-go/rest"
Expand Down
2 changes: 1 addition & 1 deletion pkg/utils/volumeUtils.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package utils

import (
"github.com/litmuschaos/chaos-operator/pkg/apis/litmuschaos/v1alpha1"
volume "github.com/litmuschaos/kube-helper/kubernetes/volume/v1alpha1"
volume "github.com/litmuschaos/elves/kubernetes/volume/v1alpha1"
corev1 "k8s.io/api/core/v1"
)

Expand Down
File renamed without changes.

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

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

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

0 comments on commit 9761ffd

Please sign in to comment.