Swagger output for PATCH can be more strongly typed
This commit is contained in:
@@ -64,3 +64,6 @@ func (apiVersions APIVersions) String() string {
|
||||
func (apiVersions APIVersions) GoString() string {
|
||||
return apiVersions.String()
|
||||
}
|
||||
|
||||
// Patch is provided to give a concrete name and type to the Kubernetes PATCH request body.
|
||||
type Patch struct{}
|
||||
|
Reference in New Issue
Block a user