Skip to content

Commit

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

* add dep
  • Loading branch information
osterman authored Jun 13, 2019
1 parent b48a99a commit 3842ccd
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ htmltest 0.10.1 :white_check_mark: Test generated HTML for
hugo 0.49.2 The world’s fastest framework for building websites.
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
kfctl 0.5.1 Machine Learning Toolkit for Kubernetes
kops 1.12.1 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.14.2 Production-Grade Container Scheduling and Management
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 @@ htmltest 0.10.1 :white_check_mark: Test generated HTML for
hugo 0.49.2 The world’s fastest framework for building websites.
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
kfctl 0.5.1 Machine Learning Toolkit for Kubernetes
kops 1.12.1 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.14.2 Production-Grade Container Scheduling and Management
Expand Down
1 change: 1 addition & 0 deletions vendor/kfctl/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Machine Learning Toolkit for Kubernetes
1 change: 1 addition & 0 deletions vendor/kfctl/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
APACHE-2.0
16 changes: 16 additions & 0 deletions vendor/kfctl/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
export VENDOR ?= kubeflow
export PACKAGE_REPO_NAME ?= kubeflow
export APK_BUILD_TEMPLATE ?= APKBUILD.github-binary
export APKBUILD_DEPENDS += libc6-compat

include ../../tasks/Makefile.package
include ../../tasks/Makefile.apk

# Package details
export DOWNLOAD_URL ?= https://github.com/$(VENDOR)/$(PACKAGE_REPO_NAME)/releases/download/v$(PACKAGE_VERSION)/$(PACKAGE_NAME)_v$(PACKAGE_VERSION)_$(OS).tar.gz

install:
$(call download_tarball)

test:
$(PACKAGE_EXE) --help
1 change: 1 addition & 0 deletions vendor/kfctl/RELEASE
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0
1 change: 1 addition & 0 deletions vendor/kfctl/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.5.1

0 comments on commit 3842ccd

Please sign in to comment.