This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
dagger/docs/reference/universe/kubernetes/README.md
Andrea Luzzardi 12b712b741 docs generation: write package doc as README.md if there are sub-packages
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2021-06-09 18:42:23 -07:00

32 lines
681 B
Markdown

---
sidebar_label: kubernetes
---
# dagger.io/kubernetes
## #Kubectl
### #Kubectl Inputs
_No input._
### #Kubectl Outputs
_No output._
## #Resources
Apply Kubernetes resources
### #Resources Inputs
| Name | Type | Description |
| ------------- |:-------------: |:-------------: |
|*namespace* | `*"default" \| string` |Kubernetes Namespace to deploy to |
|*version* | `*"v1.19.9" \| string` |Version of kubectl client |
|*kubeconfig* | `dagger.#Secret` |Kube config file |
### #Resources Outputs
_No output._