summaryrefslogtreecommitdiff
path: root/pkg/domain/infra/tunnel/healthcheck.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-12-21 15:00:22 -0500
committerGitHub <noreply@github.com>2020-12-21 15:00:22 -0500
commit182646b01a4544902c9fdf9326889a0ced7d9a8e (patch)
treed37e89ca4c27877098a4136910db68158e71d855 /pkg/domain/infra/tunnel/healthcheck.go
parent076f77b964329c830664b4d6fa3234f608f07591 (diff)
parent401dcff8389e10c6fd88ad34f82daccb8f800d3f (diff)
downloadpodman-182646b01a4544902c9fdf9326889a0ced7d9a8e.tar.gz
podman-182646b01a4544902c9fdf9326889a0ced7d9a8e.tar.bz2
podman-182646b01a4544902c9fdf9326889a0ced7d9a8e.zip
Merge pull request #8775 from baude/bindings3cons
podman v3 container bindings
Diffstat (limited to 'pkg/domain/infra/tunnel/healthcheck.go')
-rw-r--r--pkg/domain/infra/tunnel/healthcheck.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/domain/infra/tunnel/healthcheck.go b/pkg/domain/infra/tunnel/healthcheck.go
index ac28712ce..b3ff888d8 100644
--- a/pkg/domain/infra/tunnel/healthcheck.go
+++ b/pkg/domain/infra/tunnel/healthcheck.go
@@ -9,5 +9,5 @@ import (
)
func (ic *ContainerEngine) HealthCheckRun(ctx context.Context, nameOrID string, options entities.HealthCheckOptions) (*define.HealthCheckResults, error) {
- return containers.RunHealthCheck(ic.ClientCxt, nameOrID)
+ return containers.RunHealthCheck(ic.ClientCxt, nameOrID, nil)
}