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

Constrain Resource trait and Api::namespaced by Scope #956

Merged
merged 8 commits into from
Jul 20, 2022

Commits on Jul 15, 2022

  1. Constrain Resource trait and Api::namespaced by Scope

    To prevent the namespace type errors we've been seeing for ages that we
    have the tools to prevent.
    
    Early sketch.
    
    Signed-off-by: clux <sszynrae@gmail.com>
    clux committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    8d6b937 View commit details
    Browse the repository at this point in the history
  2. Extend kube-core to specify new Scope associated type on Resource

    Signed-off-by: clux <sszynrae@gmail.com>
    clux committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    0779328 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2022

  1. quick compile tests

    Signed-off-by: clux <sszynrae@gmail.com>
    clux committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    f316357 View commit details
    Browse the repository at this point in the history
  2. doc for Api ctors and compile_fail doctests on namespaced

    Signed-off-by: clux <sszynrae@gmail.com>
    clux committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    6887bc0 View commit details
    Browse the repository at this point in the history
  3. fix cargo deny issue

    Signed-off-by: clux <sszynrae@gmail.com>
    clux committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    26f2e5d View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. better wording on default namespace doc

    Signed-off-by: clux <sszynrae@gmail.com>
    clux committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    a673289 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. Configuration menu
    Copy the full SHA
    42d8ad8 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. use consistent naming of scope structs

    Signed-off-by: clux <sszynrae@gmail.com>
    clux committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    4af062b View commit details
    Browse the repository at this point in the history