Documentation ¶
Index ¶
- func NewSolver() webhook.Solver
- type Config
- type Solver
- func (s *Solver) CleanUp(ch *v1alpha1.ChallengeRequest) (err error)
- func (s *Solver) Initialize(kubeClientConfig *rest.Config, stopCh <-chan struct{}) error
- func (s *Solver) Name() string
- func (s *Solver) NewEtcdClient(cfg Config) (err error)
- func (s *Solver) Present(ch *v1alpha1.ChallengeRequest) error
- type TxtRecord
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Solver ¶
type Solver struct {
// contains filtered or unexported fields
}
func (*Solver) Initialize ¶
func (*Solver) NewEtcdClient ¶
Click to show internal directories.
Click to hide internal directories.