This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a change to branch main
in repository
https://gitbox.apache.org/repos/asf/skywalking-kubernetes-event-exporter.git.
from c60c8e8 Merge pull request #7 from apache/enhance
add c1e822f Fix Kubernetes registry, signals overhaul
add 193223b Update dist/NOTICE
add 497c7c7 Fix lint
new 0214f27 Fix Kubernetes registry, signals overhaul
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
CHANGES.md | 6 +
README.md | 2 +-
cmd/start.go | 15 +-
configs/config.go | 20 +-
configs/config_test.go | 3 +-
LICENSE => dist/LICENSE | 52 ++++-
NOTICE => dist/NOTICE | 0
dist/licenses/LICENSE-golang-lru.txt | 362 +++++++++++++++++++++++++++++++++++
dist/licenses/LICENSE-logrus.txt | 21 ++
dist/licenses/LICENSE-yaml.v3.txt | 49 +++++
go.mod | 1 +
go.sum | 3 +-
licenses/LICENSE-linguist | 22 +++
pkg/event/event.go | 4 -
pkg/exporter/console.go | 100 +++++-----
pkg/exporter/exporter.go | 8 +-
pkg/exporter/render.go | 91 +++++++++
pkg/exporter/skywalking.go | 165 +++++++---------
pkg/exporter/util.go | 36 ----
pkg/k8s/event.go | 20 +-
pkg/k8s/registry.go | 181 ++++++++++--------
pkg/pipe/pipe.go | 57 ++----
22 files changed, 880 insertions(+), 338 deletions(-)
create mode 100644 CHANGES.md
copy LICENSE => dist/LICENSE (83%)
copy NOTICE => dist/NOTICE (100%)
create mode 100644 dist/licenses/LICENSE-golang-lru.txt
create mode 100644 dist/licenses/LICENSE-logrus.txt
create mode 100644 dist/licenses/LICENSE-yaml.v3.txt
create mode 100644 licenses/LICENSE-linguist
create mode 100644 pkg/exporter/render.go
delete mode 100644 pkg/exporter/util.go