Skip to content

Commit

Permalink
feat: move applition.proto to proto3
Browse files Browse the repository at this point in the history
Signed-off-by: pashakostohrys <pavel@codefresh.io>
  • Loading branch information
pasha-codefresh committed Jun 25, 2024
1 parent 1aeed6a commit be353a2
Show file tree
Hide file tree
Showing 7 changed files with 1,869 additions and 2,351 deletions.
6 changes: 3 additions & 3 deletions pkg/apiclient/apiclient.go
Original file line number Diff line number Diff line change
Expand Up @@ -819,9 +819,9 @@ func (c *client) WatchApplicationWithRetry(ctx context.Context, appName string,
if err == nil {
var wc applicationpkg.ApplicationService_WatchClient
wc, err = appIf.Watch(ctx, &applicationpkg.ApplicationQuery{
Name: &appName,
AppNamespace: &appNs,
ResourceVersion: &revision,
Name: appName,
AppNamespace: appNs,
ResourceVersion: revision,
})
if err == nil {
for {
Expand Down
Loading

0 comments on commit be353a2

Please sign in to comment.