Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 1,135 for fake0 (0.07 sec)

  1. pkg/proxy/ipvs/testing/fake.go

    	IsIPv6 bool
    }
    
    // NewFakeNetlinkHandle will create a new FakeNetlinkHandle
    func NewFakeNetlinkHandle(isIPv6 bool) *FakeNetlinkHandle {
    	fake := &FakeNetlinkHandle{
    		localAddresses: make(map[string][]string),
    		IsIPv6:         isIPv6,
    	}
    	return fake
    }
    
    // EnsureAddressBind is a mock implementation
    func (h *FakeNetlinkHandle) EnsureAddressBind(address, devName string) (exist bool, err error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 19 01:20:51 UTC 2023
    - 5.5K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/fake.go

    		ServiceEntryRegistry: se,
    	}
    	if !opts.SkipRun {
    		fake.Run()
    		if err := env.InitNetworksManager(xdsUpdater); err != nil {
    			t.Fatal(err)
    		}
    		if err := env.PushContext().InitContext(env, nil, nil); err != nil {
    			t.Fatalf("Failed to initialize push context: %v", err)
    		}
    	}
    	return fake
    }
    
    func (f *ConfigGenTest) Run() {
    	go f.Registry.Run(f.stop)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 11.5K bytes
    - Viewed (0)
  3. pkg/proxy/util/testing/fake.go

    chenyw1990 <******@****.***> 1624448724 +0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jul 05 08:08:19 UTC 2021
    - 1.5K bytes
    - Viewed (0)
  4. pilot/pkg/serviceregistry/kube/controller/fake.go

    John Howard <******@****.***> 1716498423 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 4K bytes
    - Viewed (0)
  5. pkg/util/iptables/testing/fake.go

    Dan Winship <******@****.***> 1702948371 -0500
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 19 01:20:51 UTC 2023
    - 8.5K bytes
    - Viewed (0)
  6. test/interface/fake.go

    Rob Pike <******@****.***> 1329633221 +1100
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Feb 19 06:33:41 UTC 2012
    - 1.8K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/endpoints/discovery/aggregated/fake.go

    Jefftree <******@****.***> 1705698827 -0500
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 18:15:22 UTC 2024
    - 4.4K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/endpoints/responsewriter/fake.go

    Abu Kashem <******@****.***> 1632151262 -0400
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 01 19:58:11 UTC 2021
    - 1.8K bytes
    - Viewed (0)
  9. staging/src/k8s.io/cli-runtime/pkg/resource/fake.go

    Ilya Dmitrichenko <******@****.***> 1551884065 +0000
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 23:00:24 UTC 2019
    - 1.3K bytes
    - Viewed (0)
  10. pkg/securitycontext/fake.go

    Serguei Bezverkhi <******@****.***> 1545326888 -0500
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 20 19:43:52 UTC 2018
    - 1.4K bytes
    - Viewed (0)
Back to top