diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-05-20 07:16:35 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-20 07:16:35 -0400 |
commit | 916d8231c52eb89fae9982c63a956388fca648c2 (patch) | |
tree | 335652b32332e57e092a1bbf80914517190f136e /pkg/api/types | |
parent | 1916fe22a932183e0847e9f7b087f6ece4d7c48c (diff) | |
parent | 5b79cf15a0226dc3dad5053615ee652823376cd3 (diff) | |
download | podman-916d8231c52eb89fae9982c63a956388fca648c2.tar.gz podman-916d8231c52eb89fae9982c63a956388fca648c2.tar.bz2 podman-916d8231c52eb89fae9982c63a956388fca648c2.zip |
Merge pull request #14297 from jwhonce/wip/swagger
Swagger refactor/cleanup
Diffstat (limited to 'pkg/api/types')
-rw-r--r-- | pkg/api/types/types.go | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/pkg/api/types/types.go b/pkg/api/types/types.go index d5067cc54..034bae6d4 100644 --- a/pkg/api/types/types.go +++ b/pkg/api/types/types.go @@ -1,13 +1,5 @@ package types -const ( - // DefaultAPIVersion is the version of the compatible API the server defaults to - DefaultAPIVersion = "1.40" // See https://docs.docker.com/engine/api/v1.40/ - - // MinimalAPIVersion is the minimal required version of the compatible API - MinimalAPIVersion = "1.24" -) - type APIContextKey int const ( |