Documentation ¶
Index ¶
Constants ¶
View Source
const (
CertManagerNamespace = "cert-manager"
)
Variables ¶
This section is empty.
Functions ¶
func GetNamespace ¶
func GetNamespace() string
func NewInstallCommand ¶
func NewInstallCommand(cli cli.CLI, options *InstallOptions) *cobra.Command
func NewUninstallCommand ¶
func NewUninstallCommand(cli cli.CLI, options *UninstallOptions) *cobra.Command
Types ¶
type InstallOptions ¶
type InstallOptions struct {
DumpResources bool
}
func NewInstallOptions ¶
func NewInstallOptions() *InstallOptions
type UninstallOptions ¶
type UninstallOptions struct {
DumpResources bool
}
func NewUninstallOptions ¶
func NewUninstallOptions() *UninstallOptions
Click to show internal directories.
Click to hide internal directories.