config

package
v1.0.8 Latest Latest
Warning

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

Go to latest
Published: Aug 7, 2025 License: MIT Imports: 0 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 {
	Interval      int
	HomeAssistant HomeAssistantConfig
	Git           GitConfig
	Kubernetes    KubernetesConfig
	Metrics       MetricsConfig
}

type GitConfig

type GitConfig struct {
	SshKeyPath string
	Token      string
}

type HomeAssistantConfig

type HomeAssistantConfig struct {
	ConfigPath string
	Url        string
	Token      string
}

type KubernetesConfig

type KubernetesConfig struct {
	KubeconfigPath string
	Namespace      string
	Deployment     string
}

type MetricsConfig

type MetricsConfig struct {
	Enabled bool
	Port    int
}

Jump to

Keyboard shortcuts

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