mirror of
https://github.com/helm/helm.git
synced 2026-02-20 08:29:52 -05:00
This flattens the getter package tree, adds tests, and changes a little bit of the terminology to follow Go idioms. This also makes much of the getter API private to begin with. This will give us more flexibility in the future.
10 lines
241 B
YAML
10 lines
241 B
YAML
name: "testgetter2"
|
|
version: "0.1.0"
|
|
usage: "Fetch a different package from a test2:// source"
|
|
description: "Handle test2 scheme"
|
|
command: "$HELM_PLUGIN_DIR/get.sh"
|
|
ignoreFlags: true
|
|
downloaders:
|
|
- command: "echo"
|
|
protocols:
|
|
- "test2"
|