config

package
v1.0.31 Latest Latest
Warning

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

Go to latest
Published: Oct 27, 2025 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ParseConfiguration

func ParseConfiguration()

func ValidateConfiguration

func ValidateConfiguration()

Types

type Specification

type Specification struct {
	KubernetesClusterName             string `json:"kubernetesClusterName" split_words:"true" required:"false"`
	KubernetesNodeName                string `json:"kubernetesNodeName" split_words:"true" required:"false"`
	KubernetesPodName                 string `json:"kubernetesPodName" split_words:"true" required:"false"`
	KubernetesNamespace               string `json:"kubernetesNamespace" split_words:"true" required:"false"`
	EnableLocationSelection           bool   `json:"enableLocationSelection" split_words:"true" required:"false"`
	EnableWidgetBackwardCompatibility bool   `json:"enableWidgetBackwardCompatibility" split_words:"true" required:"false" default:"true"`
}

Specification is the configuration specification for the extension. Configuration values can be applied through environment variables. Learn more through the documentation of the envconfig package. https://github.com/kelseyhightower/envconfig

var (
	Config Specification
)

Jump to

Keyboard shortcuts

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