Skip to content

Commit

Permalink
comment uncompatible libs for crs revendor
Browse files Browse the repository at this point in the history
  • Loading branch information
enxebre committed Oct 17, 2018
1 parent 1e3683b commit c92ffa3
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion cmd/aws-actuator/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ import (
"text/template"

"k8s.io/apimachinery/pkg/util/wait"
"sigs.k8s.io/cluster-api/pkg/client/clientset_generated/clientset/fake"
//"sigs.k8s.io/cluster-api/pkg/client/clientset_generated/clientset/fake"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion cmd/machine-controller/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import (
"sigs.k8s.io/cluster-api/pkg/client/clientset_generated/clientset"
"sigs.k8s.io/cluster-api/pkg/controller/config"
"sigs.k8s.io/cluster-api/pkg/controller/machine"
"sigs.k8s.io/cluster-api/pkg/controller/sharedinformers"
// "sigs.k8s.io/cluster-api/pkg/controller/sharedinformers"
)

var (
Expand Down
2 changes: 1 addition & 1 deletion pkg/cloud/aws/actuators/machine/actuator.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import (
providerconfigv1 "sigs.k8s.io/cluster-api-provider-aws/pkg/cloud/aws/providerconfig/v1alpha1"
clusterv1 "sigs.k8s.io/cluster-api/pkg/apis/cluster/v1alpha1"
clusterclient "sigs.k8s.io/cluster-api/pkg/client/clientset_generated/clientset"
clustererror "sigs.k8s.io/cluster-api/pkg/controller/error"
//clustererror "sigs.k8s.io/cluster-api/pkg/controller/error"

"github.com/aws/aws-sdk-go/aws"
"github.com/aws/aws-sdk-go/service/ec2"
Expand Down
2 changes: 1 addition & 1 deletion pkg/cloud/aws/actuators/machine/actuator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
"github.com/stretchr/testify/assert"
"k8s.io/apimachinery/pkg/runtime"
"k8s.io/client-go/kubernetes"
"sigs.k8s.io/cluster-api/pkg/client/clientset_generated/clientset/fake"
//"sigs.k8s.io/cluster-api/pkg/client/clientset_generated/clientset/fake"

kubernetesfake "k8s.io/client-go/kubernetes/fake"

Expand Down
2 changes: 1 addition & 1 deletion test/integration/create_update_delete_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (

log "github.com/sirupsen/logrus"

"sigs.k8s.io/cluster-api/pkg/client/clientset_generated/clientset/fake"
//"sigs.k8s.io/cluster-api/pkg/client/clientset_generated/clientset/fake"

kubernetesfake "k8s.io/client-go/kubernetes/fake"

Expand Down
4 changes: 2 additions & 2 deletions test/machines/machines_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ import (
"github.com/prometheus/common/log"
"k8s.io/apimachinery/pkg/util/uuid"

"github.com/openshift/cluster-api-actuator-pkg/pkg/e2e/framework"
"github.com/openshift/cluster-api-actuator-pkg/pkg/manifests"
//"github.com/openshift/cluster-api-actuator-pkg/pkg/e2e/framework"
//"github.com/openshift/cluster-api-actuator-pkg/pkg/manifests"
"sigs.k8s.io/cluster-api-provider-aws/test/utils"

apiv1 "k8s.io/api/core/v1"
Expand Down

0 comments on commit c92ffa3

Please sign in to comment.