# Functions
CreateCerts creates Certs to be used for registering webhooks and extension apis in a Kubernetes apiserver.
NewInstaller returns a new installer.
NewUninstaller returns a new uninstaller.
# Structs
ApiserverInstallStrategy installs APIs using apiserver aggregation.
Certs contains the certificate information for installing APIs.
CRDInstallStrategy installs APIs into a cluster using CRDs.
EmptyInstallStrategy is a Strategy that doesn't create anything but can be embedded in another InstallStrategy.
# Interfaces
APIMeta returns metadata about the APIs.
InstallStrategy defines what resources should be created as part of installing an API extension.
# Type aliases
DefaultInstallStrategy is the default install strategy to use.