Improve error message when name is omitted but generateName is available

This commit is contained in:
derekwaynecarr
2015-04-14 18:03:26 -04:00
parent 4d3b66c09f
commit 81dcd8c836
17 changed files with 184 additions and 81 deletions

View File

@@ -27,6 +27,7 @@ type Attributes interface {
GetResource() string
GetOperation() string
GetObject() runtime.Object
GetKind() string
}
// Interface is an abstract, pluggable interface for Admission Control decisions.