Skip to content

Commit

Permalink
Merge pull request #1587 from natalefalco/fix-book-example-script-1586
Browse files Browse the repository at this point in the history
Add missing kubebuilder annotation to the getting started document
  • Loading branch information
k8s-ci-robot committed Jul 7, 2020
2 parents 6ffec14 + ec60f35 commit 6678ae5
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 6678ae5

Please sign in to comment.