Skip to content

Commit

Permalink
Revert "Detect deployment failures with gateway (#6126)"
Browse files Browse the repository at this point in the history
This reverts commit 6a9173f.
  • Loading branch information
nithyatsu committed Sep 13, 2023
1 parent 9b2cbd3 commit f6c7d64
Show file tree
Hide file tree
Showing 13 changed files with 1,387 additions and 2,091 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ require (
github.com/wI2L/jsondiff v0.2.0
go.etcd.io/etcd/client/v3 v3.5.9
go.etcd.io/etcd/server/v3 v3.5.9
go.mongodb.org/mongo-driver v1.12.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.42.0
go.opentelemetry.io/contrib/instrumentation/runtime v0.42.0
go.opentelemetry.io/otel v1.16.0
Expand Down Expand Up @@ -97,7 +98,6 @@ require (
github.com/tidwall/gjson v1.14.0 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
go.mongodb.org/mongo-driver v1.12.0 // indirect
)

require (
Expand Down
322 changes: 297 additions & 25 deletions pkg/corerp/handlers/kubernetes.go

Large diffs are not rendered by default.

323 changes: 0 additions & 323 deletions pkg/corerp/handlers/kubernetes_deployment_waiter.go

This file was deleted.

Loading

0 comments on commit f6c7d64

Please sign in to comment.