Ignore .import-restrictions when checking against generated docs

This commit is contained in:
Davanum Srinivas
2017-10-06 06:56:09 -04:00
parent 21fdd1c5ed
commit eda7fbd16a
2 changed files with 2 additions and 2 deletions

View File

@@ -69,7 +69,7 @@ const (
// LabelNodeRoleExcludeBalancer specifies that the node should be
// exclude from load balancers created by a cloud provider.
LabelNodeRoleExcludeBalancer = "node.role.kubernetes.io/exclude-balancer"
LabelNodeRoleExcludeBalancer = "alpha.node.role.kubernetes.io/exclude-balancer"
)
type cachedService struct {