K8s: Schema v2: Return 406 in /api (#101842)

This commit is contained in:
Stephanie Hingtgen
2025-03-07 18:20:02 -06:00
committed by GitHub
parent 1444e9d572
commit bd0c645ff0
6 changed files with 74 additions and 9 deletions
+5
View File
@@ -52,6 +52,11 @@ type NotFoundError GenericError
// swagger:response badRequestError
type BadRequestError GenericError
// NotAcceptableError is returned when the server cannot produce a response matching the accepted formats.
//
// swagger:response notAcceptableError
type NotAcceptableError GenericError
// ConflictError
//
// swagger:response conflictError