We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62c907e commit 81bfe21Copy full SHA for 81bfe21
pkg/eks/podidentities/types.go
@@ -17,8 +17,6 @@ limitations under the License.
17
package podidentities
18
19
import (
20
- "net/http"
21
-
22
"github.com/google/go-cmp/cmp"
23
)
24
@@ -44,6 +42,6 @@ func (e *EKSPodIdentityAssociation) IsEqual(other *EKSPodIdentityAssociation) bo
44
42
if !cmp.Equal(e.RoleARN, other.RoleARN) {
45
43
return false
46
}
47
- x := http.DefaultClient
+
48
return true
49
0 commit comments