mirror of
https://github.com/open-cluster-management-io/ocm.git
synced 2026-02-14 18:09:57 +00:00
* update vendor to add addon-framework Signed-off-by: zhujian <jiazhu@redhat.com> * Move addon manager from addon-framework to ocm repo Signed-off-by: zhujian <jiazhu@redhat.com> * add integration tests for addon manager Signed-off-by: zhujian <jiazhu@redhat.com> * push addon manager image post commit Signed-off-by: zhujian <jiazhu@redhat.com> * use library-go to refactor addon controllers Signed-off-by: zhujian <jiazhu@redhat.com> --------- Signed-off-by: zhujian <jiazhu@redhat.com>
31 lines
476 B
Plaintext
31 lines
476 B
Plaintext
# binaries created by `make build*` commands
|
|
/placement
|
|
/registration
|
|
/work
|
|
/registration-operator
|
|
/addon
|
|
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
!deploy/**
|
|
!vendor/**
|
|
dev-kubeconfig
|
|
e2e-kubeconfig
|
|
hub-kubeconfig
|
|
external-hub-kubeconfig
|
|
external-managed-kubeconfig
|
|
munge-csv
|
|
|
|
# Test binary, build with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
_output/
|
|
|
|
.kubeconfig
|
|
.hub-kubeconfig
|
|
.external-hub-kubeconfig
|
|
.external-managed-kubeconfig |