# Packages
No description provided by the author
# Functions
CertsToSecret creates secrets in the provided namespace, in compact form, from the provided certs.
CreateOrUpdateSecrets creates the provided secrets if they don't exist or updates them if they do.
New creates a new Provider from the provided EnvoyGateway.
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
# Structs
No description provided by the author
Provider is the scaffolding for the Kubernetes provider.
Update contains an all the information needed to update an object's status.
UpdateHandler holds the details required to actually write an Update back to the referenced object.
UpdateWriter takes status updates and sends these to the UpdateHandler via a channel.
# Interfaces
Mutator is an interface to hold mutator functions for status updates.
No description provided by the author
Updater describes an interface to send status updates somewhere.
# Type aliases
MutatorFunc is a function adaptor for Mutators.