Versions in this module Expand all Collapse all v0 v0.2.2 Feb 4, 2015 Changes in this version + type NamedRole struct + Name string + Role Role + type NamedRoleBinding struct + Name string + RoleBinding RoleBinding + type Policy struct + LastModified kutil.Time + Roles []NamedRole + func (*Policy) IsAnAPIObject() + type PolicyBinding struct + LastModified kutil.Time + PolicyRef kapi.ObjectReference + RoleBindings []NamedRoleBinding + func (*PolicyBinding) IsAnAPIObject() + type PolicyBindingList struct + Items []PolicyBinding + func (*PolicyBindingList) IsAnAPIObject() + type PolicyList struct + Items []Policy + func (*PolicyList) IsAnAPIObject() + type PolicyRule struct + AttributeRestrictions kruntime.RawExtension + Deny bool + ResourceKinds []string + Verbs []string + type Role struct + Rules []PolicyRule + func (*Role) IsAnAPIObject() + type RoleBinding struct + GroupNames []string + RoleRef kapi.ObjectReference + UserNames []string + func (*RoleBinding) IsAnAPIObject()