Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 23 for _get (0.29 sec)

  1. api/openapi-spec/v3/apis__rbac.authorization.k8s.io__v1_openapi.json

        }
      },
      "info": {
        "title": "Kubernetes",
        "version": "unversioned"
      },
      "openapi": "3.0.0",
      "paths": {
        "/apis/rbac.authorization.k8s.io/v1/": {
          "get": {
            "description": "get available resources",
            "operationId": "getRbacAuthorizationV1APIResources",
            "responses": {
              "200": {
                "content": {
                  "application/json": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 352.2K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__storage.k8s.io__v1_openapi.json

          }
        }
      },
      "info": {
        "title": "Kubernetes",
        "version": "unversioned"
      },
      "openapi": "3.0.0",
      "paths": {
        "/apis/storage.k8s.io/v1/": {
          "get": {
            "description": "get available resources",
            "operationId": "getStorageV1APIResources",
            "responses": {
              "200": {
                "content": {
                  "application/json": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 481.9K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1_openapi.json

        }
      },
      "info": {
        "title": "Kubernetes",
        "version": "unversioned"
      },
      "openapi": "3.0.0",
      "paths": {
        "/apis/admissionregistration.k8s.io/v1/": {
          "get": {
            "description": "get available resources",
            "operationId": "getAdmissionregistrationV1APIResources",
            "responses": {
              "200": {
                "content": {
                  "application/json": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 388.1K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__networking.k8s.io__v1_openapi.json

        }
      },
      "info": {
        "title": "Kubernetes",
        "version": "unversioned"
      },
      "openapi": "3.0.0",
      "paths": {
        "/apis/networking.k8s.io/v1/": {
          "get": {
            "description": "get available resources",
            "operationId": "getNetworkingV1APIResources",
            "responses": {
              "200": {
                "content": {
                  "application/json": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 324.8K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

        if (static_cast<int>(it.index() % shape[1]) == column) {
          values.push_back(it.value().getSExtValue());
        }
      }
    
      auto element_type = IntegerType::get(input.getContext(), 64);
      return DenseIntElementsAttr::get(
          tensorflow::GetTypeFromTFTensorShape({shape[0]}, element_type), values);
    }
    
    // Returns interior padding to use in HLO Pad op based on the TensorFlow padding
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  6. samples/bookinfo/src/productpage/static/tailwind/tailwind.css

    is.plugins=this.processor.plugins.map(a=>typeof a=="object"&&a.prepare?{...a,...a.prepare(this.result)}:a)}get[Symbol.toStringTag](){return"LazyResult"}get processor(){return this.result.processor}get opts(){return this.result.opts}get css(){return this.stringify().css}get content(){return this.stringify().content}get map(){return this.stringify().map}get root(){return this.sync().root}get messages(){return this.sync().messages}warnings(){return this.sync().warnings()}toString(){return this.css}then(e,t){return...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 14:48:01 UTC 2024
    - 357.1K bytes
    - Viewed (1)
  7. src/net/http/h2_bundle.go

    	case size <= 1<<10:
    		return http2dataChunkPools[0].Get().(*[1 << 10]byte)[:]
    	case size <= 2<<10:
    		return http2dataChunkPools[1].Get().(*[2 << 10]byte)[:]
    	case size <= 4<<10:
    		return http2dataChunkPools[2].Get().(*[4 << 10]byte)[:]
    	case size <= 8<<10:
    		return http2dataChunkPools[3].Get().(*[8 << 10]byte)[:]
    	default:
    		return http2dataChunkPools[4].Get().(*[16 << 10]byte)[:]
    	}
    }
    
    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. api/openapi-spec/v3/apis__batch__v1_openapi.json

          }
        }
      },
      "info": {
        "title": "Kubernetes",
        "version": "unversioned"
      },
      "openapi": "3.0.0",
      "paths": {
        "/apis/batch/v1/": {
          "get": {
            "description": "get available resources",
            "operationId": "getBatchV1APIResources",
            "responses": {
              "200": {
                "content": {
                  "application/json": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  9. pkg/proxy/iptables/proxier_test.go

    			// It doesn't actually make sense to short-circuit here, since if
    			// you connect directly to a NodePort from outside the cluster,
    			// you only get the local endpoints. But it's simpler for us and
    			// slightly more convenient for users to have this case get
    			// short-circuited too.
    			output: "10.180.0.2:80, 10.180.1.2:80",
    			masq:   false,
    		},
    		{
    			name:     "pod to LB with eTP:Local",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (0)
  10. docs/en/docs/release-notes.md

    * Better **extensibility**.
    * etc.
    
    ...all this while keeping the **same Python API**. In most of the cases, for simple models, you can simply upgrade the Pydantic version and get all the benefits. 🚀
    
    In some cases, for pure data validation and processing, you can get performance improvements of **20x** or more. This means 2,000% or more. 🤯
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
Back to top