From 5461b63a258953b71d0db7f62bace1f81f622d71 Mon Sep 17 00:00:00 2001 From: shravan Date: Wed, 13 May 2020 10:27:08 +0530 Subject: [PATCH] 744 removed uneeded comment --- pkg/engine/context/context.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/engine/context/context.go b/pkg/engine/context/context.go index bfa48b9670..732b4eeb48 100644 --- a/pkg/engine/context/context.go +++ b/pkg/engine/context/context.go @@ -65,7 +65,6 @@ func (ctx *Context) AddJSON(dataRaw []byte) error { return nil } -//AddResource data at path: request.object func (ctx *Context) AddRequest(request *v1beta1.AdmissionRequest) error { modifiedResource := struct { Request interface{} `json:"request"`