Documentation ¶
Index ¶
Constants ¶
View Source
const (
// ParcelConfigPath is a default path for config file
ParcelConfigPath = "/etc/parcel.config"
)
Variables ¶
This section is empty.
Functions ¶
func GetVersionJSON ¶
GetVersionJSON returns VersionInfo object in JSON string
Types ¶
type Config ¶
type Config struct { CatalogServiceURL string `json:"catalogServiceURL"` Namespace string `json:"namespace"` KubernetesConfigPath string `json:"kubernetesConfigPath"` }
Config object contains configuration
type VersionInfo ¶
type VersionInfo struct { CliVersion string `json:"cliVersion"` GitCommit string `json:"gitCommit"` BuildDate string `json:"buildDate"` GoVersion string `json:"goVersion"` Compiler string `json:"compiler"` Platform string `json:"platform"` }
VersionInfo object contains version related info
Click to show internal directories.
Click to hide internal directories.