Skip to content

[Feature request] Add drop strategy #51

Description

@sathieu

I want a strategy to remove a key in a map completely.

My usecase it to remove annotations app.quarkus.io/build-timestamp andapp.quarkus.io/quarkus-version from:

metadata:
  annotations: 
    app.quarkus.io/build-timestamp: 2025-02-18 - 15:18:03 +0000
    app.quarkus.io/quarkus-version: 3.15.3
    app.quarkus.io/vcs-uri: https://github.com/keycloak/keycloak.git

(ref)

To have the following result:

 metadata:
   annotations: 
-    app.quarkus.io/build-timestamp: 2025-02-18 - 15:18:03 +0000
-    app.quarkus.io/quarkus-version: 3.15.3
     app.quarkus.io/vcs-uri: https://github.com/keycloak/keycloak.git

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions