discovery

package
v0.1.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 27, 2026 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ApplicationFile

type ApplicationFile struct {
	Path          string
	DocumentIndex int
	Application   argoappv1.Application
}

type ApplicationSetFile

type ApplicationSetFile struct {
	Path           string
	DocumentIndex  int
	ApplicationSet argoappv1.ApplicationSet
}

type Options

type Options struct {
	AppManifestPaths []string
}

type ProjectFile

type ProjectFile struct {
	Path          string
	DocumentIndex int
	Project       argoappv1.AppProject
}

type Result

type Result struct {
	Applications       []ApplicationFile
	ApplicationSets    []ApplicationSetFile
	SettingsCandidates []SettingsCandidate
	Projects           []ProjectFile
}

func Scan

func Scan(root string, opts Options) (Result, error)

type SettingsCandidate

type SettingsCandidate struct {
	Path          string
	DocumentIndex int
	Kind          string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL