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

UPSTREAM: 67093: improve config file modification time #20566

Commits on Aug 14, 2018

  1. UPSTREAM: 67093: improve config file modification time

    Trades runtime complexity for spacial complexity when modifying
    large amounts of contexts on a kubeconfig.
    
    In cases where there are few destination filenames for a given
    amount of contexts, but a large amount of contexts, this patch
    prevents reading and writing to the same file (or small number
    of files) over and over again needlessly.
    juanvallejo committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    0d9d5db View commit details
    Browse the repository at this point in the history