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

Handle namespace recreated in resource syncer #981

Merged
merged 4 commits into from
Aug 30, 2024

Commits on Aug 27, 2024

  1. Adjustments to VerifyNamespaceReactor

    - React to all verbs, not just "create"
    
    - When a namesapce is deleted, delete all contained resources
    
    - Update unit tests
    
    Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
    tpantelis committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    1a94a4d View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Handle namespace recreated in resource syncer

    If a namespace is deleted and the namespace was previously seen,
    ie there was at least one resource previously synced in that namespace,
    then retrieve all the cached resource keys in the namespace and add them
    to the missingNamespaces set. If the namespace is later recreated,
    then those resources will be re-queued and re-synced.
    
    Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
    tpantelis committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    b80228f View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    c6d57e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4944f5 View commit details
    Browse the repository at this point in the history