Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 187 for vfprintf (0.14 sec)

  1. staging/src/k8s.io/api/rbac/v1beta1/generated.pb.go

    		`Name:` + fmt.Sprintf("%v", this.Name) + `,`,
    		`}`,
    	}, "")
    	return s
    }
    func (this *Subject) String() string {
    	if this == nil {
    		return "nil"
    	}
    	s := strings.Join([]string{`&Subject{`,
    		`Kind:` + fmt.Sprintf("%v", this.Kind) + `,`,
    		`APIGroup:` + fmt.Sprintf("%v", this.APIGroup) + `,`,
    		`Name:` + fmt.Sprintf("%v", this.Name) + `,`,
    		`Namespace:` + fmt.Sprintf("%v", this.Namespace) + `,`,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 77.6K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/rbac/v1alpha1/generated.pb.go

    		`Name:` + fmt.Sprintf("%v", this.Name) + `,`,
    		`}`,
    	}, "")
    	return s
    }
    func (this *Subject) String() string {
    	if this == nil {
    		return "nil"
    	}
    	s := strings.Join([]string{`&Subject{`,
    		`Kind:` + fmt.Sprintf("%v", this.Kind) + `,`,
    		`APIVersion:` + fmt.Sprintf("%v", this.APIVersion) + `,`,
    		`Name:` + fmt.Sprintf("%v", this.Name) + `,`,
    		`Namespace:` + fmt.Sprintf("%v", this.Namespace) + `,`,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 77.7K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/rbac/v1/generated.pb.go

    		`Name:` + fmt.Sprintf("%v", this.Name) + `,`,
    		`}`,
    	}, "")
    	return s
    }
    func (this *Subject) String() string {
    	if this == nil {
    		return "nil"
    	}
    	s := strings.Join([]string{`&Subject{`,
    		`Kind:` + fmt.Sprintf("%v", this.Kind) + `,`,
    		`APIGroup:` + fmt.Sprintf("%v", this.APIGroup) + `,`,
    		`Name:` + fmt.Sprintf("%v", this.Name) + `,`,
    		`Namespace:` + fmt.Sprintf("%v", this.Namespace) + `,`,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 77.5K bytes
    - Viewed (0)
  4. pkg/controller/volume/persistentvolume/pv_controller.go

    			// the PVC at the same time. We can't know which pod is
    			// used in scheduling, all pods are included.
    			message = fmt.Sprintf("waiting for pods %s to be scheduled", strings.Join(podNames, ","))
    		} else {
    			message = fmt.Sprintf("waiting for pod %s to be scheduled", podNames[0])
    		}
    	}
    	ctrl.eventRecorder.Event(claim, v1.EventTypeNormal, reason, message)
    	return nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 08:42:31 UTC 2024
    - 89.2K bytes
    - Viewed (0)
  5. pkg/controller/podautoscaler/horizontal.go

    		return 0, nil, time.Time{}, "", condition, fmt.Errorf("failed to get %s utilization: %v", resourceName, err)
    	}
    
    	metricNameProposal = fmt.Sprintf("%s resource utilization (percentage of request)", resourceName)
    	if sourceType == autoscalingv2.ContainerResourceMetricSourceType {
    		metricNameProposal = fmt.Sprintf("%s container resource utilization (percentage of request)", resourceName)
    	}
    	status := autoscalingv2.MetricValueStatus{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 63.6K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/certificates/v1beta1/generated.pb.go

    		`Type:` + fmt.Sprintf("%v", this.Type) + `,`,
    		`Reason:` + fmt.Sprintf("%v", this.Reason) + `,`,
    		`Message:` + fmt.Sprintf("%v", this.Message) + `,`,
    		`LastUpdateTime:` + strings.Replace(strings.Replace(fmt.Sprintf("%v", this.LastUpdateTime), "Time", "v1.Time", 1), `&`, ``, 1) + `,`,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 53.8K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/ssa/rewrite.go

    	}
    	if logopt.Enabled() {
    		logopt.LogOpt(v.Pos, "copy", "lower", v.Block.Func.Name, fmt.Sprintf("%d bytes", s))
    	}
    	return true
    }
    func LogLargeCopy(funcName string, pos src.XPos, s int64) {
    	if s < 128 {
    		return
    	}
    	if logopt.Enabled() {
    		logopt.LogOpt(pos, "copy", "lower", funcName, fmt.Sprintf("%d bytes", s))
    	}
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:02:52 UTC 2024
    - 64.2K bytes
    - Viewed (0)
  8. pkg/kubelet/volumemanager/reconciler/reconciler_test.go

    	for modeIndex := range modes {
    		for tcIndex := range tests {
    			mode := modes[modeIndex]
    			tc := tests[tcIndex]
    			testName := fmt.Sprintf("%s [%s]", tc.name, mode)
    			uniqueTestString := fmt.Sprintf("global-mount-%s", testName)
    			uniquePodDir := fmt.Sprintf("%s-%x", kubeletPodsDir, md5.Sum([]byte(uniqueTestString)))
    			t.Run(testName+"[", func(t *testing.T) {
    				t.Parallel()
    				pv := &v1.PersistentVolume{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 09 07:34:33 UTC 2024
    - 75.4K bytes
    - Viewed (0)
  9. pkg/kubelet/kuberuntime/kuberuntime_container.go

    	if err != nil {
    		klog.ErrorS(err, "Can't make a container ref", "pod", klog.KObj(pod), "podUID", pod.UID, "containerName", container.Name)
    		return
    	}
    	eventMessage := message
    	if len(args) > 0 {
    		eventMessage = fmt.Sprintf(message, args...)
    	}
    	// this is a hack, but often the error from the runtime includes the containerID
    	// which kills our ability to deduplicate events.  this protection makes a huge
    	// difference in the number of unique events
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 54.7K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiserver/pkg/storage/testing/store_tests.go

    	// for resourceA does not include any objects from resourceB.
    	resourceB := fmt.Sprintf("%sdef", resourceA)
    
    	resourceACountExpected := 5
    	for i := 1; i <= resourceACountExpected; i++ {
    		obj := &example.Pod{ObjectMeta: metav1.ObjectMeta{Name: fmt.Sprintf("foo-%d", i)}}
    
    		key := fmt.Sprintf("%s/%d", resourceA, i)
    		if err := store.Create(ctx, key, obj, nil, 0); err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 12:45:33 UTC 2024
    - 91.4K bytes
    - Viewed (0)
Back to top