summaryrefslogtreecommitdiff
path: root/cmd/podman/commands.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-08-19 20:17:31 +0200
committerGitHub <noreply@github.com>2019-08-19 20:17:31 +0200
commitd23639aa4d24278648a2ba5532143d47464a3d7d (patch)
tree52564628f753235de5e3ba416ae6340e004936ac /cmd/podman/commands.go
parentc137e8fcf95b441b5002ec1b39e6cc131471b88a (diff)
parent8c7014f11d02c324b56779ef277e0c9365ce1c86 (diff)
downloadpodman-d23639aa4d24278648a2ba5532143d47464a3d7d.tar.gz
podman-d23639aa4d24278648a2ba5532143d47464a3d7d.tar.bz2
podman-d23639aa4d24278648a2ba5532143d47464a3d7d.zip
Merge pull request #3476 from ashley-cui/remotehealthcheck
Implement healthcheck for remote client
Diffstat (limited to 'cmd/podman/commands.go')
-rw-r--r--cmd/podman/commands.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/cmd/podman/commands.go b/cmd/podman/commands.go
index 27f3fc214..e23918a5b 100644
--- a/cmd/podman/commands.go
+++ b/cmd/podman/commands.go
@@ -71,10 +71,3 @@ func getSystemSubCommands() []*cobra.Command {
_migrateCommand,
}
}
-
-// Commands that the local client implements
-func getHealthcheckSubCommands() []*cobra.Command {
- return []*cobra.Command{
- _healthcheckrunCommand,
- }
-}