startup

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: May 7, 2024 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Runner

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

func NewRunner

func NewRunner(fs afero.Fs) (*Runner, error)

func (*Runner) Run

func (runner *Runner) Run(ctx context.Context) (resultedError error)

type SecretConfig

type SecretConfig struct {
	MonitoringNodes map[string]string `json:"monitoringNodes"`
	// For the client
	ApiUrl      string `json:"apiUrl"`
	ApiToken    string `json:"apiToken"`
	PaasToken   string `json:"paasToken"`
	Proxy       string `json:"proxy"`
	NoProxy     string `json:"noProxy"`
	NetworkZone string `json:"networkZone"`

	// oneAgent
	OneAgentNoProxy string `json:"oneAgentNoProxy"`

	// For the injection
	TenantUUID          string `json:"tenantUUID"`
	HostGroup           string `json:"hostGroup"`
	InitialConnectRetry int    `json:"initialConnectRetry"`
	SkipCertCheck       bool   `json:"skipCertCheck"`

	HasHost           bool `json:"hasHost"`
	EnforcementMode   bool `json:"enforcementMode"`
	CSIMode           bool `json:"csiMode"`
	ReadOnlyCSIDriver bool `json:"readOnlyCSIDriver"`
}

Jump to

Keyboard shortcuts

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