Documentation
¶
Overview ¶
Package common defines generic constants and structs
Package common defines generic constants and structs
Index ¶
Constants ¶
View Source
const ( DiscoveryTypeOCI = "oci" DiscoveryTypeLocal = "local" DiscoveryTypeGCP = "gcp" DiscoveryTypeKubernetes = "kubernetes" DiscoveryTypeREST = "rest" )
DiscoveryType constants
View Source
const ( DistributionTypeOCI = "oci" DistributionTypeLocal = "local" )
DistributionType constants
Variables ¶
View Source
var ( // DefaultPluginRoot is the default plugin root. DefaultPluginRoot = filepath.Join(xdg.DataHome, "_tanzu-cli") // DefaultCacheDir is the default cache directory DefaultCacheDir = filepath.Join(xdg.Home, ".cache", "_tanzu") // DefaultLocalPluginDistroDir is the default Local plugin distribution root directory // This directory will be used for local discovery and local distribute of plugins DefaultLocalPluginDistroDir = filepath.Join(xdg.Home, ".config", "_tanzu-plugins") // DefaultArtifactsDir is the root artifacts directory DefaultArtifactsDir = "artifacts" )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.