Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NewClusterRoleLister (0.32 sec)

  1. pkg/controller/clusterroleaggregation/clusterroleaggregation_controller_test.go

    				})
    				c := ClusterRoleAggregationController{
    					clusterRoleClient: fakeClient.RbacV1(),
    					clusterRoleLister: rbaclisters.NewClusterRoleLister(indexer),
    				}
    				err := c.syncClusterRole(context.TODO(), test.clusterRoleToSync)
    				if err != nil {
    					t.Fatal(err)
    				}
    
    				if test.expectedClusterRoleApply == nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 12 15:46:12 UTC 2023
    - 9K bytes
    - Viewed (0)
Back to top