Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApplicationFileInfo ¶
type DetectionSettings ¶
type DetectionSettings struct {
BasePath string
PortDetectionStrategy []PortDetectionAlgorithm
}
type DevfileFilter ¶ added in v1.0.1
type DevfileScore ¶ added in v1.1.2
type DevfileType ¶ added in v1.1.2
type EnvVar ¶ added in v1.1.5
type EnvVar struct {
// Name is the name of the environment variable.
Name string
// Value is the value associated with the environment variable.
Value string
}
EnvVar represents an environment variable with a name and a corresponding value.
type PortDetectionAlgorithm ¶
type PortDetectionAlgorithm int
const ( DockerFile PortDetectionAlgorithm = 0 Compose PortDetectionAlgorithm = 1 Source PortDetectionAlgorithm = 2 )
type PortMatchRule ¶
type PortMatchRules ¶
type PortMatchRules struct {
MatchIndexRegexes []PortMatchRule
MatchRegexes []PortMatchSubRule
}
type PortMatchSubRule ¶
Click to show internal directories.
Click to hide internal directories.