Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CRD for scheduling Argo workflows (Implementation) #3

Merged
merged 6 commits into from
May 31, 2018

Commits on May 24, 2018

  1. CRD for scheduling Argo workflows (Implementation)

    We named this CRD a "schedule": It schedules workflows for now but we will add support for other K8 resources (e.g., jobs). It supports:
    
    executing pipelines using a cron schedule
    executing pipelines using a periodic interval
    An optional start date and an end date.
    Backfilling (by specifying a start date in the past).
    A maximum number of concurrent workflows.
    Most of the files are automatically generated except for the files in:
    
    ./hack/custom-boilerplate.go.txt
    ./hack/update-codegen.sh
    ./hack/verify-codegen.sh
    ./pkg/apis/schedule/register.go
    ./pkg/apis/schedule/v1alpha1/doc.go
    ./pkg/apis/schedule/v1alpha1/register.go
    ./pkg/apis/schedule/v1alpha1/types.go
    vicaire committed May 24, 2018
    Configuration menu
    Copy the full SHA
    4eb4c62 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2018

  1. Configuration menu
    Copy the full SHA
    ebaffdf View commit details
    Browse the repository at this point in the history

Commits on May 30, 2018

  1. Saving progress.

    vicaire committed May 30, 2018
    Configuration menu
    Copy the full SHA
    39c0178 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f0f3a4 View commit details
    Browse the repository at this point in the history
  3. Saving progress

    vicaire committed May 30, 2018
    Configuration menu
    Copy the full SHA
    75f84b5 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2018

  1. Saving progress.

    vicaire committed May 31, 2018
    Configuration menu
    Copy the full SHA
    23e522a View commit details
    Browse the repository at this point in the history