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

CLI Allow querying all namespaces for jobs and allocations #8183

Closed
wants to merge 4 commits into from

Commits on Jun 17, 2020

  1. api: expose AllNamespaces parameter

    Expose AllNamespaces parameter so one can query all namespaces an
    operator has access to
    Mahmood Ali committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    e7e59a5 View commit details
    Browse the repository at this point in the history
  2. cli: job subcommand query all namespaces

    Expose a `-all-namespaces` | `NOMAD_ALL_NAMESPACES` env var, so that the
    job subcommands can query jobs across all namespaces.
    Mahmood Ali committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    af95f15 View commit details
    Browse the repository at this point in the history
  3. rpc: allow querying allocs across namespaces

    This implements the backend handling for querying across namespaces for
    allocation list endpoints.
    Mahmood Ali committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    1d63076 View commit details
    Browse the repository at this point in the history
  4. cli: query all namespaces for alloc subcommands

    Mahmood Ali committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    084a38d View commit details
    Browse the repository at this point in the history