Skip to content

Commit

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

// +kubebuilder:object:root=true
// +kubebuilder:subresource:status
// +kubebuilder:resource:scope=Cluster

// Guestbook is the Schema for the guestbooks API
type Guestbook struct {
metav1.TypeMeta `json:",inline"`
metav1.ObjectMeta `json:"metadata,omitempty"`
Expand Down

0 comments on commit ec60f35

Please sign in to comment.