Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestRepairIPAddress_syncIPAddress (0.3 sec)

  1. pkg/registry/core/service/ipallocator/controller/repairip_test.go

    				}
    			}
    
    			expectAction(t, c.Actions(), test.actions)
    			expectEvents(t, recorder.Events, test.events)
    		})
    	}
    
    }
    
    func TestRepairIPAddress_syncIPAddress(t *testing.T) {
    	tests := []struct {
    		name    string
    		ip      *networkingv1alpha1.IPAddress
    		actions [][]string // verb and resource
    		wantErr bool
    	}{
    		{
    			name: "correct ipv4 address",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 21:05:06 UTC 2023
    - 20.3K bytes
    - Viewed (0)
Back to top