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

refactor(kube-api-rewriter): rewrite owner refs #105

Closed
wants to merge 12 commits into from

Commits on May 22, 2024

  1. fix(kube-api-rewriter): add rewrite ownerReferences

    - add rewrite owner reference for kubevirt and cdi related resources
    
    Signed-off-by: Dmitry Lopatin <dmitry.lopatin@flant.com>
    LopatinDmitr committed May 22, 2024
    Configuration menu
    Copy the full SHA
    67f50ad View commit details
    Browse the repository at this point in the history
  2. fix(kube-api-rewriter): add rewrite ownerReferences

    - add rewrite owner reference for RoleKind and RoleBinding
    
    Signed-off-by: Dmitry Lopatin <dmitry.lopatin@flant.com>
    LopatinDmitr committed May 22, 2024
    Configuration menu
    Copy the full SHA
    60de76f View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. fix(kube-api-rewriter): add rewrite ownerReferences

    - rolling back previous changes for RoleKind and RoleBinding
    
    Signed-off-by: Dmitry Lopatin <dmitry.lopatin@flant.com>
    LopatinDmitr committed May 23, 2024
    Configuration menu
    Copy the full SHA
    5bd5b3c View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

  1. fix(kube-api-rewriter): add rewrite ownerReferences

    Signed-off-by: Dmitry Lopatin <dmitry.lopatin@flant.com>
    LopatinDmitr committed May 26, 2024
    Configuration menu
    Copy the full SHA
    65315dd View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. fix(kube-api-rewriter): add rewrite ownerReferences

    - add debug logs
    
    Signed-off-by: Dmitry Lopatin <dmitry.lopatin@flant.com>
    LopatinDmitr committed May 27, 2024
    Configuration menu
    Copy the full SHA
    7aab8ab View commit details
    Browse the repository at this point in the history
  2. fix(kube-api-rewriter): add rewrite ownerReferences

    Signed-off-by: Dmitry Lopatin <dmitry.lopatin@flant.com>
    LopatinDmitr committed May 27, 2024
    Configuration menu
    Copy the full SHA
    d788f61 View commit details
    Browse the repository at this point in the history
  3. fix(kube-api-rewriter): add rewrite ownerReferences

    - add res type for method 'ShouldRewriteRequest'
    
    Signed-off-by: Dmitry Lopatin <dmitry.lopatin@flant.com>
    LopatinDmitr committed May 27, 2024
    Configuration menu
    Copy the full SHA
    384e816 View commit details
    Browse the repository at this point in the history
  4. fix(kube-api-rewriter): add rewrite ownerReferences

    - add rewrite owner ref into PATCH (for test)
    - add debug log
    
    Signed-off-by: Dmitry Lopatin <dmitry.lopatin@flant.com>
    LopatinDmitr committed May 27, 2024
    Configuration menu
    Copy the full SHA
    7c2347e View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. fix(kube-api-rewriter): add rewrite ownerReferences

    - add debug logs
    
    Signed-off-by: Dmitry Lopatin <dmitry.lopatin@flant.com>
    LopatinDmitr committed May 28, 2024
    Configuration menu
    Copy the full SHA
    6de5e49 View commit details
    Browse the repository at this point in the history
  2. fix(kube-api-rewriter): add rewrite ownerReferences

    - add rewrite for ControllerRevision and PodDisruptionBudget
    
    Signed-off-by: Dmitry Lopatin <dmitry.lopatin@flant.com>
    LopatinDmitr committed May 28, 2024
    Configuration menu
    Copy the full SHA
    34b3250 View commit details
    Browse the repository at this point in the history
  3. fix(kube-api-rewriter): add rewrite ownerReferences

    - delete edits with patching
    
    Signed-off-by: Dmitry Lopatin <dmitry.lopatin@flant.com>
    LopatinDmitr committed May 28, 2024
    Configuration menu
    Copy the full SHA
    3b72081 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. fix(kube-api-rewriter): add rewrite ownerReferences

    - refactor final's edits
    
    Signed-off-by: Dmitry Lopatin <dmitry.lopatin@flant.com>
    LopatinDmitr committed May 29, 2024
    Configuration menu
    Copy the full SHA
    e0944ca View commit details
    Browse the repository at this point in the history