Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 15 for fmtE (0.26 sec)

  1. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/generated.pb.go

    		`Manager:` + fmt.Sprintf("%v", this.Manager) + `,`,
    		`Operation:` + fmt.Sprintf("%v", this.Operation) + `,`,
    		`APIVersion:` + fmt.Sprintf("%v", this.APIVersion) + `,`,
    		`Time:` + strings.Replace(fmt.Sprintf("%v", this.Time), "Time", "Time", 1) + `,`,
    		`FieldsType:` + fmt.Sprintf("%v", this.FieldsType) + `,`,
    		`FieldsV1:` + strings.Replace(fmt.Sprintf("%v", this.FieldsV1), "FieldsV1", "FieldsV1", 1) + `,`,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 281.4K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/extensions/v1beta1/generated.pb.go

    	}
    	s := strings.Join([]string{`&DaemonSetCondition{`,
    		`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
    - 293.3K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/generated.pb.go

    	}
    	s := strings.Join([]string{`&CustomResourceColumnDefinition{`,
    		`Name:` + fmt.Sprintf("%v", this.Name) + `,`,
    		`Type:` + fmt.Sprintf("%v", this.Type) + `,`,
    		`Format:` + fmt.Sprintf("%v", this.Format) + `,`,
    		`Description:` + fmt.Sprintf("%v", this.Description) + `,`,
    		`Priority:` + fmt.Sprintf("%v", this.Priority) + `,`,
    		`JSONPath:` + fmt.Sprintf("%v", this.JSONPath) + `,`,
    		`}`,
    	}, "")
    	return s
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 244.4K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/generated.pb.go

    	}
    	s := strings.Join([]string{`&CustomResourceColumnDefinition{`,
    		`Name:` + fmt.Sprintf("%v", this.Name) + `,`,
    		`Type:` + fmt.Sprintf("%v", this.Type) + `,`,
    		`Format:` + fmt.Sprintf("%v", this.Format) + `,`,
    		`Description:` + fmt.Sprintf("%v", this.Description) + `,`,
    		`Priority:` + fmt.Sprintf("%v", this.Priority) + `,`,
    		`JSONPath:` + fmt.Sprintf("%v", this.JSONPath) + `,`,
    		`}`,
    	}, "")
    	return s
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 248K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/resource/v1alpha2/generated.pb.go

    	if this == nil {
    		return "nil"
    	}
    	s := strings.Join([]string{`&ResourceClaimConsumerReference{`,
    		`APIGroup:` + fmt.Sprintf("%v", this.APIGroup) + `,`,
    		`Resource:` + fmt.Sprintf("%v", this.Resource) + `,`,
    		`Name:` + fmt.Sprintf("%v", this.Name) + `,`,
    		`UID:` + fmt.Sprintf("%v", this.UID) + `,`,
    		`}`,
    	}, "")
    	return s
    }
    func (this *ResourceClaimList) String() string {
    	if this == nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 17:07:36 UTC 2024
    - 261.9K bytes
    - Viewed (0)
  6. pkg/proxy/iptables/proxier_test.go

    	if nTables < 2 || rawTables[nTables] != "" {
    		return nil, fmt.Errorf("bad ruleData (%d tables)\n%s", nTables, ruleData)
    	}
    
    	tables := make(map[string][]string, nTables)
    	for i, table := range rawTables[:nTables] {
    		lines := strings.Split(strings.Trim(table, "\n"), "\n")
    		// The first line should be, eg, "*nat" or "*filter"
    		if lines[0][0] != '*' {
    			return nil, fmt.Errorf("bad ruleData (table %d starts with %q)", i+1, lines[0])
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (0)
  7. src/net/http/h2_bundle.go

    		if f.StreamID == 0 {
    			buf.WriteString(" (conn)")
    		}
    		fmt.Fprintf(&buf, " incr=%v", f.Increment)
    	case *http2PingFrame:
    		fmt.Fprintf(&buf, " ping=%q", f.Data[:])
    	case *http2GoAwayFrame:
    		fmt.Fprintf(&buf, " LastStreamID=%v ErrCode=%v Debug=%q",
    			f.LastStreamID, f.ErrCode, f.debugData)
    	case *http2RSTStreamFrame:
    		fmt.Fprintf(&buf, " ErrCode=%v", f.ErrCode)
    	}
    	return buf.String()
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  8. pkg/apis/core/validation/validation.go

    	if !found {
    		allErrs = append(allErrs, field.Required(fldPath.Child("labels").Key(key),
    			fmt.Sprintf("must be '%s'", expectedValue)))
    		return allErrs
    	}
    	if actualValue != expectedValue {
    		allErrs = append(allErrs, field.Invalid(fldPath.Child("labels").Key(key), meta.Labels,
    			fmt.Sprintf("must be '%s'", expectedValue)))
    	}
    	return allErrs
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  9. src/cmd/compile/internal/ssagen/ssa.go

    	base.Fatalf("'%s': "+msg, nargs...)
    }
    
    // Warnl reports a "warning", which is usually flag-triggered
    // logging output for the benefit of tests.
    func (e *ssafn) Warnl(pos src.XPos, fmt_ string, args ...interface{}) {
    	base.WarnfAt(pos, fmt_, args...)
    }
    
    func (e *ssafn) Debug_checknil() bool {
    	return base.Debug.Nil != 0
    }
    
    func (e *ssafn) UseWriteBarrier() bool {
    	return base.Flag.WB
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  10. pkg/registry/core/service/storage/storage_test.go

    	al, err := ipallocator.NewInMemory(cidr)
    	if err != nil {
    		panic(fmt.Sprintf("error creating IP allocator: %v", err))
    	}
    	return al
    }
    
    func makePortAllocator(ports machineryutilnet.PortRange) portallocator.Interface {
    	al, err := portallocator.NewInMemory(ports)
    	if err != nil {
    		panic(fmt.Sprintf("error creating port allocator: %v", err))
    	}
    	return al
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 440.2K bytes
    - Viewed (0)
Back to top