Skip to content

Commit

Permalink
Make RevisionStatus use RevisionConditionSlice.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmoor committed Jul 24, 2018
1 parent 33c83b9 commit 46bc7e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/apis/serving/v1alpha1/revision_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ type RevisionStatus struct {
// reconciliation processes that bring the "spec" inline with the observed
// state of the world.
// +optional
Conditions []RevisionCondition `json:"conditions,omitempty"`
Conditions RevisionConditionSlice `json:"conditions,omitempty"`

// ObservedGeneration is the 'Generation' of the Configuration that
// was last processed by the controller. The observed generation is updated
Expand Down

0 comments on commit 46bc7e4

Please sign in to comment.