Merge pull request #2282 from bgrant0607/docgen

Automatic API generation via go-restful
This commit is contained in:
Daniel Smith
2014-11-14 13:12:25 -08:00
18 changed files with 408 additions and 142 deletions

View File

@@ -20,6 +20,8 @@ import (
"strings"
)
// TODO: Address these per #1502
func IsPullAlways(p PullPolicy) bool {
return pullPoliciesEqual(p, PullAlways)
}