Versions in this module Expand all Collapse all v1 v1.1.1 Jan 18, 2016 Changes in this version + func NewClusterRoleReaper(roleClient client.ClusterRolesInterface, ...) kubectl.Reaper + func NewRoleReaper(roleClient client.RolesNamespacer, bindingClient client.RoleBindingsNamespacer) kubectl.Reaper + type ClusterRoleReaper struct + func (r *ClusterRoleReaper) Stop(namespace, name string, timeout time.Duration, gracePeriod *kapi.DeleteOptions) (string, error) + type RoleReaper struct + func (r *RoleReaper) Stop(namespace, name string, timeout time.Duration, gracePeriod *kapi.DeleteOptions) (string, error)