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

add support to load kubernetes configuration for memory buffer #242

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Jul 1, 2024

  1. add support to load kubernetes configuration for memory buffer

    - existing api is not changed
       - load_kube_config works as before
    - extend kubeconfig_t to hold in memory buffer
    - make a common flow for file/buffer code
    - set fileName/buffer members accordingly
    - provide new api: load_kube_config_buffer
    DanyT committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    6d3bd66 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. fix typo

    close filehandle only if we opened one
    DanyT committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    8f759fc View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Check that only one of the kubeconfig_t::fileName and kubeconfig_t::b…

    …uffer is set
    
    Add documentation note stating that only of the kubeconfig_t::fileName and kubeconfig_t::buffer may be set
    DanyT committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    34d1b13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a19bc2 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    70f05e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d79e0f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2525271 View commit details
    Browse the repository at this point in the history
  4. log attempts to load kube data

    DanyT committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    fb4170b View commit details
    Browse the repository at this point in the history