copyright license update

Signed-off-by: hongming <talonwan@yunify.com>
This commit is contained in:
hongming
2020-05-25 14:51:24 +08:00
parent 48db63b91f
commit 85b61dce7c
394 changed files with 3050 additions and 2067 deletions

View File

@@ -32,6 +32,8 @@ import (
"k8s.io/apiserver/pkg/authentication/user"
)
// Following code copied from k8s.io/apiserver/pkg/authorization/union to avoid import collision
// unionAuthzHandler authorizer against a chain of authorizer.Authorizer
type unionAuthzHandler []authorizer.Authorizer