do not omit status if empty

This commit is contained in:
Felix Kunde 2019-04-17 18:25:33 +02:00
parent c636b3165f
commit aaff0461e5
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ type Postgresql struct {
metav1.ObjectMeta `json:"metadata,omitempty"`
Spec PostgresSpec `json:"spec"`
Status PostgresStatus `json:"status,omitempty"`
Status PostgresStatus `json:"status"`
Error string `json:"-"`
}