Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ConfigFileName = "config.yaml"
)
View Source
var ConfigSample = `` /* 1281-byte string literal not displayed */
View Source
var ConfigSimple = `` /* 324-byte string literal not displayed */
Functions ¶
This section is empty.
Types ¶
type Import ¶
type Import struct { SelectorConfig k8sutils.KubernetesSelector `yaml:"selector" json:"selector" mapstructure:"selector"` OpslevelConfig ServiceRegistrationConfig `yaml:"opslevel" json:"opslevel" mapstructure:"opslevel"` }
type ServiceRegistrationConfig ¶
type ServiceRegistrationConfig struct { Name string `default:".metadata.name"` Description string Owner string Lifecycle string Tier string Product string Language string Framework string Aliases []string // JQ expressions that return a single string or a string[] Tags []string // JQ expressions that return a single string or a map[string]string Tools []string // JQ expressions that return a single map[string]string or a []map[string]string }
Click to show internal directories.
Click to hide internal directories.