config

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Oct 24, 2022 License: MIT Imports: 8 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AgentConfig

type AgentConfig struct {
	DaemonSet string `yaml:"daemonSet" long:"agent-daemon-set" description:"Kubernetes daemon set name of the Steadybit agent"`
	Namespace string `yaml:"namespace" long:"agent-namespace" description:"Kubernetes namespace name of the Steadybit agent"`
}

type Config

type Config struct {
	OutputPath string           `yaml:"outputPath" short:"o" long:"output" description:"Path to output directory that will contain the debugging information"`
	NoCleanup  bool             `yaml:"noCleanup" long:"no-cleanup" description:"Skip output directory deletion on command completion?"`
	Kubernetes KubernetesConfig `yaml:"kubernetes"`
	Platform   PlatformConfig   `yaml:"platform"`
	Agent      AgentConfig      `yaml:"agent"`
}

func GetConfig

func GetConfig() Config

type KubernetesConfig

type KubernetesConfig struct {
	KubeConfigPath string `yaml:"kubeConfigPath" long:"kube-config" description:"Path to Kubernetes config"`
}

func (KubernetesConfig) Client

func (c KubernetesConfig) Client() (*kubernetes.Clientset, error)

type PlatformConfig

type PlatformConfig struct {
	Deployment string `yaml:"deployment" long:"platform-deployment" description:"Kubernetes deployment name of the Steadybit platform"`
	Namespace  string `yaml:"namespace" long:"platform-namespace" description:"Kubernetes namespace name of the Steadybit platform"`
}

Jump to

Keyboard shortcuts

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