feat: added jobservice queue subcommand#793
Open
NishchayRajput wants to merge 2 commits intogoharbor:mainfrom
Open
feat: added jobservice queue subcommand#793NishchayRajput wants to merge 2 commits intogoharbor:mainfrom
NishchayRajput wants to merge 2 commits intogoharbor:mainfrom
Conversation
Signed-off-by: Nishchay Rajput <nishchayr@iitbhilai.ac.in>
5 tasks
5 tasks
NucleoFusion
suggested changes
Apr 4, 2026
Signed-off-by: Nishchay Rajput <nishchayr@iitbhilai.ac.in>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Briefly describe what this pull request does and why the change is needed.
This PR adds queue management commands under
harbor jobservice queuesto improve Job Service Dashboard parity for CLI users.It enables listing queue state and executing queue lifecycle actions (stop/pause/resume) using either interactive or non-interactive flows.
Type of Change
Please select the relevant type.
Changes
list,stop,pause,resume.Command and Flag Behavior
Commands added
harbor jobservice queues listharbor jobservice queues stopharbor jobservice queues pauseharbor jobservice queues resumeSupported flags by command
harbor jobservice queues list--output-format json|yamlharbor jobservice queues stop--type <type|all>(repeatable and comma-separated)--interactive/-iharbor jobservice queues pause--type <type|all>(repeatable and comma-separated)--interactive/-iharbor jobservice queues resume--type <type|all>(repeatable and comma-separated)--interactive/-iDefault interactive behavior
stop,pause, andresumewhen--typeis not provided.--typevalues are provided.Interactive selection behavior
resume: only paused queues are shown.pause: only unpaused queues are shown.stop: all available queues are shown.Type normalization behavior
--type A --type B--type A,Ballshort-circuits to global action semantics