forked from jetstack/puppet-module-kubernetes_addons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.json
20 lines (18 loc) · 850 Bytes
/
metadata.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "jetstack-kubernetes_addons",
"version": "0.1.0",
"author": "jetstack",
"summary": "Jetstack module to configure kubernetes addons",
"license": "Apache-2.0",
"source": "https://github.com/puppernetes/module-kubernetes_addons",
"project_page": "https://github.com/puppernetes/module-kubernetes_addons",
"issues_url": "https://github.com/puppernetes/module-kubernetes_addons/issues",
"dependencies" : [
{
"name" : "puppetlabs-stdlib",
"version_requirement" : ">= 4.2.0 < 5.0.0"
}
],
"data_provider": null,
"long_description" : "This module is part of [Tarmak](http://docs.tarmak.io) and should currently be considered alpha.\n\n[![Travis](https://img.shields.io/travis/jetstack/puppet-module-kubernetes_addons.svg)](https://travis-ci.org/jetstack/puppet-module-kubernetes_addons/)"
}