Skip to content

Commit

Permalink
add status marker to example
Browse files Browse the repository at this point in the history
added status marker to the book getting started example
  • Loading branch information
natalefalco committed Jul 6, 2020
1 parent 26b4772 commit 4d23657
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 @@ -132,6 +132,7 @@ type GuestbookStatus struct {
}

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

0 comments on commit 4d23657

Please sign in to comment.