docs: refreshed stdlib

Signed-off-by: Sam Alba <sam.alba@gmail.com>
This commit is contained in:
Sam Alba
2021-06-16 12:14:39 +02:00
parent 776814910d
commit c6e3d35899
26 changed files with 293 additions and 189 deletions

View File

@@ -6,23 +6,27 @@ sidebar_label: kubernetes
Kubernetes client operations
## #Kubectl
```cue
import "dagger.io/kubernetes"
```
## kubernetes.#Kubectl
Kubectl client
### #Kubectl Inputs
### kubernetes.#Kubectl Inputs
_No input._
### #Kubectl Outputs
### kubernetes.#Kubectl Outputs
_No output._
## #Resources
## kubernetes.#Resources
Apply Kubernetes resources
### #Resources Inputs
### kubernetes.#Resources Inputs
| Name | Type | Description |
| ------------- |:-------------: |:-------------: |
@@ -30,6 +34,6 @@ Apply Kubernetes resources
|*version* | `*"v1.19.9" \| string` |Version of kubectl client |
|*kubeconfig* | `dagger.#Secret` |Kube config file |
### #Resources Outputs
### kubernetes.#Resources Outputs
_No output._

View File

@@ -6,11 +6,15 @@ sidebar_label: helm
Helm package manager
## #Chart
```cue
import "dagger.io/kubernetes/helm"
```
## helm.#Chart
Install a Helm chart
### #Chart Inputs
### helm.#Chart Inputs
| Name | Type | Description |
| ------------- |:-------------: |:-------------: |
@@ -24,6 +28,6 @@ Install a Helm chart
|*version* | `*"3.5.2" \| string` |Helm version |
|*kubectlVersion* | `*"v1.19.9" \| string` |Kubectl version |
### #Chart Outputs
### helm.#Chart Outputs
_No output._

View File

@@ -6,23 +6,27 @@ sidebar_label: kustomize
Kustomize config management
## #Kustomization
```cue
import "dagger.io/kubernetes/kustomize"
```
### #Kustomization Inputs
## kustomize.#Kustomization
### kustomize.#Kustomization Inputs
| Name | Type | Description |
| ------------- |:-------------: |:-------------: |
|*version* | `*"v3.8.7" \| string` |Kustomize binary version |
### #Kustomization Outputs
### kustomize.#Kustomization Outputs
_No output._
## #Kustomize
## kustomize.#Kustomize
Apply a Kubernetes Kustomize folder
### #Kustomize Inputs
### kustomize.#Kustomize Inputs
| Name | Type | Description |
| ------------- |:-------------: |:-------------: |
@@ -30,6 +34,6 @@ Apply a Kubernetes Kustomize folder
|*kustomization* | `string` |Optional Kustomization file |
|*version* | `*"v3.8.7" \| string` |Kustomize binary version |
### #Kustomize Outputs
### kustomize.#Kustomize Outputs
_No output._