config

package
v2.0.0 Latest Latest
Warning

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

Go to latest
Published: Dec 22, 2025 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	// Runs Service configuration
	RunsService ServiceConfig `json:"runsService"`

	// Queue Service configuration
	QueueService ServiceConfig `json:"queueService"`

	// Executor configuration
	Executor ExecutorConfig `json:"executor"`

	// Kubernetes configuration
	Kubernetes KubernetesConfig `json:"kubernetes"`
}

Config holds configuration for the unified Flyte Manager

func GetConfig

func GetConfig() *Config

GetConfig retrieves the current config value or default.

type ExecutorConfig

type ExecutorConfig struct {
	HealthProbePort int `json:"healthProbePort"`
}

ExecutorConfig holds executor-specific configuration

type KubernetesConfig

type KubernetesConfig struct {
	Namespace  string `json:"namespace"`
	KubeConfig string `json:"kubeconfig"` // Optional, defaults to in-cluster or ~/.kube/config
}

KubernetesConfig holds Kubernetes client configuration

type ServiceConfig

type ServiceConfig struct {
	Host string `json:"host"`
	Port int    `json:"port"`
}

ServiceConfig holds HTTP server configuration for a service

Jump to

Keyboard shortcuts

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