Skip to content

Commit

Permalink
Changed tests to use describecluster
Browse files Browse the repository at this point in the history
  • Loading branch information
edibble21 committed Nov 5, 2024
1 parent 6ccb50a commit fe990a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/fake/eksapi.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ func (s *EKSAPI) DescribeClusterWithContext(_ context.Context, input *eks.Descri
KubernetesNetworkConfig: &eks.KubernetesNetworkConfigResponse{
ServiceIpv4Cidr: lo.ToPtr("10.100.0.0/16"),
},
Version: lo.ToPtr("1.30"),
},
}, nil
})
Expand Down

0 comments on commit fe990a2

Please sign in to comment.