Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for network4 (0.86 sec)

  1. CHANGELOG/CHANGELOG-1.19.md

    - It is now possible to use the service annotation `cloud.google.com/network-tier: Standard` to configure the Network Tier of the GCE Loadbalancer ([#88532](https://github.com/kubernetes/kubernetes/pull/88532), [@zioproto](https://github.com/zioproto)) [SIG Cloud Provider, Network and Testing]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  2. fess-crawler/src/test/resources/extractor/eml/sample3.eml

     ▼どこでもいっしょ.com ・グッズ情報、イベントレポート更新、「トロ・ステーション」情報 http://www.jp.playstation.com/R/m21111_NEWS007 ◆メールの配信停止について◆========== メールの配信停止をご希望の方は、以下のいずれかの方法で設定を変更いただけます。 【PS3/PSPから】 “PlayStation Network”にサインインし、[アカウント管理]->[配信メールの設定]より、 チェックボックス内のチェックを外してください。 【PS Vitaから】 “PlayStation Network”にサインインし、[設定]->[PlayStation Network]->[アカウント情報]より、 配信メール設定用のチェックボックス内のチェックを外してください。 【PCから】 下記URLからサインインし、[アカウント]->[配信メールの設定]より、 チェックボックス内のチェックを外してください。 https://account.sonyentertainmentnet.com/ ※メールの配信停止処理をおこなうと、配信メールの種類の設定に関わらず...
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sat Jan 16 07:50:35 UTC 2016
    - 539.6K bytes
    - Viewed (0)
  3. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                    {{- $network := valueOrDefault (index .InfrastructureLabels `topology.istio.io/network`) .Values.global.network }}
                    {{- if $network }}
                    - name: ISTIO_META_NETWORK
                      value: "{{ $network }}"
                    {{- end }}
                    - name: ISTIO_META_INTERCEPTION_MODE
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  4. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                          description: The locality associated with the endpoint.
                          type: string
                        network:
                          description: Network enables Istio to group endpoints resident
                            in the same L3 domain/network.
                          type: string
                        ports:
                          additionalProperties:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (2)
  5. manifests/charts/base/crds/crd-all.gen.yaml

                          description: The locality associated with the endpoint.
                          type: string
                        network:
                          description: Network enables Istio to group endpoints resident
                            in the same L3 domain/network.
                          type: string
                        ports:
                          additionalProperties:
    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. tests/integration/pilot/testdata/gateway-api-crd.yaml

                              pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
                              type: string
                            port:
                              description: |-
                                Port is the network port this Route targets. It can be interpreted
                                differently based on the type of parent resource.
    
    
                                When the parent resource is a Gateway, this targets all listeners
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__apps__v1_openapi.json

          "io.k8s.api.apps.v1.StatefulSet": {
            "description": "StatefulSet represents a set of pods with consistent identities. Identities are defined as:\n  - Network: A single stable DNS and hostname.\n  - Storage: As many VolumeClaims as requested.\n\nThe StatefulSet guarantees that a given network identity will always map to the same storage identity.",
            "properties": {
              "apiVersion": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"(*Dialer).Dial", Method, 1},
    		{"(*Dialer).DialContext", Method, 7},
    		{"(*Dialer).MultipathTCP", Method, 21},
    		{"(*Dialer).SetMultipathTCP", Method, 21},
    		{"(*IP).UnmarshalText", Method, 2},
    		{"(*IPAddr).Network", Method, 0},
    		{"(*IPAddr).String", Method, 0},
    		{"(*IPConn).Close", Method, 0},
    		{"(*IPConn).File", Method, 0},
    		{"(*IPConn).LocalAddr", Method, 0},
    		{"(*IPConn).Read", Method, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  9. RELEASE.md

        install tensorflow` command.
    *   Several python API calls have been changed to resemble NumPy more closely.
    *   Android: person detection + tracking demo implementing Scalable Object
        Detection using Deep Neural Networks.
    *   New (experimental)
        [Java API](https://github.com/tensorflow/tensorflow/tree/master/tensorflow/java).
    *   Add new Android image stylization demo based on "A Learned Representation
    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. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

        output = input / (bias + alpha * sqr_sum) ** beta
    
    For details, see [Krizhevsky et al., ImageNet classification with deep
    convolutional neural networks (NIPS 2012)](http://papers.nips.cc/paper/4824-imagenet-classification-with-deep-convolutional-neural-networks).
      }];
    
      let arguments = (ins
        Arg<TensorOf<[TF_Bfloat16, TF_Float16, TF_Float32]>, [{4-D.}]>:$input,
    
    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