Commit 6ac518e0 authored by stepyu's avatar stepyu

fix comments

parent 02cca1f1
...@@ -36,7 +36,7 @@ import ( ...@@ -36,7 +36,7 @@ import (
// Set to true if the wrong build tags are set (see validate_disabled.go). // Set to true if the wrong build tags are set (see validate_disabled.go).
var isDisabledBuild bool var isDisabledBuild bool
// Interface for validating that a pod with with an AppArmor profile can be run by a Node. // Interface for validating that a pod with an AppArmor profile can be run by a Node.
type Validator interface { type Validator interface {
Validate(pod *v1.Pod) error Validate(pod *v1.Pod) error
ValidateHost() error ValidateHost() error
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment