config

package
v1.131.1 Latest Latest
Warning

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

Go to latest
Published: May 23, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	*client.Config `yaml:",inline" json:",inline" toml:",inline"`
	Configuration  *Configuration `yaml:"config,omitempty" json:"config,omitempty" toml:"config,omitempty"`
	Secrets        *Secrets       `yaml:"secrets,omitempty" json:"secrets,omitempty" toml:"secrets,omitempty"`
}

Config for client.

type Configuration added in v1.127.0

type Configuration struct {
	Application string `yaml:"application,omitempty" json:"application,omitempty" toml:"application,omitempty"`
	Version     string `yaml:"version,omitempty" json:"version,omitempty" toml:"version,omitempty"`
	Environment string `yaml:"environment,omitempty" json:"environment,omitempty" toml:"environment,omitempty"`
	Continent   string `yaml:"continent,omitempty" json:"continent,omitempty" toml:"continent,omitempty"`
	Country     string `yaml:"country,omitempty" json:"country,omitempty" toml:"country,omitempty"`
	Command     string `yaml:"command,omitempty" json:"command,omitempty" toml:"command,omitempty"`
	Kind        string `yaml:"kind,omitempty" json:"kind,omitempty" toml:"kind,omitempty"`
	Mode        uint32 `yaml:"mode,omitempty" json:"mode,omitempty" toml:"mode,omitempty"`
}

Configuration for client.

type Secrets added in v1.127.0

type Secrets struct {
	Files map[string]string `yaml:"files,omitempty" json:"files,omitempty" toml:"files,omitempty"`
	Path  string            `yaml:"path,omitempty" json:"path,omitempty" toml:"path,omitempty"`
	Mode  uint32            `yaml:"mode,omitempty" json:"mode,omitempty" toml:"mode,omitempty"`
}

Secrets for client.

Jump to

Keyboard shortcuts

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