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
Click to show internal directories.
Click to hide internal directories.