diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-03-31 23:01:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-31 23:01:19 +0200 |
commit | 9f5fcc356574b52fd7ad235ea56c30602bbba852 (patch) | |
tree | 57645ee943e460b6d613392980e7312af689aa27 /pkg/domain/entities/healthcheck.go | |
parent | 4d6670421175c46682b0584b190734e3542350c0 (diff) | |
parent | a84c006368ba5a2e43596d4da6245e843314c5c0 (diff) | |
download | podman-9f5fcc356574b52fd7ad235ea56c30602bbba852.tar.gz podman-9f5fcc356574b52fd7ad235ea56c30602bbba852.tar.bz2 podman-9f5fcc356574b52fd7ad235ea56c30602bbba852.zip |
Merge pull request #5655 from baude/v2hcrun
podmanv2 enable healthcheck run
Diffstat (limited to 'pkg/domain/entities/healthcheck.go')
-rw-r--r-- | pkg/domain/entities/healthcheck.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pkg/domain/entities/healthcheck.go b/pkg/domain/entities/healthcheck.go new file mode 100644 index 000000000..a880805f9 --- /dev/null +++ b/pkg/domain/entities/healthcheck.go @@ -0,0 +1,3 @@ +package entities + +type HealthCheckOptions struct{} |