Documentation
¶
Index ¶
- type Config
- type Searcher
- func (s *Searcher) SearchAppOperator(ctx context.Context, clusterID string) (certs.AppOperator, error)
- func (s *Searcher) SearchClusterOperator(ctx context.Context, clusterID string) (certs.ClusterOperator, error)
- func (s *Searcher) SearchDraining(ctx context.Context, clusterID string) (certs.Draining, error)
- func (s *Searcher) SearchMonitoring(ctx context.Context, clusterID string) (certs.Monitoring, error)
- func (s *Searcher) SearchTLS(ctx context.Context, clusterID string, cert certs.Cert) (certs.TLS, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Searcher ¶
type Searcher struct {
// contains filtered or unexported fields
}
func NewSearcher ¶
func (*Searcher) SearchAppOperator ¶
func (*Searcher) SearchClusterOperator ¶
func (*Searcher) SearchDraining ¶
func (*Searcher) SearchMonitoring ¶
Click to show internal directories.
Click to hide internal directories.