Skip to content

Commit

Permalink
fixmeup
Browse files Browse the repository at this point in the history
Co-authored-by: Scott Andrews <scott@andrews.me>
  • Loading branch information
mamachanko and scothis committed Mar 18, 2022
1 parent 699eabb commit 0b7bc03
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -496,8 +496,9 @@ type MyResource struct {
metav1.TypeMeta `json:",inline"`
metav1.ObjectMeta `json:"metadata,omitempty"`

Spec MyResourceSpec `json:"spec,omitempty"`
Status MyResourceStatus `json:"status,omitempty"`
Spec MyResourceSpec `json:"spec"`
// +optional
Status MyResourceStatus `json:"status"`
}
```

Expand Down

0 comments on commit 0b7bc03

Please sign in to comment.