jobstates.automationbroker.io.yaml 625 B

12345678910111213141516171819202122232425262728
  1. ---
  2. apiVersion: apiextensions.k8s.io/v1beta1
  3. kind: CustomResourceDefinition
  4. metadata:
  5. name: jobstates.automationbroker.io
  6. spec:
  7. group: automationbroker.io
  8. version: v1
  9. scope: Namespaced
  10. names:
  11. plural: jobstates
  12. singular: jobstate
  13. kind: JobState
  14. validation:
  15. # openAPIV3Schema is the schema for validating custom objects.
  16. # Token is the name of the resource
  17. openAPIV3Schema:
  18. properties:
  19. state:
  20. type: string
  21. podName:
  22. type: string
  23. method:
  24. type: string
  25. error:
  26. type: string
  27. description:
  28. type: string