stdlib: added @dagger(input) and @dagger(output) attributes

Signed-off-by: Sam Alba <sam.alba@gmail.com>
This commit is contained in:
Sam Alba
2021-05-26 12:23:44 +02:00
parent 42e91c0a30
commit 7009d01835
19 changed files with 121 additions and 119 deletions

View File

@@ -11,15 +11,15 @@ import (
config: aws.#Config
// EKS cluster name
clusterName: string
clusterName: string @dagger(input)
// Kubectl version
version: *"v1.19.9" | string
version: *"v1.19.9" | string @dagger(input)
// kubeconfig is the generated kube configuration file
kubeconfig: {
// FIXME There is a problem with dagger.#Secret type
string
string @dagger(output)
#up: [
op.#Load & {