Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for UnbindAddress (0.2 sec)

  1. pkg/proxy/ipvs/proxier.go

    		for adr := range superfluousAddresses {
    			if err := proxier.netlinkHandle.UnbindAddress(adr, defaultDummyDevice); err != nil {
    				proxier.logger.Error(err, "UnbindAddress", "interface", defaultDummyDevice, "address", adr)
    			}
    		}
    	}
    
    	// currentIPVSServices represent IPVS services listed from the system
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Apr 28 15:51:23 UTC 2024
    - 77.7K bytes
    - Viewed (0)
  2. cmd/kube-proxy/app/server_test.go

    		// released with strict decoding. These tests will fail with the
    		// lenient codec and only one config API version.
    		/*
    			{
    				name:    "Duplicate fields",
    				config:  fmt.Sprintf("%s\nbindAddress: 1.2.3.4", yamlTemplate),
    				checkFn: kuberuntime.IsStrictDecodingError,
    			},
    			{
    				name:    "Unknown field",
    				config:  fmt.Sprintf("%s\nfoo: bar", yamlTemplate),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 05:08:41 UTC 2024
    - 32.3K bytes
    - Viewed (0)
Back to top