tekton.alaudadevops.io group
ScheduledTrigger is the Schema for the scheduledtriggers API
v1alpha1 versionobject requiredspec defines the desired state of ScheduledTrigger
[]objectParam defines a string value to be used for a ParamSpec with the same name.
string requiredstring requiredstringThe schedule in Cron format, see https://en.wikipedia.org/wiki/Cron.
stringThe time zone name for the given schedule, see https://en.wikipedia.org/wiki/List_of_tz_database_time_zones. If not specified, this will default to the time zone of the kube-controller-manager process. The set of valid time zone names and the time zone offset is loaded from the system-wide time zone database by the API server during CronJob validation and the controller manager during execution. If no system-wide time zone database can be found a bundled version of the database is used instead. If the time zone name becomes invalid during the lifetime of a CronJob or due to a change in host configuration, the controller will stop creating new new Jobs and will create a system event with the reason UnknownTimeZone. More information can be found in https://kubernetes.io/docs/concepts/workloads/controllers/cron-jobs/#time-zones
object requiredstringstringobjectTriggerTemplateSpec holds the desired state of TriggerTemplate
[]objectParamSpec defines an arbitrary named input whose value can be supplied by a
Param.
stringDefault is the value a parameter takes if no input value via a Param is supplied.
stringDescription is a user-facing description of the parameter that may be used to populate a UI.
string requiredName declares the name by which a parameter is referenced.
[]objectTriggerResourceTemplate describes a resource to create
objectstatus defines the observed state of ScheduledTrigger
stringInformation when was the last time the job was successfully scheduled.