# Functions
NewQueue provides a new Queue object which can be used to publish status update events or subscribe to those events.
WithBufferSize sets the buffer size of the underlying channels that will be created for object kinds.
# Constants
DefaultBufferSize indicates the buffer size of the underlying channels that will be created for object kinds by default.
# Structs
Queue provides a pub/sub queue with channels for individual Kubernetes objects, the purpose of which is to submit GenericEvents for those objects to trigger reconciliation when the object has been successfully configured in the dataplane so that its status can be updated (for instance, with IP address information in the case of Ingress resources).
# Type aliases
QueueOption provides a functional option for configuring a Queue object.