Documentation ¶
Index ¶
- func BuiltIns() []catalog.Plugin
- func KnownPlugins() []catalog.PluginClient
- func KnownServices() []catalog.ServiceClient
- type Catalog
- type Config
- type GlobalConfig
- type HCLPluginConfig
- type HCLPluginConfigMap
- type Notifier
- type Plugins
- func (p *Plugins) GetDataStore() datastore.DataStore
- func (p *Plugins) GetKeyManager() keymanager.KeyManager
- func (p *Plugins) GetNodeAttestorNamed(name string) (nodeattestor.NodeAttestor, bool)
- func (p *Plugins) GetNodeResolverNamed(name string) (noderesolver.NodeResolver, bool)
- func (p *Plugins) GetNotifiers() []Notifier
- func (p *Plugins) GetUpstreamCA() (upstreamca.UpstreamCA, bool)
- type Repository
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func KnownPlugins ¶
func KnownPlugins() []catalog.PluginClient
func KnownServices ¶
func KnownServices() []catalog.ServiceClient
Types ¶
type Catalog ¶
type Catalog interface { GetDataStore() datastore.DataStore GetNodeAttestorNamed(name string) (nodeattestor.NodeAttestor, bool) GetNodeResolverNamed(name string) (noderesolver.NodeResolver, bool) GetUpstreamCA() (upstreamca.UpstreamCA, bool) GetKeyManager() keymanager.KeyManager GetNotifiers() []Notifier }
type Config ¶
type Config struct { Log logrus.FieldLogger GlobalConfig GlobalConfig PluginConfig HCLPluginConfigMap IdentityProvider hostservices.IdentityProvider AgentStore hostservices.AgentStore MetricsService common_services.MetricsService }
type GlobalConfig ¶
type GlobalConfig = catalog.GlobalConfig
type HCLPluginConfig ¶
type HCLPluginConfig = catalog.HCLPluginConfig
type HCLPluginConfigMap ¶
type HCLPluginConfigMap = catalog.HCLPluginConfigMap
type Plugins ¶
type Plugins struct { DataStore datastore.DataStore NodeAttestors map[string]nodeattestor.NodeAttestor NodeResolvers map[string]noderesolver.NodeResolver UpstreamCA *upstreamca.UpstreamCA KeyManager keymanager.KeyManager Notifiers []Notifier }
func (*Plugins) GetDataStore ¶
func (*Plugins) GetKeyManager ¶
func (p *Plugins) GetKeyManager() keymanager.KeyManager
func (*Plugins) GetNodeAttestorNamed ¶
func (p *Plugins) GetNodeAttestorNamed(name string) (nodeattestor.NodeAttestor, bool)
func (*Plugins) GetNodeResolverNamed ¶
func (p *Plugins) GetNodeResolverNamed(name string) (noderesolver.NodeResolver, bool)
func (*Plugins) GetNotifiers ¶
func (*Plugins) GetUpstreamCA ¶
func (p *Plugins) GetUpstreamCA() (upstreamca.UpstreamCA, bool)
Click to show internal directories.
Click to hide internal directories.