command
Version:
v0.0.1-alpha08
Opens a new window with list of versions in this module.
Published: May 3, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
configmap
This function generates a Namespace
resource.
Usage
apiVersion: kude.kfirs.com/v1alpha1
kind: Pipeline
resources:
- deployment.yaml
pipeline:
- image: ghcr.io/arikkfir/kude/functions/create-namespace:latest
config:
name: my-namespace
The above Kude package would yield the following YAML:
apiVersion: v1
kind: Namespace
metadata:
name: my-namespace
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.