Versions in this module Expand all Collapse all v0 v0.2.2 Feb 4, 2015 Changes in this version + const PolicyName + const ResourceAll + const VerbAll + type Policy struct + LastModified kutil.Time + Roles map[string]Role + func (*Policy) IsAnAPIObject() + type PolicyBinding struct + LastModified kutil.Time + PolicyRef kapi.ObjectReference + RoleBindings map[string]RoleBinding + func (*PolicyBinding) IsAnAPIObject() + type PolicyBindingList struct + Items []PolicyBinding + func (*PolicyBindingList) IsAnAPIObject() + type PolicyList struct + Items []Policy + func (*PolicyList) IsAnAPIObject() + type PolicyRule struct + AttributeRestrictions kruntime.EmbeddedObject + 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()