Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { ApiKeySecretRef corev1.SecretKeySelector `json:"apiKeySecretRef"` SecretKeySecretRef corev1.SecretKeySelector `json:"secretKeySecretRef"` }
type PorkbunSolver ¶
type PorkbunSolver struct {
// contains filtered or unexported fields
}
func (*PorkbunSolver) CleanUp ¶
func (e *PorkbunSolver) CleanUp(ch *acme.ChallengeRequest) error
func (*PorkbunSolver) Initialize ¶
func (e *PorkbunSolver) Initialize(kubeClientConfig *rest.Config, stopCh <-chan struct{}) error
func (*PorkbunSolver) Name ¶
func (e *PorkbunSolver) Name() string
func (*PorkbunSolver) Present ¶
func (e *PorkbunSolver) Present(ch *acme.ChallengeRequest) error
Click to show internal directories.
Click to hide internal directories.