diff --git a/README.md b/README.md index 0b7c5c6725..3f93ba120d 100644 --- a/README.md +++ b/README.md @@ -220,6 +220,7 @@ hugo 0.49.2 The world’s fastest framework for buildin json2hcl 0.0.6 Convert JSON to HCL, and vice versa k6 0.22.1 A modern load testing tool, using Go and JavaScript - https://k6.io kops 1.10.0 Kubernetes Operations (kops) - Production Grade K8s Installation, Upgrades, and Management +kubecron 1.0.2 Utilities to manage kubernetes cronjobs. Run a CronJob manually for test purposes. Suspend/unsuspend a CronJob kubectl 1.13.0 Production-Grade Container Scheduling and Management kubectx 0.6.1 Fast way to switch between clusters and namespaces in kubectl – [✩Star] if you're using it! kubens 0.6.1 Fast way to switch between clusters and namespaces in kubectl – [✩Star] if you're using it! diff --git a/docs/targets.md b/docs/targets.md index 355b23b2cd..49e259bae3 100644 --- a/docs/targets.md +++ b/docs/targets.md @@ -33,6 +33,7 @@ hugo 0.49.2 The world’s fastest framework for buildin json2hcl 0.0.6 Convert JSON to HCL, and vice versa k6 0.22.1 A modern load testing tool, using Go and JavaScript - https://k6.io kops 1.10.0 Kubernetes Operations (kops) - Production Grade K8s Installation, Upgrades, and Management +kubecron 1.0.2 Utilities to manage kubernetes cronjobs. Run a CronJob manually for test purposes. Suspend/unsuspend a CronJob kubectl 1.13.0 Production-Grade Container Scheduling and Management kubectx 0.6.1 Fast way to switch between clusters and namespaces in kubectl – [✩Star] if you're using it! kubens 0.6.1 Fast way to switch between clusters and namespaces in kubectl – [✩Star] if you're using it! diff --git a/vendor/kubecron/.variantenv b/vendor/kubecron/.variantenv new file mode 100644 index 0000000000..90012116c0 --- /dev/null +++ b/vendor/kubecron/.variantenv @@ -0,0 +1 @@ +dev \ No newline at end of file diff --git a/vendor/kubecron/DESCRIPTION b/vendor/kubecron/DESCRIPTION new file mode 100644 index 0000000000..3bd6372cef --- /dev/null +++ b/vendor/kubecron/DESCRIPTION @@ -0,0 +1 @@ +Utilities to manage kubernetes cronjobs. Run a CronJob manually for test purposes. Suspend/unsuspend a CronJob diff --git a/vendor/kubecron/LICENSE b/vendor/kubecron/LICENSE new file mode 100644 index 0000000000..a22a2da24d --- /dev/null +++ b/vendor/kubecron/LICENSE @@ -0,0 +1 @@ +MIT diff --git a/vendor/kubecron/Makefile b/vendor/kubecron/Makefile new file mode 100644 index 0000000000..5f6ba77f9d --- /dev/null +++ b/vendor/kubecron/Makefile @@ -0,0 +1,12 @@ +export VENDOR ?= iJanki +export APK_BUILD_TEMPLATE ?= APKBUILD.github-binary +export DOWNLOAD_URL ?= $(PACKAGE_REPO_URL)/releases/download/v$(PACKAGE_VERSION)/$(PACKAGE_NAME)_$(PACKAGE_VERSION)_$(OS)_$(ARCH).tar.gz + +include ../../tasks/Makefile.package +include ../../tasks/Makefile.apk + +install: + $(call download_tarball) + +test: + $(PACKAGE_EXE) version diff --git a/vendor/kubecron/RELEASE b/vendor/kubecron/RELEASE new file mode 100644 index 0000000000..573541ac97 --- /dev/null +++ b/vendor/kubecron/RELEASE @@ -0,0 +1 @@ +0 diff --git a/vendor/kubecron/VERSION b/vendor/kubecron/VERSION new file mode 100644 index 0000000000..6d7de6e6ab --- /dev/null +++ b/vendor/kubecron/VERSION @@ -0,0 +1 @@ +1.0.2