Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface KubeCronJobProps

CronJob represents the configuration of a single cron job.

schema

io.k8s.api.batch.v1.CronJob

Hierarchy

  • KubeCronJobProps

Index

Properties

Properties

Optional Readonly metadata

metadata: ObjectMeta
schema

io.k8s.api.batch.v1.CronJob#metadata

Optional Readonly spec

Specification of the desired behavior of a cron job, including the schedule. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status

schema

io.k8s.api.batch.v1.CronJob#spec

Generated using TypeDoc