Merge pull request #69791 from stepyu/master

fix comments
This commit is contained in:
k8s-ci-robot 2018-10-15 13:53:10 -07:00 committed by GitHub
commit 5bd5c4e61a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ import (
// Set to true if the wrong build tags are set (see validate_disabled.go).
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 {
Validate(pod *v1.Pod) error
ValidateHost() error