Documentation ¶
Overview ¶
Package certmanager provides utilities for setting up and managing cert-manager for end-to-end testing.
Index ¶
Constants ¶
View Source
const DefaultVersion = "v1.15.1"
DefaultVersion is the default version of cert-manager to install.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type InstallOption ¶
type InstallOption func(*InstallOptions)
InstallOption is a function that sets up an option for installing cert-manager.
func WithIgnoreExistingResources ¶
func WithIgnoreExistingResources(ignore bool) InstallOption
WithIgnoreExistingResources sets whether to ignore existing resources.
func WithVersion ¶
func WithVersion(version string) InstallOption
WithVersion sets the version of cert-manager to install.
type InstallOptions ¶
InstallOptions contains the options for installing cert-manager.
Click to show internal directories.
Click to hide internal directories.