diff --git a/pkg/api/types.go b/pkg/api/types.go index 6f35a88266..d5a358f95a 100644 --- a/pkg/api/types.go +++ b/pkg/api/types.go @@ -757,8 +757,8 @@ type Binding struct { // TODO: this could go in apiserver, but I'm including it here so clients needn't // import both. type Status struct { - TypeMeta `json:",inline"` - ObjectMeta `json:"metadata,omitempty"` + TypeMeta `json:",inline"` + ListMeta `json:"metadata,omitempty"` // One of: "Success", "Failure", "Working" (for operations not yet completed) Status string `json:"status,omitempty"`