Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 17 for pcount (0.3 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. fess-crawler/src/test/resources/extractor/eml/sample3.eml

    Network”にサインインし、[アカウント管理]->[配信メールの設定]より、 チェックボックス内のチェックを外してください。 【PS Vitaから】 “PlayStation Network”にサインインし、[設定]->[PlayStation Network]->[アカウント情報]より、 配信メール設定用のチェックボックス内のチェックを外してください。 【PCから】 下記URLからサインインし、[アカウント]->[配信メールの設定]より、 チェックボックス内のチェックを外してください。 https://account.sonyentertainmentnet.com/ ※メールの配信停止処理をおこなうと、配信メールの種類の設定に関わらず メールは配信されません。 ◆配信されるメールの種類の変更について◆========== 配信メールの種類の変更を希望される方は、下記のURLにある 「配信メールの設定」からサインインし、ご希望のメールを選択してください。 <現在、配信されているニュースメール> Newsダイジェスト PSストアニュース(ゲーム) PSストアニュース(ビデオ) 「Music Unlimited」(ミュージックアンリミテッド)...
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sat Jan 16 07:50:35 UTC 2016
    - 539.6K bytes
    - Viewed (0)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. CHANGELOG/CHANGELOG-1.19.md

    - Fix: azure file mount timeout issue ([#88610](https://github.com/kubernetes/kubernetes/pull/88610), [@andyzhangx](https://github.com/andyzhangx)) [SIG Cloud Provider and Storage]
    - Fix: check disk status before delete azure disk ([#88360](https://github.com/kubernetes/kubernetes/pull/88360), [@andyzhangx](https://github.com/andyzhangx)) [SIG Cloud Provider]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  10. 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)
Back to top