config

package
v0.17.0 Latest Latest
Warning

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

Go to latest
Published: May 18, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type API

type API struct {
	Key string
	URL string
}

type ClusterControllerVersion added in v0.4.2

type ClusterControllerVersion struct {
	GitCommit, GitRef, Version string
}

func (*ClusterControllerVersion) String added in v0.4.2

func (a *ClusterControllerVersion) String() string

type Config

type Config struct {
	Log            Log
	API            API
	Kubeconfig     string
	ClusterID      string
	PprofPort      int
	LeaderElection LeaderElection
	AksInitData    bool
}

func Get

func Get() Config

Get configuration bound to environment variables.

type LeaderElection added in v0.12.0

type LeaderElection struct {
	Enabled   bool
	Namespace string
	LockName  string
}

type Log

type Log struct {
	Level int
}

Jump to

Keyboard shortcuts

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