Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CertManager ¶
type CertManager struct {
// contains filtered or unexported fields
}
CertManager represents a Helm manager
func New ¶
func New(config *rest.Config) (*CertManager, error)
New constructs a new CertManager instance that can used to install the cert-manager chart.
func (*CertManager) GetName ¶
func (c *CertManager) GetName() string
GetName returns the name of the cert-manager chart.
func (*CertManager) Install ¶
func (c *CertManager) Install() error
Install performs a Helm install of the chart.
func (*CertManager) IsInstalled ¶
func (c *CertManager) IsInstalled() bool
IsInstalled checks if cert-manager has been installed in the target cluster.
Click to show internal directories.
Click to hide internal directories.