Skip to content

Commit

Permalink
Add missing kubebuilder annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
natalefalco authored and natalefalco committed Jul 5, 2020
1 parent 3834394 commit 26b4772
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/book/src/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ type GuestbookStatus struct {
Standby []string `json:"standby"`
}

// +kubebuilder:object:root=true
type Guestbook struct {
metav1.TypeMeta `json:",inline"`
metav1.ObjectMeta `json:"metadata,omitempty"`
Expand Down

0 comments on commit 26b4772

Please sign in to comment.