Skip to content

Commit

Permalink
[kubecron] add package (#155)
Browse files Browse the repository at this point in the history
* Add kubecron

* Update README
  • Loading branch information
osterman authored Feb 1, 2019
1 parent 2421f11 commit dfc641f
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down
1 change: 1 addition & 0 deletions docs/targets.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down
1 change: 1 addition & 0 deletions vendor/kubecron/.variantenv
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dev
1 change: 1 addition & 0 deletions vendor/kubecron/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Utilities to manage kubernetes cronjobs. Run a CronJob manually for test purposes. Suspend/unsuspend a CronJob
1 change: 1 addition & 0 deletions vendor/kubecron/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
MIT
12 changes: 12 additions & 0 deletions vendor/kubecron/Makefile
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions vendor/kubecron/RELEASE
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0
1 change: 1 addition & 0 deletions vendor/kubecron/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.0.2

0 comments on commit dfc641f

Please sign in to comment.