# Packages
Package config holds the typed objects that define the schemas for assorted ConfigMap objects on which the Revision controller depends.
Package resources holds simple functions for synthesizing child resources from a Revision resource and any relevant Revision controller configuration.
# Functions
NewController initializes the controller and is called by the generated code Registers eventhandlers to enqueue events config - client configuration for talking to the apiserver si - informer factory shared across all controllers for listening to events and indexing resource properties queue - message queue for handling new events.
# Structs
Controller implements the controller for Revision resources.
# Type aliases
No description provided by the author