Graduate APIVersion to elbv2.k8s.aws/v1
#3916
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
elbv2.k8s.aws/v1
#3916
We have been stuck with v1beta version for our CRDs for a long time, i think it's time to graduate it to v1.
Creating this PR to track a few actions items before we can use v1:
IngressClassParams.spec.listeners.listenerAttributes
to beIngressClassParams.spec.listeners.attributes
This approach is straightforward and aligns with the Kubernetes API convention."
IngressClassParams.spec.certificateArn
to beIngressClassParams.spec.certificateARNs
ARN
), and aligns with targetGroupARN in TGB API.IngressClassParams.spec.subnets.tags
to use structured fields instead of map[string][string]matchTags
[]TagSelectorRequirement* We can avoid doing elbv2 api calls as part of webhook.
* The
targetType
in theory is not same as targetType of targetGroup. (e.g. ideally we can register node ports targets into targetGroup of ip target type)The text was updated successfully, but these errors were encountered: