certstest

package
v4.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 1, 2022 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	AppOperator          certs.AppOperator
	AppOperatorError     error
	ClusterError         error
	ClusterOperator      certs.ClusterOperator
	ClusterOperatorError error
	Draining             certs.Draining
	DrainingError        error
	Monitoring           certs.Monitoring
	MonitoringError      error
	TLS                  certs.TLS
	TLSError             error
}

type Searcher

type Searcher struct {
	// contains filtered or unexported fields
}

func NewSearcher

func NewSearcher(config Config) *Searcher

func (*Searcher) SearchAppOperator

func (s *Searcher) SearchAppOperator(ctx context.Context, clusterID string) (certs.AppOperator, error)

func (*Searcher) SearchClusterOperator

func (s *Searcher) SearchClusterOperator(ctx context.Context, clusterID string) (certs.ClusterOperator, error)

func (*Searcher) SearchDraining

func (s *Searcher) SearchDraining(ctx context.Context, clusterID string) (certs.Draining, error)

func (*Searcher) SearchMonitoring

func (s *Searcher) SearchMonitoring(ctx context.Context, clusterID string) (certs.Monitoring, error)

func (*Searcher) SearchTLS

func (s *Searcher) SearchTLS(ctx context.Context, clusterID string, cert certs.Cert) (certs.TLS, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL