1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-31 03:45:17 +00:00

744 removed uneeded comment

This commit is contained in:
shravan 2020-05-13 10:27:08 +05:30
parent 3a146a5952
commit 5461b63a25

View file

@ -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"`