values

package
v1.3.6 Latest Latest
Warning

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

Go to latest
Published: Feb 12, 2026 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DependencyKindEtcd    DependencyKind = "Etcd"
	DependencyKindStorage DependencyKind = "Storage"
	DependencyKindPulsar  DependencyKind = "Pulsar"
	DependencyKindKafka   DependencyKind = "Kafka"
	DependencyKindTei     DependencyKind = "Tei"

	// Chart names & values sub-fields in milvus-helm
	Etcd     = "etcd"
	Minio    = "minio"
	Pulsar   = "pulsar"
	PulsarV3 = "pulsarv3"
	Kafka    = "kafka"
	Tei      = "tei"
)
View Source
const (
	ValuesRootPath = "config/assets/charts"
	// DefaultValuesPath is the path to the default values file
	DefaultValuesPath = ValuesRootPath + "/values.yaml"
)

Variables

This section is empty.

Functions

func MustInitDefaultValuesProvider

func MustInitDefaultValuesProvider()

Types

type Chart

type Chart = string

type ChartVersion

type ChartVersion string
const (
	ChartVersionPulsarV2 ChartVersion = "pulsar-v2"
	ChartVersionPulsarV3 ChartVersion = "pulsar-v3"
)

type DefaultValuesProvider

type DefaultValuesProvider interface {
	GetDefaultValues(dependencyName DependencyKind, chartVersion ChartVersion) map[string]interface{}
}

func GetDefaultValuesProvider

func GetDefaultValuesProvider() DefaultValuesProvider

type DefaultValuesProviderImpl

type DefaultValuesProviderImpl struct {
	// contains filtered or unexported fields
}

DefaultValuesProviderImpl is a DefaultValuesProvider implementation

func (DefaultValuesProviderImpl) GetDefaultValues

func (d DefaultValuesProviderImpl) GetDefaultValues(dependencyName DependencyKind, chartVersion ChartVersion) map[string]interface{}

type DependencyKind

type DependencyKind string

type Values

type Values = map[string]interface{}

Jump to

Keyboard shortcuts

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