Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 215 for vfprintf (0.32 sec)

  1. cmd/bucket-handlers.go

    		}
    		if err != nil {
    			apiErr := errorCodes.ToAPIErr(ErrMalformedPOSTRequest)
    			apiErr.Description = fmt.Sprintf("%s (%v)", apiErr.Description, err)
    			writeErrorResponse(ctx, w, apiErr, r.URL)
    			return
    		}
    		if maxParts <= 0 {
    			apiErr := errorCodes.ToAPIErr(ErrMalformedPOSTRequest)
    			apiErr.Description = fmt.Sprintf("%s (%v)", apiErr.Description, multipart.ErrMessageTooLarge)
    			writeErrorResponse(ctx, w, apiErr, r.URL)
    			return
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Jun 14 13:28:35 UTC 2024
    - 61.2K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/storage/v1alpha1/generated.pb.go

    		`ObjectMeta:` + strings.Replace(strings.Replace(fmt.Sprintf("%v", this.ObjectMeta), "ObjectMeta", "v1.ObjectMeta", 1), `&`, ``, 1) + `,`,
    		`NodeTopology:` + strings.Replace(fmt.Sprintf("%v", this.NodeTopology), "LabelSelector", "v1.LabelSelector", 1) + `,`,
    		`StorageClassName:` + fmt.Sprintf("%v", this.StorageClassName) + `,`,
    		`Capacity:` + strings.Replace(fmt.Sprintf("%v", this.Capacity), "Quantity", "resource.Quantity", 1) + `,`,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 76.5K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/validation.go

    		// also in such cases the cost estimation is generally large enough to not add any value
    		factor = fmt.Sprintf("more than 100x")
    	} else if exceedFactor < 1.5 {
    		factor = fmt.Sprintf("%fx", exceedFactor) // avoid reporting "exceeds budge by a factor of 1.0x"
    	} else {
    		factor = fmt.Sprintf("%.1fx", exceedFactor)
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 82.6K bytes
    - Viewed (0)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. staging/src/k8s.io/apiserver/pkg/server/filters/priority-and-fairness_test.go

    	defer cancel()
    	StartPriorityAndFairnessWatermarkMaintenance(ctx.Done())
    
    	// send a watch request to test skipping long running request
    	if err := expectHTTPGet(fmt.Sprintf("%s/api/v1/foos/foo/proxy", server.URL), http.StatusOK); err != nil {
    		// request should not be rejected
    		t.Error(err)
    	}
    }
    
    func TestApfRejectRequest(t *testing.T) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:40 UTC 2023
    - 52.6K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/fairqueuing/queueset/queueset_test.go

    		uss.execSeatsIntegrators[i] = fq.NewNamedIntegrator(uss.clk, fmt.Sprintf("%s client %d execSeats", uss.name, i))
    		fsName := fmt.Sprintf("client%d", i)
    		uss.expectedInqueueReqs = uss.expectedInqueueReqs + fmt.Sprintf(`				apiserver_flowcontrol_current_inqueue_requests{flow_schema=%q,priority_level=%q} 0%s`, fsName, uss.name, "\n")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Sep 26 12:55:23 UTC 2023
    - 58.4K bytes
    - Viewed (0)
  10. 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)
Back to top