k3s/pkg/registry/rbac
Monis Khan ed35deb69d
Default ObjectNameFunc for all REST Stores
All Stores in Kubernetes follow the same logic for determining the name
of an object.  This change makes it so that CompleteWithOptions defaults
the ObjectNameFunc if it is not specified.  Thus a user does not need to
remember to use ObjectMeta.Name.  Using the wrong field as the name can
lead to an object which has a name that bypasses normal object name
validation.

Signed-off-by: Monis Khan <mkhan@redhat.com>
2017-04-21 15:47:25 -04:00
..
clusterrole Default ObjectNameFunc for all REST Stores 2017-04-21 15:47:25 -04:00
clusterrolebinding Default ObjectNameFunc for all REST Stores 2017-04-21 15:47:25 -04:00
reconciliation autogenerated 2017-04-14 10:40:57 -07:00
rest autogenerated 2017-04-14 10:40:57 -07:00
role Default ObjectNameFunc for all REST Stores 2017-04-21 15:47:25 -04:00
rolebinding Default ObjectNameFunc for all REST Stores 2017-04-21 15:47:25 -04:00
validation Merge pull request #44729 from liggitt/non-resource-url-test 2017-04-21 06:10:26 -07:00
BUILD autogenerated 2017-04-14 10:40:57 -07:00
OWNERS Update authn/authz owners and reviewers 2017-01-27 08:55:44 -05:00
escalation_check.go Avoid nil user special-casing in unsecured endpoint 2017-03-31 13:28:59 -04:00