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

[release-1.7] 🐛 Patch helper should be able to patch non-spec objects #10833

Commits on Jul 4, 2024

  1. bug: Patch helper should be able to patch non-spec objects

    Currently, patch helper is only useful for CRD or any other object that
    has spec/status fields, where status is considered a subresource.
    
    Some types like ConfigMap (and others) don't rely on spec being a top
    level resource, but instead have other top level fields like `data`.
    
    Signed-off-by: Vince Prignano <vince@prigna.com>
    vincepri authored and k8s-infra-cherrypick-robot committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    8d11927 View commit details
    Browse the repository at this point in the history