Formatting missing areas with gofmt (#2278)

Co-authored-by: Lenin Alevski <alevsk.8772@gmail.com>
This commit is contained in:
Cesar Celis Hernandez
2022-08-29 18:04:09 -04:00
committed by GitHub
parent 139771f4d4
commit 9357c2db0e
131 changed files with 400 additions and 270 deletions

View File

@@ -48,10 +48,10 @@ func NewDeletePod(ctx *middleware.Context, handler DeletePodHandler) *DeletePod
return &DeletePod{Context: ctx, Handler: handler}
}
/* DeletePod swagger:route DELETE /namespaces/{namespace}/tenants/{tenant}/pods/{podName} OperatorAPI deletePod
/*
DeletePod swagger:route DELETE /namespaces/{namespace}/tenants/{tenant}/pods/{podName} OperatorAPI deletePod
Delete pod
*/
type DeletePod struct {
Context *middleware.Context