 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
- type RunConfig
- func (rc *RunConfig) GetAgentVersion() string
- func (rc *RunConfig) GetContainerBackend() (containerbackend.ContainerBackend, error)
- func (rc *RunConfig) Logger() *echelon.Logger
- func (rc *RunConfig) SetAgentVersion(agentVersion string)
- func (rc *RunConfig) SetAgentVersionWithoutDowngrade(agentVersion string) error
- func (rc *RunConfig) SetLogger(logger *echelon.Logger)
 
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RunConfig ¶
type RunConfig struct {
	ContainerBackendType       string
	ProjectDir                 string
	Endpoint                   endpoint.Endpoint
	ServerSecret, ClientSecret string
	TaskID                     int64
	DirtyMode        bool
	ContainerOptions options.ContainerOptions
	TartOptions      options.TartOptions
	VetuOptions      options.VetuOptions
	AdditionalEnvironment map[string]string
	// contains filtered or unexported fields
}
    func (*RunConfig) GetAgentVersion ¶
func (*RunConfig) GetContainerBackend ¶ added in v0.79.0
func (rc *RunConfig) GetContainerBackend() (containerbackend.ContainerBackend, error)
func (*RunConfig) SetAgentVersion ¶
func (*RunConfig) SetAgentVersionWithoutDowngrade ¶ added in v0.44.0
 Click to show internal directories. 
   Click to hide internal directories.