Skip to content

Use k8s style YAML objects for job definition #13

@yuvipanda

Description

@yuvipanda

I really like what I consider the standard definition style for YAML objects in k8s, and it goes something like this:

kind: KBatchJob
apiVersion: <lets-you-move-things-around>
metadata:
  name: my-name
  labels: {}
  annotations: {}
spec:
  ...

It's a little more verbose, but I think the familiarity + extensibility is worth it. It also means this could become a proper Kubernetes CRD?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions