Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 176 for Ds (0.06 sec)

  1. tools/bug-report/pkg/cluster/cluster.go

    	return ""
    }
    
    func getOwnerDaemonSet(pod *corev1.Pod, daemonsets []appsv1.DaemonSet) string {
    	for _, o := range pod.OwnerReferences {
    		if o.Kind == name.DaemonSetStr {
    			for _, ds := range daemonsets {
    				if ds.Name == o.Name {
    					return ds.Name
    				}
    			}
    		}
    	}
    	return ""
    }
    
    func imageToVersion(imageStr string) string {
    	vs := versionRegex.FindStringSubmatch(imageStr)
    	if len(vs) != 2 {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Dec 14 02:11:31 UTC 2023
    - 10.9K bytes
    - Viewed (1)
  2. src/runtime/defs_plan9_386.go

    	nsp   uint32
    	bx    uint32 /* ... */
    	dx    uint32 /* ... */
    	cx    uint32 /* ... */
    	ax    uint32 /* ... */
    	gs    uint32 /* data segments */
    	fs    uint32 /* ... */
    	es    uint32 /* ... */
    	ds    uint32 /* ... */
    	trap  uint32 /* trap _type */
    	ecode uint32 /* error code (or zero) */
    	pc    uint32 /* pc */
    	cs    uint32 /* old context */
    	flags uint32 /* old flags */
    	sp    uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 21 22:12:04 UTC 2021
    - 1.6K bytes
    - Viewed (0)
  3. src/database/sql/convert.go

    	// placeholders, so we won't sanity check input here and instead let the
    	// driver deal with errors.
    	want := -1
    
    	var si driver.Stmt
    	var cc ccChecker
    	if ds != nil {
    		si = ds.si
    		want = ds.si.NumInput()
    		cc.want = want
    	}
    
    	// Check all types of interfaces from the start.
    	// Drivers may opt to use the NamedValueChecker for special
    	// argument types, then return driver.ErrSkip to pass it along
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 16.2K bytes
    - Viewed (0)
  4. pkg/controller/deployment/deployment_controller.go

    	}
    
    	// Otherwise, it's an orphan. Get a list of all matching Deployments and sync
    	// them to see if anyone wants to adopt it.
    	ds := dc.getDeploymentsForReplicaSet(logger, rs)
    	if len(ds) == 0 {
    		return
    	}
    	logger.V(4).Info("Orphan ReplicaSet added", "replicaSet", klog.KObj(rs))
    	for _, d := range ds {
    		dc.enqueueDeployment(d)
    	}
    }
    
    // getDeploymentsForReplicaSet returns a list of Deployments that potentially
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 24.2K bytes
    - Viewed (0)
  5. src/runtime/defs_plan9_amd64.go

    	ax  uint64
    	bx  uint64
    	cx  uint64
    	dx  uint64
    	si  uint64
    	di  uint64
    	bp  uint64
    	r8  uint64
    	r9  uint64
    	r10 uint64
    	r11 uint64
    	r12 uint64
    	r13 uint64
    	r14 uint64
    	r15 uint64
    
    	ds uint16
    	es uint16
    	fs uint16
    	gs uint16
    
    	_type uint64
    	error uint64 /* error code (or zero) */
    	ip    uint64 /* pc */
    	cs    uint64 /* old context */
    	flags uint64 /* old flags */
    	sp    uint64 /* sp */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 21 22:12:04 UTC 2021
    - 1.8K bytes
    - Viewed (0)
  6. operator/pkg/verifier/verifier.go

    			if err != nil {
    				return err
    			}
    		case "DaemonSet":
    			ds := &appsv1.DaemonSet{}
    			err = info.Client.
    				Get().
    				Resource(kinds).
    				Namespace(namespace).
    				Name(name).
    				VersionedParams(&metav1.GetOptions{}, scheme.ParameterCodec).
    				Do(context.TODO()).
    				Into(ds)
    			if err != nil {
    				v.reportFailure(kind, name, namespace, err)
    				return err
    			}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 19:23:44 UTC 2024
    - 15K bytes
    - Viewed (0)
  7. pkg/volume/flexvolume/plugin.go

    		runner:              runner,
    		unsupportedCommands: []string{},
    	}
    
    	// Initialize the plugin and probe the capabilities
    	call := flexPlugin.NewDriverCall(initCmd)
    	ds, err := call.Run()
    	if err != nil {
    		return nil, err
    	}
    	flexPlugin.capabilities = *ds.Capabilities
    
    	if flexPlugin.capabilities.Attach {
    		// Plugin supports attach/detach, so return flexVolumeAttachablePlugin
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 9.7K bytes
    - Viewed (0)
  8. cluster/addons/fluentd-gcp/README.md

    documentation ([CPU][cpu], [memory][memory]). The amount of resources requested
    by fluentd-gcp on every node in the cluster can be fetched by running following
    command:
    
    ```
    $ kubectl get ds -n kube-system -l k8s-app=fluentd-gcp \
    -o custom-columns=NAME:.metadata.name,\
    CPU_REQUEST:.spec.template.spec.containers[].resources.requests.cpu,\
    MEMORY_REQUEST:.spec.template.spec.containers[].resources.requests.memory,\
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 13 20:03:37 UTC 2020
    - 2.7K bytes
    - Viewed (0)
  9. src/runtime/cgo/gcc_aix_ppc64.S

     * AIX has a special assembly syntax and keywords that can be mixed with
     * Linux assembly.
     */
      .toc
      .csect .text[PR]
      .globl crosscall_ppc64
      .globl .crosscall_ppc64
      .csect crosscall_ppc64[DS]
    crosscall_ppc64:
      .llong .crosscall_ppc64, TOC[tc0], 0
      .csect .text[PR]
    .crosscall_ppc64:
    	// Start with standard C stack frame layout and linkage
    	mflr	0
    	std	0, 16(1)	// Save LR in caller's frame
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jan 24 22:38:02 UTC 2023
    - 2.7K bytes
    - Viewed (0)
  10. src/archive/tar/strconv_test.go

    			} else {
    				t.Errorf("parsePAXTime(%q): got parsing success, want failure", v.in)
    			}
    		}
    		if ok && !ts.Equal(v.want) {
    			t.Errorf("parsePAXTime(%q): got (%ds %dns), want (%ds %dns)",
    				v.in, ts.Unix(), ts.Nanosecond(), v.want.Unix(), v.want.Nanosecond())
    		}
    	}
    }
    
    func TestFormatPAXTime(t *testing.T) {
    	vectors := []struct {
    		sec, nsec int64
    		want      string
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 09 05:28:50 UTC 2021
    - 14K bytes
    - Viewed (0)
Back to top