Skip to content

Instantly share code, notes, and snippets.

@dasch
Created September 27, 2023 09:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dasch/42d86ae7a20ba10cb7de297a10089cd3 to your computer and use it in GitHub Desktop.
Save dasch/42d86ae7a20ba10cb7de297a10089cd3 to your computer and use it in GitHub Desktop.
Idea for Kubernetes Workflow API
# Will execute the workflow on submission
kind: Workflow
apiVersion: foo
metadata:
generateName: yolo-
spec:
template:
metadata:
labels:
foo: bar
spec:
containers: [ ... ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment