package
Version:
v0.0.0-...-4355fa8
Opens a new window with list of versions in this module.
Published: Nov 18, 2024
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type GoFlowServer struct {
Image string `yaml:"image"`
Replicas int32 `yaml:"replicas"`
Address string `yaml:"address"`
}
type Kubernetes struct {
Namespace string `yaml:"namespace"`
ClusterURL string `yaml:"clusterUrl"`
}
type Redis struct {
Image string `yaml:"image"`
Replicas int32 `yaml:"replicas"`
}
type Workerpool struct {
Image string `yaml:"image"`
Replicas int32 `yaml:"replicas"`
PathToHandlers string `yaml:"path_to_handlers"`
PluginBuilderImage string `yaml:"plugin_builder_image"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.