Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PruneAuthOptions ¶
type PruneAuthOptions struct {
FilenameOptions resource.FilenameOptions
Selector string
All bool
Builder *resource.Builder
RoleBindingClient rbacv1client.RoleBindingsGetter
ClusterRoleBindingClient rbacv1client.ClusterRoleBindingsGetter
UserClient userv1client.UserV1Interface
AuthorizationClient authv1client.AuthorizationV1Interface
OAuthClient oauthv1client.OauthV1Interface
SecurityClient securityv1client.SecurityV1Interface
genericclioptions.IOStreams
}
PruneRolesOptions holds all the required options for pruning roles.
func NewPruneAuthOptions ¶
func NewPruneAuthOptions(streams genericclioptions.IOStreams) *PruneAuthOptions
func (*PruneAuthOptions) Complete ¶
func (*PruneAuthOptions) RunPrune ¶
func (o *PruneAuthOptions) RunPrune() error
Source Files
¶
- bindings.go
- cluster_role.go
- group.go
- prune_command.go
- role.go
- user.go
Click to show internal directories.
Click to hide internal directories.