diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-07-26 13:19:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-26 13:19:36 +0200 |
commit | 11e8e655683535999f4d7f2b79859a8ec537b765 (patch) | |
tree | 7af5209dd49e9ed35ed084fcf1b2d643f3f6bfa1 /pkg/api | |
parent | c2deeff10101a5d9da70ecf496f8bdfc4ec99fb4 (diff) | |
parent | ba6a182155c6a0e68699448d9c847e9f5f1c451e (diff) | |
download | podman-11e8e655683535999f4d7f2b79859a8ec537b765.tar.gz podman-11e8e655683535999f4d7f2b79859a8ec537b765.tar.bz2 podman-11e8e655683535999f4d7f2b79859a8ec537b765.zip |
Merge pull request #7084 from TomSweeneyRedHat/dev/tsweeney/exp_api
Remove 'experimental' from API doc
Diffstat (limited to 'pkg/api')
-rw-r--r-- | pkg/api/server/docs.go | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/pkg/api/server/docs.go b/pkg/api/server/docs.go index 124c16092..1aaf31117 100644 --- a/pkg/api/server/docs.go +++ b/pkg/api/server/docs.go @@ -1,8 +1,10 @@ -// Package api Provides a container compatible interface. (Experimental) +// Package api Provides a container compatible interface. // -// This documentation describes the HTTP Libpod interface. It is to be considered -// only as experimental as this point. The endpoints, parameters, inputs, and -// return values can all change. +// This documentation describes the Podman v2.0 RESTful API. +// It replaces the Podman v1.0 API and was initially delivered +// along with Podman v2.0. It consists of a Docker-compatible +// API and a Libpod API providing support for Podman’s unique +// features such as pods. // // To start the service and keep it running for 5,000 seconds (-t 0 runs forever): // |