Versions in this module Expand all Collapse all v0 v0.5.3 May 28, 2015 Changes in this version + type ClusterPolicy struct + LastModified kutil.Time + Roles []NamedClusterRole + func (*ClusterPolicy) IsAnAPIObject() + type ClusterPolicyBinding struct + LastModified kutil.Time + PolicyRef kapi.ObjectReference + RoleBindings []NamedClusterRoleBinding + func (*ClusterPolicyBinding) IsAnAPIObject() + type ClusterPolicyBindingList struct + Items []ClusterPolicyBinding + func (*ClusterPolicyBindingList) IsAnAPIObject() + type ClusterPolicyList struct + Items []ClusterPolicy + func (*ClusterPolicyList) IsAnAPIObject() + type ClusterRole struct + Rules []PolicyRule + func (*ClusterRole) IsAnAPIObject() + type ClusterRoleBinding struct + GroupNames []string + RoleRef kapi.ObjectReference + UserNames []string + func (*ClusterRoleBinding) IsAnAPIObject() + type ClusterRoleBindingList struct + Items []ClusterRoleBinding + func (*ClusterRoleBindingList) IsAnAPIObject() + type ClusterRoleList struct + Items []ClusterRole + func (*ClusterRoleList) IsAnAPIObject() + type IsPersonalSubjectAccessReview struct + func (*IsPersonalSubjectAccessReview) IsAnAPIObject() + type NamedClusterRole struct + Name string + Role ClusterRole + type NamedClusterRoleBinding struct + Name string + RoleBinding ClusterRoleBinding + 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 + NonResourceURLsSlice []string + ResourceKinds []string + ResourceNames []string + Resources []string + Verbs []string + type ResourceAccessReview struct + Content kruntime.RawExtension + Resource string + ResourceName string + Verb string + func (*ResourceAccessReview) IsAnAPIObject() + type ResourceAccessReviewResponse struct + GroupsSlice []string + Namespace string + UsersSlice []string + func (*ResourceAccessReviewResponse) IsAnAPIObject() + type Role struct + Rules []PolicyRule + func (*Role) IsAnAPIObject() + type RoleBinding struct + GroupNames []string + RoleRef kapi.ObjectReference + UserNames []string + func (*RoleBinding) IsAnAPIObject() + type RoleBindingList struct + Items []RoleBinding + func (*RoleBindingList) IsAnAPIObject() + type RoleList struct + Items []Role + func (*RoleList) IsAnAPIObject() + type SubjectAccessReview struct + Content kruntime.RawExtension + GroupsSlice []string + Resource string + ResourceName string + User string + Verb string + func (*SubjectAccessReview) IsAnAPIObject() + type SubjectAccessReviewResponse struct + Allowed bool + Namespace string + Reason string + func (*SubjectAccessReviewResponse) IsAnAPIObject()