Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for sourceDir (0.13 sec)

  1. pkg/proxy/nftables/proxier_test.go

    			sourceIP: "10.0.0.2",
    			destIP:   testNodeIP,
    			destPort: svcNodePort,
    			output:   "REJECT",
    		},
    		{
    			name:     "external to NodePort with no endpoints",
    			sourceIP: testExternalClient,
    			destIP:   testNodeIP,
    			destPort: svcNodePort,
    			output:   "REJECT",
    		},
    		{
    			name:     "pod to LoadBalancer IP with no endpoints",
    			sourceIP: "10.0.0.2",
    			destIP:   svcLBIP,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 173.5K bytes
    - Viewed (0)
  2. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    ric.jelastic.vps-host.net
    
    // Sony Interactive Entertainment LLC : https://sie.com/
    // Submitted by David Coles <******@****.***>
    playstation-cloud.com
    
    // SourceLair PC : https://www.sourcelair.com
    // Submitted by Antonis Kalipetis <akalipetis@sourcelair.com>
    apps.lair.io
    *.stolos.io
    
    // SpaceKit : https://www.spacekit.io/
    // Submitted by Reza Akhavan <******@****.***>
    spacekit.io
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.5.md

    * Ensure proper serialization of updates and creates in federation test watcher ([#36613](https://github.com/kubernetes/kubernetes/pull/36613), [@mwielgus](https://github.com/mwielgus))
    * Add support for SourceIP preservation in Azure LBs ([#36557](https://github.com/kubernetes/kubernetes/pull/36557), [@brendandburns](https://github.com/brendandburns))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

    #include "llvm/ADT/SetVector.h"
    #include "llvm/ADT/SmallVector.h"
    #include "llvm/ADT/StringRef.h"
    #include "llvm/ADT/StringSet.h"
    #include "llvm/ADT/Twine.h"
    #include "llvm/Support/FormatVariadic.h"
    #include "llvm/Support/SourceMgr.h"
    #include "llvm/Support/raw_ostream.h"
    #include "mlir/Dialect/Func/IR/FuncOps.h"  // from @llvm-project
    #include "mlir/IR/Attributes.h"  // from @llvm-project
    #include "mlir/IR/Builders.h"  // from @llvm-project
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
Back to top