stdlib: added package doc strings

Signed-off-by: Sam Alba <sam.alba@gmail.com>
This commit is contained in:
Sam Alba
2021-06-15 10:46:56 +02:00
parent 36b287c9d5
commit 9281967e16
23 changed files with 66 additions and 24 deletions

View File

@@ -1,3 +1,4 @@
// Kubernetes client operations
package kubernetes
import (
@@ -6,8 +7,10 @@ import (
"dagger.io/alpine"
)
// Kubectl client
#Kubectl: {
// Kubectl version
version: *"v1.19.9" | string
#code: #"""

View File

@@ -1,3 +1,4 @@
// Kustomize config management
package kustomize
import (