Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 261 for map_key (0.14 sec)

  1. staging/src/k8s.io/api/testdata/HEAD/core.v1.LimitRange.json

            "fieldsV1": {},
            "subresource": "subresourceValue"
          }
        ]
      },
      "spec": {
        "limits": [
          {
            "type": "typeValue",
            "max": {
              "maxKey": "0"
            },
            "min": {
              "minKey": "0"
            },
            "default": {
              "defaultKey": "0"
            },
            "defaultRequest": {
              "defaultRequestKey": "0"
            },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 06 21:25:20 UTC 2022
    - 1.5K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/server/resourceconfig/helpers.go

    }
    
    func getRuntimeConfigValue(overrides cliflag.ConfigurationMap, apiKey string, defaultValue bool) (bool, error) {
    	flagValue, ok := overrides[apiKey]
    	if ok {
    		if flagValue == "" {
    			return true, nil
    		}
    		boolValue, err := strconv.ParseBool(flagValue)
    		if err != nil {
    			return false, fmt.Errorf("invalid value of %s: %s, err: %v", apiKey, flagValue, err)
    		}
    		return boolValue, nil
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 23 18:36:33 UTC 2022
    - 7.8K bytes
    - Viewed (0)
  3. src/cmd/fix/jnitype_test.go

    import "C"
    
    var x = []C.jobject{nil, nil, nil}
    `,
    		Out: `package main
    
    // typedef struct _jobject* jobject;
    import "C"
    
    var x = []C.jobject{0, 0, 0}
    `,
    	},
    	{
    		Name: "jni.MapKey",
    		In: `package main
    
    // typedef struct _jobject* jobject;
    import "C"
    
    var x = map[C.jobject]int{nil: 0}
    `,
    		Out: `package main
    
    // typedef struct _jobject* jobject;
    import "C"
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 16 22:02:42 UTC 2022
    - 2.6K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/version_openapi.json

          }
        },
        "securitySchemes": {
          "BearerToken": {
            "description": "Bearer Token authentication",
            "in": "header",
            "name": "authorization",
            "type": "apiKey"
          }
        }
      },
      "info": {
        "title": "Kubernetes",
        "version": "unversioned"
      },
      "openapi": "3.0.0",
      "paths": {
        "/version/": {
          "get": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 30 00:49:56 UTC 2022
    - 2.2K bytes
    - Viewed (0)
  5. src/cmd/fix/egltype_test.go

    import "C"
    
    var x = []C.$EGLTYPE{nil, nil, nil}
    `,
    			Out: `package main
    
    // typedef void *$EGLTYPE;
    import "C"
    
    var x = []C.$EGLTYPE{0, 0, 0}
    `,
    		},
    		{
    			Name: "egl.MapKey",
    			In: `package main
    
    // typedef void *$EGLTYPE;
    import "C"
    
    var x = map[C.$EGLTYPE]int{nil: 0}
    `,
    			Out: `package main
    
    // typedef void *$EGLTYPE;
    import "C"
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 16 22:02:42 UTC 2022
    - 2.8K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/.well-known__openid-configuration_openapi.json

    {
      "components": {
        "securitySchemes": {
          "BearerToken": {
            "description": "Bearer Token authentication",
            "in": "header",
            "name": "authorization",
            "type": "apiKey"
          }
        }
      },
      "info": {
        "title": "Kubernetes",
        "version": "unversioned"
      },
      "openapi": "3.0.0",
      "paths": {
        "/.well-known/openid-configuration/": {
          "get": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 30 00:49:56 UTC 2022
    - 987 bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/node/v1beta1/generated.pb.go

    				return ErrInvalidLengthGenerated
    			}
    			if postIndex > l {
    				return io.ErrUnexpectedEOF
    			}
    			if m.PodFixed == nil {
    				m.PodFixed = make(k8s_io_api_core_v1.ResourceList)
    			}
    			var mapkey k8s_io_api_core_v1.ResourceName
    			mapvalue := &resource.Quantity{}
    			for iNdEx < postIndex {
    				entryPreIndex := iNdEx
    				var wire uint64
    				for shift := uint(0); ; shift += 7 {
    					if shift >= 64 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 36.2K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/node/v1/generated.pb.go

    				return ErrInvalidLengthGenerated
    			}
    			if postIndex > l {
    				return io.ErrUnexpectedEOF
    			}
    			if m.PodFixed == nil {
    				m.PodFixed = make(k8s_io_api_core_v1.ResourceList)
    			}
    			var mapkey k8s_io_api_core_v1.ResourceName
    			mapvalue := &resource.Quantity{}
    			for iNdEx < postIndex {
    				entryPreIndex := iNdEx
    				var wire uint64
    				for shift := uint(0); ; shift += 7 {
    					if shift >= 64 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 36.1K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/HEAD/core.v1.LimitRange.yaml

      resourceVersion: resourceVersionValue
      selfLink: selfLinkValue
      uid: uidValue
    spec:
      limits:
      - default:
          defaultKey: "0"
        defaultRequest:
          defaultRequestKey: "0"
        max:
          maxKey: "0"
        maxLimitRequestRatio:
          maxLimitRequestRatioKey: "0"
        min:
          minKey: "0"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 06 21:25:20 UTC 2022
    - 1.1K bytes
    - Viewed (0)
  10. fastapi/openapi/models.py

        trace: Optional[Operation] = None
        servers: Optional[List[Server]] = None
        parameters: Optional[List[Union[Parameter, Reference]]] = None
    
    
    class SecuritySchemeType(Enum):
        apiKey = "apiKey"
        http = "http"
        oauth2 = "oauth2"
        openIdConnect = "openIdConnect"
    
    
    class SecurityBase(BaseModelWithConfig):
        type_: SecuritySchemeType = Field(alias="type")
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 22:49:33 UTC 2024
    - 15K bytes
    - Viewed (0)
Back to top