Skip to content

Commit

Permalink
Merge pull request #611 from awels/fix_datavolume_status_empty-b2
Browse files Browse the repository at this point in the history
Make data volume status optional.
  • Loading branch information
awels committed Jan 16, 2019
2 parents 9fc3548 + b63c6bd commit 110d30e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/apis/datavolumecontroller/v1alpha1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ type DataVolume struct {
metav1.ObjectMeta `json:"metadata,omitempty"`

Spec DataVolumeSpec `json:"spec"`
Status DataVolumeStatus `json:"status"`
Status DataVolumeStatus `json:"status,omitempty"`
}

// DataVolumeSpec defines our specification for a DataVolume type
Expand Down

0 comments on commit 110d30e

Please sign in to comment.