Ankita Swamy

Results 305 comments of Ankita Swamy

> As @richardcase mentioned, we are avoiding to use pointer slices, but that does not have a down side as we can still have nil checks. What about the primitive...

@sedefsavas Then I totally agree with what you suggested [here](https://github.com/kubernetes-sigs/cluster-api-provider-aws/issues/3243#issuecomment-1048397420). Unlike what is suggested in the issue, we cannot be purely consistent about using only pointers or non-pointers. We will...

Can we do it following the v1beta2 changes? It wont break anything right, since anyways we are not doing any release with v1beta2 as of now? Please correct me if...

/test pull-cluster-api-provider-aws-e2e

@AmitSahastra would you be able to continue with the test scenario?

@richardcase I can raise a separate issue to write E2E test for this scenario, and merge this PR, if that's ok?

@AmitSahastra I think you might have to rebase the PR, I have created separate issue for E2E tests that we can address later, but this needs to fixed now.