update admission control to properly indicate resource

This commit is contained in:
deads2k
2015-01-30 08:16:46 -05:00
parent 8a2fe9bd2b
commit 889c4cc755
6 changed files with 27 additions and 27 deletions

View File

@@ -24,7 +24,7 @@ import (
// that is used to make an admission decision.
type Attributes interface {
GetNamespace() string
GetKind() string
GetResource() string
GetOperation() string
GetObject() runtime.Object
}