Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for pcount (0.18 sec)

  1. api/openapi-spec/v3/apis__apps__v1_openapi.json

              },
              "azureFile": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/io.k8s.api.core.v1.AzureFileVolumeSource"
                  }
                ],
                "description": "azureFile represents an Azure File Service mount on the host and bind mount to the pod."
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  2. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

        operator.istio.io/component: IngressGateways
        release: istio
      name: istio-ingressgateway-service-account
      namespace: istio-system
    
    ---
    apiVersion: v1
    kind: ServiceAccount
    metadata:
      labels:
        app: istio-reader
        release: istio
      name: istio-reader-service-account
      namespace: istio-system
    
    ---
    apiVersion: v1
    kind: ServiceAccount
    metadata:
      labels:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

    possible.\n\nThe sign will be omitted unless the number is negative.\n\nExamples:\n\n- 1.5 will be serialized as \"1500m\" - 1.5Gi will be serialized as \"1536Mi\"\n\nNote that the quantity will NEVER be internally represented by a floating point number. That is the whole point of this exercise.\n\nNon-canonical values will still parse as long as they are well formed, but will be re-emitted in their canonical form. (So always use canonical form, or don't diff.)\n\nThis format is intended to make it difficult...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  4. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                          description: Set of ports associated with the endpoint.
                          type: object
                        serviceAccount:
                          description: The service account associated with the workload
                            if a sidecar is present in the workload.
                          type: string
                        weight:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  5. manifests/charts/base/crds/crd-all.gen.yaml

                          description: Set of ports associated with the endpoint.
                          type: object
                        serviceAccount:
                          description: The service account associated with the workload
                            if a sidecar is present in the workload.
                          type: string
                        weight:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"(*YCbCr).YCbCrAt", Method, 4},
    		{"(*YCbCr).YOffset", Method, 0},
    		{"(Point).Add", Method, 0},
    		{"(Point).Div", Method, 0},
    		{"(Point).Eq", Method, 0},
    		{"(Point).In", Method, 0},
    		{"(Point).Mod", Method, 0},
    		{"(Point).Mul", Method, 0},
    		{"(Point).String", Method, 0},
    		{"(Point).Sub", Method, 0},
    		{"(Rectangle).Add", Method, 0},
    		{"(Rectangle).At", Method, 5},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  7. pkg/apis/core/validation/validation_test.go

    		"invalid key":                               {invalidKey, false},
    		"valid service-account-token secret":        {validServiceAccountTokenSecret(), true},
    		"empty service-account-token annotation":    {emptyTokenAnnotation, false},
    		"missing service-account-token annotation":  {missingTokenAnnotation, false},
    		"missing service-account-token annotations": {missingTokenAnnotations, false},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      let summary = [{
    Creates a dataset that emits the outputs of `input_dataset` `count` times.
      }];
    
      let arguments = (ins
        TF_VariantTensor:$input_dataset,
        Arg<TF_Int64Tensor, [{A scalar representing the number of times that `input_dataset` should
    be repeated. A value of `-1` indicates that it should be repeated infinitely.}]>:$count,
    
        ConfinedAttr<TypeArrayAttr, [ArrayMinCount<1>]>:$output_types,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  9. RELEASE.md

    *   Fixes an undefined behavior in `SparseTensorSliceDataset`
        ([CVE-2022-21736](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21736))
    *   Fixes an assertion failure based denial of service via faulty bin count
        operations
        ([CVE-2022-21737](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21737))
    *   Fixes a reference binding to null pointer in `QuantizedMaxPool`
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  10. tests/integration/pilot/testdata/gateway-api-crd.yaml

                            Route kinds ParentRefs fields). Listener or Route status does not impact
                            successful attachment, i.e. the AttachedRoutes field count MUST be set
                            for Listeners with condition Accepted: false and MUST count successfully
                            attached Routes that may themselves have Accepted: false conditions.
    
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
Back to top