Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NewFlowSchemaLister (0.48 sec)

  1. pkg/registry/flowcontrol/ensurer/flowschema_test.go

    			if test.current != nil {
    				client.Create(context.TODO(), test.current, metav1.CreateOptions{})
    				indexer.Add(test.current)
    			}
    
    			ops := NewFlowSchemaOps(client, flowcontrollisters.NewFlowSchemaLister(indexer))
    			boots := []*flowcontrolv1.FlowSchema{test.bootstrap}
    			strategy := test.strategy()
    			err := EnsureConfigurations(context.Background(), ops, boots, strategy)
    			if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:35 UTC 2023
    - 15.2K bytes
    - Viewed (0)
Back to top