Skip to content

Commit

Permalink
Merge pull request #3 from kubeflow/vicaire/schedulingimplementation
Browse files Browse the repository at this point in the history
CRD for scheduling Argo workflows (Implementation)
  • Loading branch information
vicaire authored May 31, 2018
2 parents 9add1bb + 23e522a commit af321bc
Show file tree
Hide file tree
Showing 32 changed files with 3,036 additions and 686 deletions.
6 changes: 3 additions & 3 deletions pkg/apis/scheduledworkflow/v1alpha1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"github.com/argoproj/argo/pkg/apis/workflow/v1alpha1"
"k8s.io/apimachinery/pkg/types"
api "k8s.io/kubernetes/pkg/apis/core"
"k8s.io/kubernetes/pkg/apis/core"
)

// +genclient
Expand Down Expand Up @@ -169,10 +169,10 @@ const (
)

type ScheduledWorkflowCondition struct {
// Type of job condition, Complete or Failed.
// Type of job condition.
Type ScheduledWorkflowConditionType `json:"type,omitempty"`
// Status of the condition, one of True, False, Unknown.
Status api.ConditionStatus `json:"status,omitempty"`
Status core.ConditionStatus `json:"status,omitempty"`
// Last time the condition was checked.
// +optional
LastProbeTime metav1.Time `json:"lastHeartbeatTime,omitempty"`
Expand Down
18 changes: 0 additions & 18 deletions pkg/client/clientset/versioned/typed/schedule/v1alpha1/doc.go

This file was deleted.

This file was deleted.

155 changes: 0 additions & 155 deletions pkg/client/clientset/versioned/typed/schedule/v1alpha1/schedule.go

This file was deleted.

Loading

0 comments on commit af321bc

Please sign in to comment.