(ctx context.Context, username string, opts metav1.GetOptions)
| 18 | Delete(ctx context.Context, username string, opts metav1.DeleteOptions) error |
| 19 | DeleteCollection(ctx context.Context, usernames []string, opts metav1.DeleteOptions) error |
| 20 | Get(ctx context.Context, username string, opts metav1.GetOptions) (*v1.User, error) |
| 21 | List(ctx context.Context, opts metav1.ListOptions) (*v1.UserList, error) |
| 22 | } |
no outgoing calls