reg

package
v1.3.5 Latest Latest
Warning

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

Go to latest
Published: Jul 31, 2019 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AgentEnvService

type AgentEnvService interface {
	// Fetch will return an error if Update was not called beforehand
	Fetch() (apiv1.AgentEnv, error)
	Delete() error
	Update(apiv1.AgentEnv) error
}

func NewNullAgentEnvService

func NewNullAgentEnvService() AgentEnvService

func NewRegistryAgentEnvService

func NewRegistryAgentEnvService(
	registryOptions config.RegistryOptions,
	instanceID apiv1.VMCID,
	logger boshlog.Logger,
) AgentEnvService

type RegistryAgentFactory

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

func NewFactory

func NewFactory(registryOptions config.RegistryOptions, logger boshlog.Logger) RegistryAgentFactory

func (RegistryAgentFactory) Create

func (f RegistryAgentFactory) Create(instanceID apiv1.VMCID) AgentEnvService

Jump to

Keyboard shortcuts

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