certstest

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Mar 24, 2020 License: Apache-2.0 Imports: 1 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
	Cluster              certs.Cluster
	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(clusterID string) (certs.AppOperator, error)

func (*Searcher) SearchCluster

func (s *Searcher) SearchCluster(clusterID string) (certs.Cluster, error)

func (*Searcher) SearchClusterOperator

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

func (*Searcher) SearchDraining

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

func (*Searcher) SearchMonitoring

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

func (*Searcher) SearchTLS

func (s *Searcher) SearchTLS(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