Skip to content

Instantly share code, notes, and snippets.

@akash-gautam
Created September 24, 2019 08:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akash-gautam/adc351eb08ee5bfa5252f1c84f15a791 to your computer and use it in GitHub Desktop.
Save akash-gautam/adc351eb08ee5bfa5252f1c84f15a791 to your computer and use it in GitHub Desktop.
// Watch for changes to primary resource BookStore
err = c.Watch(&source.Kind{Type: &blogv1alpha1.BookStore{}}, &handler.EnqueueRequestForObject{})
if err != nil {
return err
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment