Skip to content

Remove es shortName from eventsources CRD #3608

@davidgamba-au

Description

@davidgamba-au

Is your feature request related to a problem? Please describe.
The es shortName is used for externalsecrets which is way more common than eventsources.

I rarely have to look at my eventsources with Argo Events/Workflows.

Describe the solution you'd like
Remove the es shortName from the Argo Events CRDs so that it doesn't shadow my externalsecrets shortName.

Describe alternatives you've considered
A mutation webhook maybe, or some post install edit of the CRD but I really don't see why taking the same shortName of a very popular widely used CRD.

Additional context

$ kubectl api-resources | grep -E '\bes\b'
eventsources                        es                                     argoproj.io/v1alpha1                         true         EventSource
externalsecrets                     es                                     external-secrets.io/v1beta1                  true         ExternalSecret

Because argo goes first alphabetically its shortNames will always take precedence.


Message from the maintainers:

If you wish to see this enhancement implemented please add a 👍 reaction to this issue! We often sort issues this way to know what to prioritize.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions