Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for intSlice (0.19 sec)

  1. src/runtime/mfinal.go

    	}
    	if ft.InCount != 1 {
    		throw("runtime.SetFinalizer: cannot pass " + toRType(etyp).string() + " to finalizer " + toRType(ftyp).string())
    	}
    	fint := ft.InSlice()[0]
    	switch {
    	case fint == etyp:
    		// ok - same type
    		goto okarg
    	case fint.Kind_&abi.KindMask == abi.Pointer:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 01:56:56 UTC 2024
    - 19K bytes
    - Viewed (0)
  2. pkg/generated/openapi/zz_generated.openapi.go

    					"int": {
    						SchemaProps: spec.SchemaProps{
    							Description: "IntValue is a 64-bit integer.",
    							Type:        []string{"integer"},
    							Format:      "int64",
    						},
    					},
    					"intSlice": {
    						SchemaProps: spec.SchemaProps{
    							Description: "IntSliceValue is an array of 64-bit integers.",
    							Ref:         ref("k8s.io/api/resource/v1alpha2.NamedResourcesIntSlice"),
    						},
    					},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  3. api/openapi-spec/swagger.json

              "type": "boolean"
            },
            "int": {
              "description": "IntValue is a 64-bit integer.",
              "format": "int64",
              "type": "integer"
            },
            "intSlice": {
              "$ref": "#/definitions/io.k8s.api.resource.v1alpha2.NamedResourcesIntSlice",
              "description": "IntSliceValue is an array of 64-bit integers."
            },
            "name": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
Back to top