-
Notifications
You must be signed in to change notification settings - Fork 262
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
[kueuectl] Added list workloads command. #2195
[kueuectl] Added list workloads command. #2195
Conversation
Skipping CI for Draft Pull Request. |
✅ Deploy Preview for kubernetes-sigs-kueue canceled.
|
/assign |
05c87a1
to
2846e49
Compare
/ok-to-test |
2846e49
to
b778ecb
Compare
/ok-to-test |
/test pull-kueue-test-scheduling-perf-main |
b778ecb
to
7f67e8e
Compare
/test all |
/assign @trasc |
7f67e8e
to
ea51584
Compare
/test all |
9566945
to
2ea8f02
Compare
/assign @alculquicondor |
/lgtm |
LGTM label has been added. Git tree hash: 63daf69883f69ce794202cb41dfc093b3295114d
|
) | ||
|
||
func TestWorkloadCmd(t *testing.T) { | ||
testStartTime := time.Now() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I meant that couldn't we introduce the same approach as controllers like this:
clock clock.Clock reconciler.clock = testingclock.NewFakeClock(testStartTime)
But I'm ok with follow-up.
2ea8f02
to
4eb3c6d
Compare
1b5691d
to
2187741
Compare
2187741
to
b3778e7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
LGTM label has been added. Git tree hash: b93775db84e0847aa07fa2872f7a0611819cc9d4
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alculquicondor, mbobrovskyi The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
/kind feature
What this PR does / why we need it:
Added list workloads command.
Which issue(s) this PR fixes:
Fixes #2135
Special notes for your reviewer:
Does this PR introduce a user-facing change?