Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetConnectionFactories ¶
func GetConnectionFactories() map[string]ConnectionFactory
GetConnectionFactories --
Types ¶
type BuildImage ¶
type BuildImage struct { Registry string `yaml:"registry,omitempty"` ImagePrefix string `yaml:"prefix,omitempty"` ImageName string `yaml:"name,omitempty"` Tag string `yaml:"tag,omitempty"` }
BuildImage --
type Configuration ¶
type Configuration struct { TeiidSpringBootVersion string `yaml:"teiidSpringBootVersion,omitempty"` TeiidVersion string `yaml:"teiidVersion,omitempty"` SpringBootVersion string `yaml:"springBootVersion,omitempty"` MavenRepositories map[string]string `yaml:"mavenRepositories,omitempty"` Productized bool `yaml:"productized,omitempty"` EarlyAccess bool `yaml:"earlyAccess,omitempty"` BuildImage BuildImage `yaml:"buildImage,omitempty"` Prometheus PrometheusConfig `yaml:"prometheus,omitempty"` Labels map[string]string `yaml:"labels,omitempty"` }
Configuration --
type ConnectionFactory ¶
type ConnectionFactory struct { Name string `json:"name,omitempty"` DriverNames []string `json:"driverNames,omitempty"` TranslatorName string `json:"translatorName,omitempty"` Dialect string `json:"dialect,omitempty"` SpringBootPropertyPrefix string `json:"springBootPropertyPrefix,omitempty"` JdbcSource bool `json:"jdbc,omitempty"` }
ConnectionFactory --
type ConnectionFactoryList ¶
type ConnectionFactoryList struct {
Items map[string]ConnectionFactory `json:"items"`
}
ConnectionFactoryList --
type PrometheusConfig ¶
PrometheusConfig --
Click to show internal directories.
Click to hide internal directories.