mirror of
https://github.com/containers/podman.git
synced 2025-12-01 02:27:13 +08:00
[CI:DOCS] Set all operation id to be compatibile
Libpod operation id's changed to better match compatibile id Builds on https://github.com/containers/podman/pull/9123 and corrects a duplicated ID. Signed-off-by: Jhon Honce <jhonce@redhat.com>
This commit is contained in:
@@ -8,7 +8,7 @@ import (
|
||||
)
|
||||
|
||||
func (s *APIServer) registerGenerateHandlers(r *mux.Router) error {
|
||||
// swagger:operation GET /libpod/generate/{name:.*}/systemd libpod libpodGenerateSystemd
|
||||
// swagger:operation GET /libpod/generate/{name:.*}/systemd libpod GenerateSystemdLibpod
|
||||
// ---
|
||||
// tags:
|
||||
// - containers
|
||||
@@ -75,7 +75,7 @@ func (s *APIServer) registerGenerateHandlers(r *mux.Router) error {
|
||||
// $ref: "#/responses/InternalError"
|
||||
r.HandleFunc(VersionedPath("/libpod/generate/{name:.*}/systemd"), s.APIHandler(libpod.GenerateSystemd)).Methods(http.MethodGet)
|
||||
|
||||
// swagger:operation GET /libpod/generate/kube libpod libpodGenerateKube
|
||||
// swagger:operation GET /libpod/generate/kube libpod GenerateKubeLibpod
|
||||
// ---
|
||||
// tags:
|
||||
// - containers
|
||||
|
||||
Reference in New Issue
Block a user