Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// Server configuration - single port for all Connect services
Server ServerConfig `json:"server"`
// Executor configuration
Executor ExecutorConfig `json:"executor"`
// Kubernetes configuration
Kubernetes KubernetesConfig `json:"kubernetes"`
}
Config holds configuration for the unified Flyte Manager
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 ServerConfig ¶ added in v2.0.1
ServerConfig holds HTTP server configuration
Click to show internal directories.
Click to hide internal directories.