Discover Packages
github.com/ydb-platform/ydb-kubernetes-operator
internal
configuration
schema
package
Version:
v0.4.20-alpha
Opens a new window with list of versions in this module.
Published: Feb 7, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Configuration struct {
Hosts []Host `yaml:"hosts"`
KeyConfig *KeyConfig `yaml:"key_config,omitempty"`
}
type Host struct {
Address string `yaml:"address"`
Host string `yaml:"host"`
HostConfigID int `yaml:"host_config_id"`
NodeID int `yaml:"node_id"`
Port int `yaml:"port"`
WalleLocation WalleLocation `yaml:"walle_location"`
}
type Key struct {
ContainerPath string `yaml:"container_path"`
ID string `yaml:"id"`
Pin *string `yaml:"pin,omitempty"`
Version int `yaml:"version"`
}
type KeyConfig struct {
Keys []Key `yaml:"keys"`
}
type WalleLocation struct {
Body int `yaml:"body"`
DataCenter string `yaml:"data_center"`
Rack string `yaml:"rack"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.