Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 130 for InterfaceA (0.47 sec)

  1. pkg/proxy/ipvs/proxier_test.go

    	err     error
    }
    
    func (fake *fakeIPSetVersioner) GetVersion() (string, error) {
    	return fake.version, fake.err
    }
    
    func NewFakeProxier(ctx context.Context, ipt utiliptables.Interface, ipvs utilipvs.Interface, ipset utilipset.Interface, nodeIPs []string, excludeCIDRs []*net.IPNet, ipFamily v1.IPFamily) *Proxier {
    
    	netlinkHandle := netlinktest.NewFakeNetlinkHandle(ipFamily == v1.IPv6Protocol)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 186.8K bytes
    - Viewed (0)
  2. cluster/gce/util.sh

          for ((i=1; i<=ssdopts[0]; i++)); do
            local_ssds+=("--local-ssd=interface=${ssdopts[1]}")
          done
        done
      fi
    
      if [[ -n ${NODE_LOCAL_SSDS+x} ]]; then
        # The NODE_LOCAL_SSDS check below fixes issue #49171
        for ((i=1; i<=NODE_LOCAL_SSDS; i++)); do
          local_ssds+=('--local-ssd=interface=SCSI')
        done
      fi
    
      local address=""
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssa/_gen/generic.rules

    (Phi (Const32 [c]) (Const32 [c])) => (Const32 [c])
    (Phi (Const64 [c]) (Const64 [c])) => (Const64 [c])
    
    // slice and interface comparisons
    // The frontend ensures that we can only compare against nil,
    // so we need only compare the first word (interface type or slice ptr).
    (EqInter x y)  => (EqPtr  (ITab x) (ITab y))
    (NeqInter x y) => (NeqPtr (ITab x) (ITab y))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 22:21:05 UTC 2024
    - 135.3K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.5.md

    * Kubelet will no longer set hairpin mode on every interface on the machine when an error occurs in setting up hairpin for a specific interface. ([#36990](https://github.com/kubernetes/kubernetes/pull/36990), [@bboreham](https://github.com/bboreham))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (0)
  5. cmd/admin-handlers.go

    		pub = block.Bytes
    	}
    	key, err := x509.ParsePKCS1PublicKey(pub)
    	if err != nil {
    		return nil, err
    	}
    	return key, nil
    }
    
    // getRawDataer provides an interface for getting raw FS files.
    type getRawDataer interface {
    	GetRawData(ctx context.Context, volume, file string, fn func(r io.Reader, host string, disk string, filename string, info StatInfo) error) error
    }
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 98K bytes
    - Viewed (0)
  6. src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go

    	if prefixOnly {
    		psave = &save
    	}
    	for len(ps.inner) > 0 {
    		ps.printOneInner(psave)
    	}
    	return save
    }
    
    // innerPrinter is an interface for types that can print themselves as
    // inner types.
    type innerPrinter interface {
    	printInner(*printState)
    }
    
    // Print the most recent inner type.  If save is not nil, only print
    // prefixes.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 105.8K bytes
    - Viewed (0)
  7. pkg/scheduler/schedule_one_test.go

    	objs := append([]runtime.Object{
    		&v1.Namespace{ObjectMeta: metav1.ObjectMeta{Name: ""}}}, nodes...)
    	client := clientsetfake.NewSimpleClientset(objs...)
    	broadcaster := events.NewBroadcaster(&events.EventSinkImpl{Interface: client.EventsV1()})
    	ctx, cancel := context.WithCancel(context.Background())
    	defer cancel()
    
    	informerFactory := informers.NewSharedInformerFactory(client, 0)
    	sched, err := New(
    		ctx,
    		client,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:20:55 UTC 2024
    - 128.1K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_a_m.cc

    #include "mlir/IR/Value.h"  // from @llvm-project
    #include "mlir/IR/ValueRange.h"  // from @llvm-project
    #include "mlir/Interfaces/CallInterfaces.h"  // from @llvm-project
    #include "mlir/Interfaces/ControlFlowInterfaces.h"  // from @llvm-project
    #include "mlir/Interfaces/InferTypeOpInterface.h"  // from @llvm-project
    #include "mlir/Interfaces/SideEffectInterfaces.h"  // from @llvm-project
    #include "mlir/Parser/Parser.h"  // from @llvm-project
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 146.7K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

    #ifndef TFL_OPS
    #define TFL_OPS
    
    include "mlir/IR/OpBase.td"
    include "mlir/Interfaces/ControlFlowInterfaces.td"
    include "mlir/Interfaces/FunctionInterfaces.td"
    include "mlir/Interfaces/InferTypeOpInterface.td"
    include "mlir/Dialect/Quant/QuantOpsBase.td"
    include "mlir/Interfaces/LoopLikeInterface.td"
    include "mlir/Interfaces/SideEffectInterfaces.td"
    include "tensorflow/compiler/mlir/lite/ir/tfl_op_interfaces.td"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
  10. pkg/controller/nodelifecycle/node_lifecycle_controller_test.go

    	if err != nil {
    		return err
    	}
    	newElems := make([]interface{}, 0, len(nodes.Items))
    	for i := range nodes.Items {
    		newElems = append(newElems, &nodes.Items[i])
    	}
    	return nc.nodeInformer.Informer().GetStore().Replace(newElems, "newRV")
    }
    
    func newNodeLifecycleControllerFromClient(
    	ctx context.Context,
    	kubeClient clientset.Interface,
    	evictionLimiterQPS float32,
    	secondaryEvictionLimiterQPS float32,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 26 03:26:45 UTC 2024
    - 119K bytes
    - Viewed (0)
Back to top