1
0
mirror of synced 2026-02-13 13:06:56 +00:00

Adding get source external-artifact

Signed-off-by: Daniel Guns <danbguns@gmail.com>
This commit is contained in:
Daniel Guns
2025-10-02 20:05:30 -03:00
committed by dgunzy
parent 7b0021c1a8
commit 1055f28524
3 changed files with 146 additions and 0 deletions

View File

@@ -59,6 +59,10 @@ var getSourceAllCmd = &cobra.Command{
apiType: helmChartType,
list: &helmChartListAdapter{&sourcev1.HelmChartList{}},
},
{
apiType: externalArtifactType,
list: &externalArtifactListAdapter{&sourcev1.ExternalArtifactList{}},
},
}
for _, c := range allSourceCmd {