Discover Packages
github.com/kubeflow/model-registry
cmd
package
Version:
v0.2.10
Opens a new window with list of versions in this module.
Published: Nov 8, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 17
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Execute adds all child commands to the root command and sets flags appropriately.
This is called by main.main(). It only needs to happen once to the rootCmd.
type Config struct {
DbFile string `mapstructure:"db-file" yaml:"db-file"`
Hostname string `mapstructure:"hostname" yaml:"hostname"`
Port int `mapstructure:"port" yaml:"port"`
LibraryDirs []string `mapstructure:"metadata-library-dir" yaml:"metadata-library-dir"`
}
type ProxyConfig struct {
MLMDHostname string
MLMDPort int
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.