# Packages
Package auth contains APIServer authentication helpers.
Package controllers implements Apoxy Control Plane-side controllers.
Package extensions implements extensions controllers.
Package gateway implements Gateway API controllers.
No description provided by the author
Package policy implements API Server policy controllers.
# Functions
New creates a new API server manager.
NewClientConfig returns a new local client configuration.
NewKineStorage creates a new kine storage.
WithAdditionalController adds an additional controller.
WithBearerToken sets the token for the client.
WithCerts sets the certificate pair name and directory.
WithClientConfig sets the client configuration.
WithClientHost sets the host for the client.
WithClientTLSConfig sets the TLS configuration for the client.
WithInClusterAuth enables in-cluster authentication.
WithSQLiteConnArgs sets the SQLite connection arguments.
WithKubeAPI enables the Kubernetes API.
WithSimpleAuth enables authentication.
WithSQLiteConnArgs sets the SQLite connection arguments.
WithSQLitePath sets the path to the SQLite database.
WithTransportWrapper sets the transport wrapper for the client.
# Interfaces
No description provided by the author
# Type aliases
ClientOption is a set of options for the client.
No description provided by the author
Option is an API server option.