Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Mizu
Commits
883b0388
Commit
883b0388
authored
3 years ago
by
Rami Berman
Browse files
Options
Download
Email Patches
Plain Diff
Update utils.go, tapClusterResourceManagement.go, and utils.go
parent
19eb6133
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
agent/pkg/utils/utils.go
+1
-1
agent/pkg/utils/utils.go
cli/cmd/tapClusterResourceManagement.go
+1
-1
cli/cmd/tapClusterResourceManagement.go
shared/kubernetes/utils.go
+1
-1
shared/kubernetes/utils.go
with
3 additions
and
3 deletions
+3
-3
agent/pkg/utils/utils.go
+
1
-
1
View file @
883b0388
...
...
@@ -82,4 +82,4 @@ func IsSocketErrorBrokenPipe(err error) bool {
}
}
return
false
}
\ No newline at end of file
}
This diff is collapsed.
Click to expand it.
cli/cmd/tapClusterResourceManagement.go
+
1
-
1
View file @
883b0388
...
...
@@ -252,4 +252,4 @@ func cleanUpNonRestrictedMode(ctx context.Context, cancel context.CancelFunc, ku
}
return
leftoverResources
}
\ No newline at end of file
}
This diff is collapsed.
Click to expand it.
shared/kubernetes/utils.go
+
1
-
1
View file @
883b0388
...
...
@@ -64,4 +64,4 @@ func GetPodInfosForPods(pods []core.Pod) []shared.PodInfo {
podInfos
=
append
(
podInfos
,
shared
.
PodInfo
{
Name
:
pod
.
Name
,
Namespace
:
pod
.
Namespace
})
}
return
podInfos
}
\ No newline at end of file
}
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help