config

package
v1.15.0 Latest Latest
Warning

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

Go to latest
Published: Jun 1, 2026 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const (
	NamespaceEnvKey    = "KUBE_POD_NAMESPACE"
	ReleaseNameEnvKey  = "HELM_RELEASE_NAME"
	DefaultReleaseName = "volcano"

	DefaultNamespace = "volcano-system"
	DefaultConfigKey = "volcano-controller.conf"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type FakeLoader

type FakeLoader struct {
	Config *api.NetworkTopologyConfig
	// contains filtered or unexported fields
}

func NewFakeLoader

func NewFakeLoader(cfg *api.NetworkTopologyConfig) *FakeLoader

func (*FakeLoader) LoadConfig

func (m *FakeLoader) LoadConfig() (*api.NetworkTopologyConfig, error)

func (*FakeLoader) SetConfig

func (m *FakeLoader) SetConfig(cfg *api.NetworkTopologyConfig)

type Loader

type Loader interface {
	LoadConfig() (*api.NetworkTopologyConfig, error)
}

func NewConfigLoader

func NewConfigLoader(configMapLister v1.ConfigMapLister, namespace, name string) Loader

NewConfigLoader creates a new config loader

Jump to

Keyboard shortcuts

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