Merge pull request #568 from aluzzardi/kubernetes-apply-resources

stdlib: kubernetes: rename #Apply to #Resources
This commit is contained in:
Andrea Luzzardi
2021-06-07 13:31:55 -07:00
committed by GitHub
3 changed files with 4 additions and 4 deletions

View File

@@ -43,8 +43,8 @@ import (
]
}
// Apply a Kubernetes configuration
#Apply: {
// Apply Kubernetes resources
#Resources: {
// Kubernetes config to deploy
source?: dagger.#Artifact @dagger(input)