Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 19 for InterfaceA (0.31 sec)

  1. pkg/printers/internalversion/printers_test.go

    			// Columns: Name, Status, Age
    			expected: []metav1.TableRow{{Cells: []interface{}{"namespace1", "FooStatus", "0s"}}},
    		},
    		// Basic namespace without status or age.
    		{
    			namespace: api.Namespace{
    				ObjectMeta: metav1.ObjectMeta{
    					Name: "namespace2",
    				},
    			},
    			// Columns: Name, Status, Age
    			expected: []metav1.TableRow{{Cells: []interface{}{"namespace2", "", "<unknown>"}}},
    		},
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 218.6K bytes
    - Viewed (0)
  2. pkg/kubelet/kubelet.go

    	CAdvisorInterface         cadvisor.Interface
    	Cloud                     cloudprovider.Interface
    	ContainerManager          cm.ContainerManager
    	EventClient               v1core.EventsGetter
    	HeartbeatClient           clientset.Interface
    	OnHeartbeatFailure        func()
    	KubeClient                clientset.Interface
    	Mounter                   mount.Interface
    	HostUtil                  hostutil.HostUtils
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
  3. src/net/http/server.go

    // an error, panic with the value [ErrAbortHandler].
    type Handler interface {
    	ServeHTTP(ResponseWriter, *Request)
    }
    
    // A ResponseWriter interface is used by an HTTP handler to
    // construct an HTTP response.
    //
    // A ResponseWriter may not be used after [Handler.ServeHTTP] has returned.
    type ResponseWriter interface {
    	// Header returns the header map that will be sent by
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 123.4K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/transforms/shape_inference.cc

    #include "mlir/IR/Value.h"  // from @llvm-project
    #include "mlir/IR/Visitors.h"  // from @llvm-project
    #include "mlir/Interfaces/CallInterfaces.h"  // from @llvm-project
    #include "mlir/Interfaces/FoldInterfaces.h"  // from @llvm-project
    #include "mlir/Interfaces/FunctionInterfaces.h"  // from @llvm-project
    #include "mlir/Interfaces/InferTypeOpInterface.h"  // from @llvm-project
    #include "mlir/Pass/Pass.h"  // from @llvm-project
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jun 08 07:28:49 UTC 2024
    - 134.1K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/registry/generic/registry/store_test.go

    		outBytes, err := json.Marshal(out)
    		if err != nil {
    			t.Fatalf("failed to json.Marshal(out): %v", err)
    		}
    		inMap := map[string]interface{}{}
    		if err := json.Unmarshal(inBytes, &inMap); err != nil {
    			t.Fatalf("failed to json.Unmarshal(in): %v", err)
    		}
    		outMap := map[string]interface{}{}
    		if err := json.Unmarshal(outBytes, &outMap); err != nil {
    			t.Fatalf("failed to json.Unmarshal(out): %v", err)
    		}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 101.8K bytes
    - Viewed (0)
  6. pkg/scheduler/internal/queue/scheduling_queue_test.go

    		count++
    		return framework.Queue, nil
    	}
    	queueHintReturnSkip := func(logger klog.Logger, pod *v1.Pod, oldObj, newObj interface{}) (framework.QueueingHint, error) {
    		count++
    		return framework.QueueSkip, nil
    	}
    	queueHintReturnErr := func(logger klog.Logger, pod *v1.Pod, oldObj, newObj interface{}) (framework.QueueingHint, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformCachingIntegrationTest.groovy

                abstract class TransformWithMultipleTargets implements TransformAction<Parameters> {
                    interface Parameters extends TransformParameters {
                        @Input
                        Property<String> getTarget()
                    }
    
                    @InputArtifact
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 11:52:44 UTC 2024
    - 97.8K bytes
    - Viewed (0)
  8. pkg/printers/internalversion/printers.go

    	row := metav1.TableRow{
    		Object: runtime.RawExtension{Object: obj},
    	}
    	name := obj.Name
    	ncs := interface{}("<none>")
    	queues := interface{}("<none>")
    	handSize := interface{}("<none>")
    	queueLengthLimit := interface{}("<none>")
    	if obj.Spec.Limited != nil {
    		ncs = obj.Spec.Limited.NominalConcurrencyShares
    		if qc := obj.Spec.Limited.LimitResponse.Queuing; qc != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 128.3K bytes
    - Viewed (0)
  9. cluster/gce/gci/configure-helper.sh

      mount --bind "${mountpoint}" "${bindpoint}"
      chmod a+w "${bindpoint}"
    }
    
    
    # Mounts, bindmounts, or symlinks depending on the interface and format
    # of the incoming device
    function mount-ext(){
      local ssd="${1}"
      local devicenum="${2}"
      local interface="${3}"
      local format="${4}"
    
    
      if [[ -z "${devicenum}" ]]; then
        echo "Failed to get the local disk number for device ${ssd}" >&2
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  10. 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)
Back to top