• Русский
  • ScheduledTrigger [tekton.alaudadevops.io/v1alpha1]

    tekton.alaudadevops.io group

    ScheduledTrigger is the Schema for the scheduledtriggers API

    v1alpha1 version
    spec object required

    spec defines the desired state of ScheduledTrigger

    params []object

    Param defines a string value to be used for a ParamSpec with the same name.

    name string required
    value string required
    schedule string

    The schedule in Cron format, see https://en.wikipedia.org/wiki/Cron.

    timeZone string

    The 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

    triggerTemplate object required
    apiversion string
    ref string
    spec object

    TriggerTemplateSpec holds the desired state of TriggerTemplate

    params []object

    ParamSpec defines an arbitrary named input whose value can be supplied by a Param.

    default string

    Default is the value a parameter takes if no input value via a Param is supplied.

    description string

    Description is a user-facing description of the parameter that may be used to populate a UI.

    name string required

    Name declares the name by which a parameter is referenced.

    resourcetemplates []object

    TriggerResourceTemplate describes a resource to create

    status object

    status defines the observed state of ScheduledTrigger

    lastScheduleTime string

    Information when was the last time the job was successfully scheduled.