Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.

Sync object propagation on newly labeled namespaces #1488

Merged
merged 1 commit into from
Apr 29, 2021

Commits on Apr 27, 2021

  1. Sync object propagation on newly labeled namespaces

    Fix 1448
    
    Detect namespace label changes. If the labels are updated, ensure
    syncing all the objects (including non-existing yet but possible
    propagated objects) in the namespace, so that we will not miss any
    propagation label changes that should trigger propagation or
    unpropagation.
    
    Add integration tests in reconciler/object_test.go.
    
    Tested manually that labeling and unlabeling a child with the propagate
    label won't do anything before the fix, but triggers propagation and
    unpropagation accordingly after the fix. Also tested with `make test`,
    passed after the fix ant failed before the fix.
    yiqigao217 committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    8ace87b View commit details
    Browse the repository at this point in the history