Documentation ¶
Overview ¶
package splunk installs splunk Otel Collector. ref. https://github.com/signalfx/splunk-otel-collector-chart
Index ¶
Constants ¶
View Source
const ( DefaultMinimumNodes int = 1 DefaultHelmChartRepoURL = "" /* 135-byte string literal not displayed */ )
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(cfg *Config) k8s_tester.Tester
Types ¶
type Config ¶
type Config struct { Enable bool `json:"enable"` Prompt bool `json:"-"` Stopc chan struct{} `json:"-"` Logger *zap.Logger `json:"-"` LogWriter io.Writer `json:"-"` Client client.Client `json:"-"` // MinimumNodes is the minimum number of Kubernetes nodes required for installing this addon. MinimumNodes int `json:"minimum_nodes"` // HelmChartRepoURL is the helm chart repo URL. HelmChartRepoURL string `json:"helm_chart_repo_url"` // Namespace to create test resources. Namespace string `json:"namespace"` // Splunk access key for the Splunk agent AccessKey string `json:"access_key"` // SplunkRealm is the region for the splunk endpoint SplunkRealm string `json:"splunk_realm"` }
func NewDefault ¶
func NewDefault() *Config
func (*Config) ValidateAndSetDefaults ¶
Directories ¶
Path | Synopsis |
---|---|
cmd
|
|
k8s-tester-splunk
k8s-tester-splunk installs Splunk agent using helm, and tests that it's able to function correctly.
|
k8s-tester-splunk installs Splunk agent using helm, and tests that it's able to function correctly. |
Click to show internal directories.
Click to hide internal directories.