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
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 ¶
ServiceConfig holds HTTP server configuration for a service
Click to show internal directories.
Click to hide internal directories.