Skip to content

Commit

Permalink
fix(codegen): add missing client tag to operatorhub config type
Browse files Browse the repository at this point in the history
  • Loading branch information
njhale committed Mar 24, 2020
1 parent e7041f8 commit ea02648
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/v1/types_operatorhub.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ type OperatorHubStatus struct {
// the state of the default hub sources for OperatorHub on the cluster from
// enabled to disabled and vice versa.
// +kubebuilder:subresource:status
// +genclient
// +genclient:nonNamespaced
type OperatorHub struct {
metav1.TypeMeta `json:",inline"`
Expand Down

0 comments on commit ea02648

Please sign in to comment.