Merge pull request #9505 from TristanCacqueray/master

[CI:DOCS] swagger: removes the schema type for PodSpecGenerator $ref
This commit is contained in:
OpenShift Merge Robot 2021-02-26 11:21:26 +01:00 committed by GitHub
commit 05410e81ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -36,7 +36,6 @@ func (s *APIServer) registerPodsHandlers(r *mux.Router) error {
// name: create
// description: attributes for creating a pod
// schema:
// type: object
// $ref: "#/definitions/PodSpecGenerator"
// responses:
// 200: