Documentation
¶
Overview ¶
Package gatekeeperinstaller installs Gatekeeper via Helm.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GatekeeperInstaller ¶
type GatekeeperInstaller struct {
// contains filtered or unexported fields
}
GatekeeperInstaller installs or upgrades Gatekeeper.
It implements installer.Installer semantics (Install/Uninstall) so it can be orchestrated by cluster lifecycle flows.
func NewGatekeeperInstaller ¶
func NewGatekeeperInstaller(client helm.Interface, timeout time.Duration) *GatekeeperInstaller
NewGatekeeperInstaller creates a new Gatekeeper installer instance.
Click to show internal directories.
Click to hide internal directories.