Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestNodePodCIDRHandlerAdd (0.18 sec)

  1. pkg/proxy/node_test.go

    limitations under the License.
    */
    
    package proxy
    
    import (
    	"strconv"
    	"testing"
    
    	v1 "k8s.io/api/core/v1"
    	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    	"k8s.io/klog/v2"
    )
    
    func TestNodePodCIDRHandlerAdd(t *testing.T) {
    	oldKlogOsExit := klog.OsExit
    	defer func() {
    		klog.OsExit = oldKlogOsExit
    	}()
    	klog.OsExit = customExit
    
    	tests := []struct {
    		name            string
    		oldNodePodCIDRs []string
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Sep 10 16:50:29 UTC 2023
    - 3.5K bytes
    - Viewed (0)
Back to top