Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 50 for for1 (0.15 sec)

  1. api/openapi-spec/v3/apis__storage.k8s.io__v1_openapi.json

                "type": "string"
              },
              "kind": {
                "default": "",
                "description": "kind is the kind for the resource (e.g. 'Foo' is the kind for a resource 'foo')",
                "type": "string"
              },
              "name": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 481.9K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/generated.pb.go

    		}
    	}
    	if len(m.OwnerReferences) > 0 {
    		for _, e := range m.OwnerReferences {
    			l = e.Size()
    			n += 1 + l + sovGenerated(uint64(l))
    		}
    	}
    	if len(m.Finalizers) > 0 {
    		for _, s := range m.Finalizers {
    			l = len(s)
    			n += 1 + l + sovGenerated(uint64(l))
    		}
    	}
    	if len(m.ManagedFields) > 0 {
    		for _, e := range m.ManagedFields {
    			l = e.Size()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 281.4K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/extensions/v1beta1/generated.pb.go

    	n += 1 + l + sovGenerated(uint64(l))
    	if len(m.Ingress) > 0 {
    		for _, e := range m.Ingress {
    			l = e.Size()
    			n += 1 + l + sovGenerated(uint64(l))
    		}
    	}
    	if len(m.Egress) > 0 {
    		for _, e := range m.Egress {
    			l = e.Size()
    			n += 1 + l + sovGenerated(uint64(l))
    		}
    	}
    	if len(m.PolicyTypes) > 0 {
    		for _, s := range m.PolicyTypes {
    			l = len(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)
  4. staging/src/k8s.io/api/resource/v1alpha2/generated.pb.go

    		}
    		if fieldNum <= 0 {
    			return fmt.Errorf("proto: AllocationResult: illegal tag %d (wire type %d)", fieldNum, wire)
    		}
    		switch fieldNum {
    		case 1:
    			if wireType != 2 {
    				return fmt.Errorf("proto: wrong wireType = %d for field ResourceHandles", wireType)
    			}
    			var msglen int
    			for shift := uint(0); ; shift += 7 {
    				if shift >= 64 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 17:07:36 UTC 2024
    - 261.9K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__networking.k8s.io__v1_openapi.json

                "type": "string"
              },
              "kind": {
                "default": "",
                "description": "kind is the kind for the resource (e.g. 'Foo' is the kind for a resource 'foo')",
                "type": "string"
              },
              "name": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 324.8K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__rbac.authorization.k8s.io__v1_openapi.json

                "type": "string"
              },
              "kind": {
                "default": "",
                "description": "kind is the kind for the resource (e.g. 'Foo' is the kind for a resource 'foo')",
                "type": "string"
              },
              "name": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 352.2K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.30.md

    - Added alpha-level support for the SuccessPolicy in Jobs.
       ([#123412](https://github.com/kubernetes/kubernetes/pull/123412), [@tenzen-y](https://github.com/tenzen-y))
    - Added the `CEL` library for IP Addresses and CIDRs. This was made available for use starting from version `1.31`.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 04:05:28 UTC 2024
    - 253.2K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/ssagen/ssa.go

    	if b == nil {
    		return nil
    	}
    	for len(s.defvars) <= int(b.ID) {
    		s.defvars = append(s.defvars, nil)
    	}
    	s.defvars[b.ID] = s.vars
    	s.curBlock = nil
    	s.vars = nil
    	if b.LackingPos() {
    		// Empty plain blocks get the line of their successor (handled after all blocks created),
    		// except for increment blocks in For statements (handled in ssa conversion of OFOR),
    		// and for blocks ending in GOTO/BREAK/CONTINUE.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  9. samples/bookinfo/src/productpage/static/tailwind/tailwind.css

    `).slice(1,-1).map(q=>q.trim()).map(q=>`      ${q}`).join(`
    `)).join(`
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 14:48:01 UTC 2024
    - 357.1K bytes
    - Viewed (1)
  10. CHANGELOG/CHANGELOG-1.27.md

    ### Bug or Regression
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:01:06 UTC 2024
    - 455.3K bytes
    - Viewed (0)
Back to top