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:
parent
ead99660f0
commit
fcaa495790
1 changed files with 0 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue