Results 224 comments of Alexander Yastrebov

@jbilliau-rcd Hi, we need some effort to push it forward, currently I am overwhelmed by the backlog

Hello. Thank you for bringing this up. The problem is the change in CF template we've introduced in >=0.12.17. It sets previously absent `TargetType` to the [default value](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-targetgroup.html) `elbv2.TargetTypeEnumInstance` and...

> Regarding a workaround I could think of a tri-state such by changing the parameter to a string, so that the cfn value is only set when the parameter is...

I don't like the empty value, I would rather go for explicit `--target-access-mode=pre0.12.17` and add upgrade notes. I think we can also make `target-access-mode` mandatory to force upgrading users to...

I have created a PR https://github.com/zalando-incubator/kube-ingress-aws-controller/pull/523, please have a look.

Looks like a duplicate of the #459

> Is there any way to affect this mistaken guessing? A workaround is to pass empty list of objects https://github.com/kubernetes/client-go/blob/cab7ba1d4a523956b6395dcbe38620159ac43fef/kubernetes/fake/clientset_generated.go#L124-L130 and manually use `Create()` on the tracker instead of `Add()`...

Also https://github.com/kubernetes/code-generator [uses](https://github.com/kubernetes/code-generator/blob/e4dc4396b33332454a61312abb46d57833d3554c/cmd/client-gen/generators/client_generator.go#L42) https://pkg.go.dev/k8s.io/gengo/namer#NewAllLowercasePluralNamer

Another option is to support `-exec command ;` from [find](https://linux.die.net/man/1/find) utility

Also it seems that all operators from `name` attribute are applicable to file content so syntax (and implementation) actually may be the same