mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-09 05:01:46 +00:00
Merge pull request #2282 from bgrant0607/docgen
Automatic API generation via go-restful
This commit is contained in:
@@ -20,6 +20,8 @@ import (
|
||||
"strings"
|
||||
)
|
||||
|
||||
// TODO: Address these per #1502
|
||||
|
||||
func IsPullAlways(p PullPolicy) bool {
|
||||
return pullPoliciesEqual(p, PullAlways)
|
||||
}
|
||||
|
Reference in New Issue
Block a user