# Packages

No description provided by the author
Package dataplane translates Graph representation of the cluster state into an intermediate representation of data plane configuration.
Package graph translates the cluster state (Gateway API and Kubernetes resources) into a graph-like representation, for which: - Resources are validated.
No description provided by the author
Code generated by counterfeiter.
No description provided by the author

# Functions

NewChangeProcessorImpl creates a new ChangeProcessorImpl for the Gateway resource with the configured namespace name.

# Constants

ClusterStateChange means that something other than endpoints changed.
EndpointsOnlyChange means that only the endpoints changed.
NoChange means that nothing changed.

# Structs

ChangeProcessorConfig holds configuration parameters for ChangeProcessorImpl.
ChangeProcessorImpl is an implementation of ChangeProcessor.

# Interfaces

ChangeProcessor processes the changes to resources and produces a graph-like representation of the Gateway configuration.
Updater updates the cluster state.

# Type aliases

ChangeType is the type of change that occurred based on a k8s object event.