Skip to content

Commit

Permalink
Merge branch 'main' into handling-all-cases-for-5xx
Browse files Browse the repository at this point in the history
  • Loading branch information
prakash100198 committed May 27, 2024
2 parents 7a7b8dc + 079e807 commit 7233855
Show file tree
Hide file tree
Showing 10 changed files with 1,247 additions and 922 deletions.
8 changes: 2 additions & 6 deletions bean/Bean.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package bean

import (
"github.com/devtron-labs/common-lib/utils/remoteConnection/bean"
client "github.com/devtron-labs/kubelink/grpc"
v1 "k8s.io/api/core/v1"
"k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
Expand Down Expand Up @@ -231,10 +232,5 @@ type ClusterInfo struct {
KeyData string `json:"-"`
CertData string `json:"-"`
CAData string `json:"-"`
ProxyUrl string `json:"proxyUrl"`
ToConnectWithSSHTunnel bool `json:"toConnectWithSSHTunnel'"`
SSHTunnelUser string `json:"sshTunnelUser"`
SSHTunnelPassword string `json:"sshTunnelPassword"`
SSHTunnelAuthKey string `json:"sshTunnelAuthKey"`
SSHTunnelServerAddress string `json:"sshTunnelServerAddress"`
RemoteConnectionConfig *bean.RemoteConnectionConfigBean
}
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
//github.com/argoproj/gitops-engine v0.7.1-0.20231013183858-f15cf615b814
github.com/aws/aws-sdk-go v1.44.285
github.com/caarlos0/env v3.5.0+incompatible
github.com/devtron-labs/common-lib v0.0.18-0.20240520084257-237319ab2bed
github.com/devtron-labs/common-lib v0.0.18-0.20240524141543-f4ed1281e694
github.com/docker/docker-credential-helpers v0.7.0 // indirect
github.com/evanphx/json-patch v5.7.0+incompatible
github.com/go-pg/pg v6.15.1+incompatible
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -716,8 +716,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/devtron-labs/authenticator v0.4.31 h1:CEMLek3JnMuH9ULsC6BHNJr+NiyGzBd4lgdSxH2IGnc=
github.com/devtron-labs/authenticator v0.4.31/go.mod h1:ozNfT8WcruiSgnUbyp48WVfc41++W6xYXhKFp67lNTU=
github.com/devtron-labs/common-lib v0.0.18-0.20240520084257-237319ab2bed h1:Jt9dHdE+sYoH1N2v3Se9Tgnr/7YrpCKYmB+nDcI73B4=
github.com/devtron-labs/common-lib v0.0.18-0.20240520084257-237319ab2bed/go.mod h1:deAcJ5IjUjM6ozZQLJEgPWDUA0mKa632LBsKx8uM9TE=
github.com/devtron-labs/common-lib v0.0.18-0.20240524141543-f4ed1281e694 h1:lUcMarRvAKzsLpmuYwFgOsKLJQpHsJuvbKG+we/dI58=
github.com/devtron-labs/common-lib v0.0.18-0.20240524141543-f4ed1281e694/go.mod h1:deAcJ5IjUjM6ozZQLJEgPWDUA0mKa632LBsKx8uM9TE=
github.com/distribution/distribution/v3 v3.0.0-20221208165359-362910506bc2 h1:aBfCb7iqHmDEIp6fBvC/hQUddQfg+3qdYjwzaiP9Hnc=
github.com/distribution/distribution/v3 v3.0.0-20221208165359-362910506bc2/go.mod h1:WHNsWjnIn2V1LYOrME7e8KxSeKunYHsxEm4am0BUtcI=
github.com/docker/cli v24.0.6+incompatible h1:fF+XCQCgJjjQNIMjzaSmiKJSCcfcXb3TWTcc7GAneOY=
Expand Down
Loading

0 comments on commit 7233855

Please sign in to comment.