docs/overview/elafros-code-layout-control...

284 B

Code layout - Controller

  • ./pkg/controller/{configuration,revision,route,service}/controller.go
  • sync_handler is the main method for reconcile
  • Other resource creation broken into their own files in those directories
  • Communicates information via [resource].status field