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

remove commented code

This commit is contained in:
Shuting Zhao 2019-08-21 17:23:51 -07:00
parent ead99660f0
commit fcaa495790

View file

@ -18,7 +18,6 @@ import (
// Validate handles validating admission request
// Checks the target resources for rules defined in the policy
// func Validate(policy kyverno.Policy, resource unstructured.Unstructured) EngineResponse {
func Validate(policy kyverno.Policy, resource unstructured.Unstructured) (response EngineResponse) {
// var response EngineResponse
startTime := time.Now()