diff --git a/go.mod b/go.mod index 1b1523fca..defb2d4c1 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( github.com/go-logr/logr v1.2.3 github.com/go-logr/zapr v1.2.3 github.com/golang/protobuf v1.5.2 - github.com/google/go-cmp v0.5.8 + github.com/google/go-cmp v0.5.9 github.com/kubeslice/apis v0.1.4 github.com/kubeslice/gateway-sidecar v0.2.0 github.com/kubeslice/kubeslice-monitoring v0.1.6 diff --git a/go.sum b/go.sum index 72f472857..50080ee56 100644 --- a/go.sum +++ b/go.sum @@ -367,8 +367,6 @@ github.com/kr/pty v1.1.5/go.mod h1:9r2w37qlBe7rQ6e1fg1S/9xpWHSnaqNdHD3WcMdbPDA= github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI= github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY= github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE= -github.com/kubeslice/apis v0.1.1 h1:141adRMtxZFlx6m8BF8bWhusuh/mjtEsO/HctQuyX48= -github.com/kubeslice/apis v0.1.1/go.mod h1:YDSfpIsQM+FtQPaZVGNCTZnlp3viWuQhkjJjIHQdaYs= github.com/kubeslice/apis v0.1.4 h1:v8DZ9skXybEnyYsEZD9VlaZsFG4jmqNKpJSIir+IVCc= github.com/kubeslice/apis v0.1.4/go.mod h1:YDSfpIsQM+FtQPaZVGNCTZnlp3viWuQhkjJjIHQdaYs= github.com/kubeslice/gateway-sidecar v0.2.0 h1:Ja3fIUivuSjUFQ4lPCt79ATq99BxslvAFYUwV9Urpy4= diff --git a/vendor/github.com/kubeslice/kubeslice-monitoring/pkg/events/events_generated.go b/vendor/github.com/kubeslice/kubeslice-monitoring/pkg/events/events_generated.go index 1cc92ed19..3bbb06954 100644 --- a/vendor/github.com/kubeslice/kubeslice-monitoring/pkg/events/events_generated.go +++ b/vendor/github.com/kubeslice/kubeslice-monitoring/pkg/events/events_generated.go @@ -28,22 +28,6 @@ var EventsMap = map[EventName]*EventSchema{ ReportingController: "controller", Message: "ExampleEvent message.", }, - "ClusterNodeIpUpdated": { - Name: "ClusterNodeIpUpdated", - Reason: "ClusterNodeIpUpdated", - Action: "None", - Type: EventTypeNormal, - ReportingController: "worker", - Message: "Successfully updated cluster as change detected in cluster nodes", - }, - "ClusterNodeIpUpdateFail": { - Name: "ClusterNodeIpUpdateFail", - Reason: "ClusterNodeIpUpdateFail", - Action: "None", - Type: EventTypeWarning, - ReportingController: "worker", - Message: "Failed to update node ip in cluster CR", - }, } var ( diff --git a/vendor/modules.txt b/vendor/modules.txt index 520060f66..f69554292 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -112,7 +112,7 @@ github.com/imdario/mergo ## explicit; go 1.12 github.com/json-iterator/go # github.com/kubeslice/apis v0.1.4 -## explicit +## explicit; go 1.16 github.com/kubeslice/apis/pkg/controller/v1alpha1 github.com/kubeslice/apis/pkg/worker/v1alpha1 # github.com/kubeslice/gateway-sidecar v0.2.0