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