cloudbees-io/create-k8s-namespace

Create a Kubernetes Namespace

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
nameName of the Namespace. When sanitize-name is enabled, the provided name will be sanitized ${{ cloudbees.scm.branch }}-${{ cloudbees.scm.repository }}-${{ cloudbees.scm.sha }}
sanitize-nameIf 'true', the given name will be modified so that it is valid, truncated and suffixed with a hashtrue
labelsA YAML object of labels the Namespace should be created with. Example: cloudbees.io/cleanup: "true" example.org/mylabel: xyz
fail-if-existsFail if the Namespace already existsfalse
namedescription
nameName of the Kubernetes Namespace resource