📄️ Resources
A Resource is the core object in a Conveyor CI Platform that defines the pipeline configuration. It tells the CI Driver what to do, when to do it and how to do it. A comparison would be the Workflow file in the GitHub Actions.
📄️ Drivers
A Driver is a component that runs pipeline jobs depending on the configuration defined in the Resource. When you create a Resource object, the driver is always listening for new objects and once one is created, it calls a function that reconciles the object state to desired pipline actions.