Documentation ¶
Index ¶
- type CertmanagerWebhook
- func (p *CertmanagerWebhook) Deprovision() error
- func (p *CertmanagerWebhook) Details() *Details
- func (p *CertmanagerWebhook) Logs() (map[string]string, error)
- func (p *CertmanagerWebhook) Provision() error
- func (p *CertmanagerWebhook) Setup(cfg *config.Config) error
- func (p *CertmanagerWebhook) SupportsGlobal() bool
- type Details
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CertmanagerWebhook ¶
type CertmanagerWebhook struct { // Tiller is the tiller instance used to deploy the chart Tiller *tiller.Tiller Certmanager *certmanager.Certmanager Name string // Required namespace to deploy the webhook into. Namespace string // Optional override for the group name to use for the webhook GroupName string // contains filtered or unexported fields }
CertmanagerWebhook defines an addon that installs a cert-manager DNS01 webhook
func (*CertmanagerWebhook) Deprovision ¶
func (p *CertmanagerWebhook) Deprovision() error
Deprovision will destroy this instance of Pebble
func (*CertmanagerWebhook) Details ¶
func (p *CertmanagerWebhook) Details() *Details
Details returns details that can be used to utilise the instance of Pebble.
func (*CertmanagerWebhook) Provision ¶
func (p *CertmanagerWebhook) Provision() error
Provision will actually deploy this instance of Pebble-ingress to the cluster.
func (*CertmanagerWebhook) SupportsGlobal ¶
func (p *CertmanagerWebhook) SupportsGlobal() bool
Click to show internal directories.
Click to hide internal directories.