Status should be a ListMeta, not ObjectMeta internally

This commit is contained in:
Clayton Coleman 2014-12-12 16:26:07 -05:00
parent eb906f2993
commit d6d87e1e3b

View File

@ -758,7 +758,7 @@ type Binding struct {
// import both.
type Status struct {
TypeMeta `json:",inline"`
ObjectMeta `json:"metadata,omitempty"`
ListMeta `json:"metadata,omitempty"`
// One of: "Success", "Failure", "Working" (for operations not yet completed)
Status string `json:"status,omitempty"`