kubejob

A library for managing Kubernetes Job in Go

MIT License

Stars
46
kubejob - 0.5.3 Latest Release

Published by goccy 5 months ago

What's Changed

Full Changelog: https://github.com/goccy/kubejob/compare/v0.5.2...v0.5.3

kubejob - 0.5.2

Published by goccy 9 months ago

What's Changed

Full Changelog: https://github.com/goccy/kubejob/compare/v0.5.1...v0.5.2

kubejob - 0.5.1

Published by goccy 12 months ago

What's Changed

Full Changelog: https://github.com/goccy/kubejob/compare/v0.5.0...v0.5.1

kubejob - 0.5.0

Published by goccy about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/goccy/kubejob/compare/v0.4.0...v0.5.0

kubejob - 0.4.0

Published by goccy about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/goccy/kubejob/compare/v0.3.3...v0.4.0

kubejob - 0.3.3

Published by goccy almost 2 years ago

What's Changed

Full Changelog: https://github.com/goccy/kubejob/compare/v0.3.2...v0.3.3

kubejob - 0.3.2

Published by goccy over 2 years ago

kubejob - 0.3.1

Published by goccy over 2 years ago

What's Changed

Full Changelog: https://github.com/goccy/kubejob/compare/v0.3.0...v0.3.1

kubejob - 0.3.0

Published by goccy over 2 years ago

What's Changed

Full Changelog: https://github.com/goccy/kubejob/compare/v0.2.14...v0.3.0

kubejob - 0.2.14

Published by goccy over 2 years ago

What's Changed

Full Changelog: https://github.com/goccy/kubejob/compare/v0.2.13...v0.2.14

kubejob - 0.2.13

Published by goccy over 2 years ago

What's Changed

Full Changelog: https://github.com/goccy/kubejob/compare/v0.2.12...v0.2.13

kubejob - 0.2.12

Published by goccy almost 3 years ago

What's Changed

Full Changelog: https://github.com/goccy/kubejob/compare/v0.2.11...v0.2.12

kubejob - 0.2.11

Published by goccy about 3 years ago

  • Support to set timeout for PodInitializing phase ( #28 )
kubejob - 0.2.10

Published by goccy about 3 years ago

  • Support to retry for copying files from Pod #26
kubejob - 0.2.9

Published by goccy about 3 years ago

  • Support to hook execution of init container ( #25 )
kubejob - 0.2.8

Published by goccy about 3 years ago

  • Fix complicated command for JobExecutor ( #21 )
kubejob - 0.2.7

Published by goccy about 3 years ago

  • Fix command for JobExecutor ( #20 )
    In JobExecutor, fix a bug that causes unexpected behavior when given a command like sh -c "x; y; z"
kubejob - 0.2.6

Published by goccy about 3 years ago

  • Fix cleanup process for RunWithExecutionHandler #19
kubejob - 0.2.5

Published by goccy over 3 years ago

Add prepared command for running job ( #17 )

  • Add (*JobExecutor). ExecPrepareCommand(cmd []string) ([]byte, error) API.
    It support to run command before running main command .
kubejob - 0.2.4

Published by goccy over 3 years ago