Skip to content

Commit

Permalink
remove launchTemplates from mock client
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentportella committed Aug 9, 2024
1 parent 3761976 commit 789eb6d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/mock/transitioner.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import (
"github.com/atlassian-labs/cyclops/pkg/controller/cyclenoderequest/transitioner"

"github.com/aws/aws-sdk-go/service/autoscaling/autoscalingiface"
"github.com/aws/aws-sdk-go/service/ec2"
"github.com/aws/aws-sdk-go/service/ec2/ec2iface"

fakerawclient "k8s.io/client-go/kubernetes/fake"
Expand Down Expand Up @@ -60,8 +59,6 @@ type MockClient struct {
Autoscaling autoscalingiface.AutoScalingAPI
Ec2 ec2iface.EC2API

launchTemplates []*ec2.LaunchTemplate

// KUBE
K8sClient client.Client
RawClient kubernetes.Interface
Expand Down

0 comments on commit 789eb6d

Please sign in to comment.