Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: delete command supports kinds that do not match singular/plural names #1236

Merged
merged 1 commit into from
Nov 22, 2024

Commits on Nov 19, 2024

  1. fix: delete command supports Kinds that do not match singular/plural …

    …names
    
    If a resource has the kind "HiThere" but its singular is "hi-there" then
    deletion was not possible since Tanka operated on the kind and not the
    singular/plural defined in the CRD.
    
    This changes the handling to following the `TYPE.VERSION.GROUP` format
    when possible.
    zerok committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    c6a55e0 View commit details
    Browse the repository at this point in the history