Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 84 for sfprintf (0.16 sec)

  1. src/reflect/all_test.go

    	var buf strings.Builder
    	fmt.Fprintf(&buf, "\nselect {\n")
    	for i, cas := range info {
    		fmt.Fprintf(&buf, "%d: %s", i, cas.desc)
    		if cas.recv.IsValid() {
    			fmt.Fprintf(&buf, " val=%#v", cas.recv.Interface())
    		}
    		if cas.canSelect {
    			fmt.Fprintf(&buf, " canselect")
    		}
    		if cas.panic {
    			fmt.Fprintf(&buf, " panic")
    		}
    		fmt.Fprintf(&buf, "\n")
    	}
    	fmt.Fprintf(&buf, "}")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 218.8K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/flowcontrol/v1/generated.pb.go

    	}
    	s := strings.Join([]string{`&FlowSchemaCondition{`,
    		`Type:` + fmt.Sprintf("%v", this.Type) + `,`,
    		`Status:` + fmt.Sprintf("%v", this.Status) + `,`,
    		`LastTransitionTime:` + strings.Replace(strings.Replace(fmt.Sprintf("%v", this.LastTransitionTime), "Time", "v1.Time", 1), `&`, ``, 1) + `,`,
    		`Reason:` + fmt.Sprintf("%v", this.Reason) + `,`,
    		`Message:` + fmt.Sprintf("%v", this.Message) + `,`,
    		`}`,
    	}, "")
    	return s
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 141.8K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/registry/generic/registry/store_test.go

    }
    
    func (m *sequentialNameGenerator) GenerateName(base string) string {
    	generated := fmt.Sprintf("%s%d", base, m.seq)
    	m.seq++
    	return generated
    }
    
    func TestStoreCreateWithRetryNameGenerate(t *testing.T) {
    
    	namedObj := func(id int) *example.Pod {
    		return &example.Pod{
    			ObjectMeta: metav1.ObjectMeta{Name: fmt.Sprintf("prefix-%d", id), Namespace: "test"},
    			Spec:       example.PodSpec{NodeName: "machine"},
    		}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 101.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/admissionregistration/v1beta1/generated.pb.go

    	s := strings.Join([]string{`&AuditAnnotation{`,
    		`Key:` + fmt.Sprintf("%v", this.Key) + `,`,
    		`ValueExpression:` + fmt.Sprintf("%v", this.ValueExpression) + `,`,
    		`}`,
    	}, "")
    	return s
    }
    func (this *ExpressionWarning) String() string {
    	if this == nil {
    		return "nil"
    	}
    	s := strings.Join([]string{`&ExpressionWarning{`,
    		`FieldRef:` + fmt.Sprintf("%v", this.FieldRef) + `,`,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 187.9K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/flowcontrol/v1beta1/generated.pb.go

    	}
    	s := strings.Join([]string{`&FlowSchemaCondition{`,
    		`Type:` + fmt.Sprintf("%v", this.Type) + `,`,
    		`Status:` + fmt.Sprintf("%v", this.Status) + `,`,
    		`LastTransitionTime:` + strings.Replace(strings.Replace(fmt.Sprintf("%v", this.LastTransitionTime), "Time", "v1.Time", 1), `&`, ``, 1) + `,`,
    		`Reason:` + fmt.Sprintf("%v", this.Reason) + `,`,
    		`Message:` + fmt.Sprintf("%v", this.Message) + `,`,
    		`}`,
    	}, "")
    	return s
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 142K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/admissionregistration/v1alpha1/generated.pb.go

    		`APIVersion:` + fmt.Sprintf("%v", this.APIVersion) + `,`,
    		`Kind:` + fmt.Sprintf("%v", this.Kind) + `,`,
    		`}`,
    	}, "")
    	return s
    }
    func (this *ParamRef) String() string {
    	if this == nil {
    		return "nil"
    	}
    	s := strings.Join([]string{`&ParamRef{`,
    		`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
    - 117.9K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/admissionregistration/v1/generated.pb.go

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

    		`Type:` + fmt.Sprintf("%v", this.Type) + `,`,
    		`Status:` + fmt.Sprintf("%v", this.Status) + `,`,
    		`LastTransitionTime:` + strings.Replace(strings.Replace(fmt.Sprintf("%v", this.LastTransitionTime), "Time", "v1.Time", 1), `&`, ``, 1) + `,`,
    		`Reason:` + fmt.Sprintf("%v", this.Reason) + `,`,
    		`Message:` + fmt.Sprintf("%v", this.Message) + `,`,
    		`}`,
    	}, "")
    	return s
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 162.9K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/storage/v1beta1/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
    - 133.9K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/batch/v1/generated.pb.go

    		`StartTime:` + strings.Replace(fmt.Sprintf("%v", this.StartTime), "Time", "v1.Time", 1) + `,`,
    		`CompletionTime:` + strings.Replace(fmt.Sprintf("%v", this.CompletionTime), "Time", "v1.Time", 1) + `,`,
    		`Active:` + fmt.Sprintf("%v", this.Active) + `,`,
    		`Succeeded:` + fmt.Sprintf("%v", this.Succeeded) + `,`,
    		`Failed:` + fmt.Sprintf("%v", this.Failed) + `,`,
    		`CompletedIndexes:` + fmt.Sprintf("%v", this.CompletedIndexes) + `,`,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 20:49:09 UTC 2024
    - 133K bytes
    - Viewed (0)
Back to top