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:
parent
3a146a5952
commit
5461b63a25
1 changed files with 0 additions and 1 deletions
|
@ -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"`
|
||||
|
|
Loading…
Add table
Reference in a new issue