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
Click to show internal directories.
Click to hide internal directories.