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 Job support #81

Merged
merged 1 commit into from
Sep 21, 2020
Merged

Add Job support #81

merged 1 commit into from
Sep 21, 2020

Conversation

micnncim
Copy link
Owner

This PR allows this plugin to delete completed Jobs.

$ kubectl get job
NAME     COMPLETIONS   DURATION   AGE
job-1     3/3           60s        60s
job-2     0/3           10s        10s

$ kubectl prune job
job.batch/job-1 deleted

@micnncim micnncim added the release/minor Indicates minor update to action-release-label label Sep 21, 2020
@github-actions
Copy link

This PR will update micnncim/kubectl-prune from v0.8.1 to v0.9.0 🚀

Changes: v0.8.1...job

If this update isn't as you expected, you may want to change or remove the release label.

@micnncim micnncim merged commit 8cc52fb into master Sep 21, 2020
@micnncim micnncim deleted the job branch September 21, 2020 07:58
@github-actions
Copy link

The new version v0.9.0 has been released 🎉

Changes: v0.8.1...v0.9.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release/minor Indicates minor update to action-release-label size/L
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant