1
0
mirror of synced 2026-02-06 19:05:55 +00:00

Add export artifact generator command

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan
2025-09-16 00:57:49 +03:00
parent f719d2bf76
commit c416671ec4
6 changed files with 165 additions and 0 deletions

View File

@@ -51,6 +51,7 @@ import (
runclient "github.com/fluxcd/pkg/runtime/client"
"github.com/fluxcd/pkg/version"
sourcev1 "github.com/fluxcd/source-controller/api/v1"
swapi "github.com/fluxcd/source-watcher/api/v2/v1beta1"
"github.com/fluxcd/flux2/v2/pkg/manifestgen/install"
)
@@ -134,6 +135,7 @@ func NewScheme() *apiruntime.Scheme {
_ = notificationv1b3.AddToScheme(scheme)
_ = imagereflectv1.AddToScheme(scheme)
_ = imageautov1.AddToScheme(scheme)
_ = swapi.AddToScheme(scheme)
return scheme
}