provisioner

package
v0.7.17 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 9, 2023 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// cert manager version info see: https://cert-manager.io/docs/installation/supported-releases/
	CertManagerLeastVersion     = "1.0.0"
	CertManagerDefaultVersion   = "1.5.3"
	CertManagerDefaultNamespace = "cert-manager"
)

Variables

View Source
var (
	CertManagerLeastSemanticVersion        = semver.New(strings.TrimPrefix(CertManagerLeastVersion, "v"))
	DisableCertManagerCheck         bool   = false
	DisableCertManagerCheckFlag     string = "disable-cert-manager-check"
	DisableCertManagerInstall       bool   = false
	DisableCertManagerInstallFlag   string = "disable-cert-manager-install"
)

configs is set by flag in main.go

Functions

This section is empty.

Types

type CertManager

type CertManager struct {
	// contains filtered or unexported fields
}

CertManager provisioner

func NewCertManager

func NewCertManager(config *rest.Config) (*CertManager, error)

NewCertManager returns a new CertManager

func (CertManager) InstallIfNotExist

func (c CertManager) InstallIfNotExist() error

func (CertManager) IssueCertIfNotExist

func (c CertManager) IssueCertIfNotExist() error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL