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 a kube::k8s re-export module for stable apis #1613

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Commits on Oct 19, 2024

  1. Add a k8s re-esport module for stable modules

    - Allows easier imports that bypasses the heavier k8s-openapi directory.
    - Doesn't really expose directly breakable apis (only stable v1/v2 modules)
    - Easier internal imports
    - Easier user imports (see later commit)
    
    Signed-off-by: clux <[email protected]>
    clux committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    b9a9a94 View commit details
    Browse the repository at this point in the history
  2. Convert examples/ to use kube::k8s re-exports

    Signed-off-by: clux <[email protected]>
    clux committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    1a229ab View commit details
    Browse the repository at this point in the history
  3. account for msrv

    Signed-off-by: clux <[email protected]>
    clux committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    37d1f4e View commit details
    Browse the repository at this point in the history
  4. only re-export the sub modules to avoid double exports

    the double exports makes rustdoc not display it properly. this works.
    adding a png
    
    Signed-off-by: clux <[email protected]>
    clux committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    3cce769 View commit details
    Browse the repository at this point in the history
  5. flowcontrol only became stable in 1_29

    Signed-off-by: clux <[email protected]>
    clux committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    6e1dfb4 View commit details
    Browse the repository at this point in the history