Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for NONE (0.2 sec)

  1. manifests/charts/base/crds/crd-all.gen.yaml

                  resolution:
                    description: |-
                      Service resolution mode for the hosts.
    
                      Valid Options: NONE, STATIC, DNS, DNS_ROUND_ROBIN
                    enum:
                    - NONE
                    - STATIC
                    - DNS
                    - DNS_ROUND_ROBIN
                    type: string
                  subjectAltNames:
    Others
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Apr 22 20:20:47 GMT 2024
    - 606.1K bytes
    - Viewed (0)
  2. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                  resolution:
                    description: |-
                      Service resolution mode for the hosts.
    
                      Valid Options: NONE, STATIC, DNS, DNS_ROUND_ROBIN
                    enum:
                    - NONE
                    - STATIC
                    - DNS
                    - DNS_ROUND_ROBIN
                    type: string
                  subjectAltNames:
    Others
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Apr 22 20:20:47 GMT 2024
    - 606.1K bytes
    - Viewed (0)
  3. RELEASE.md

    *   TF Core:
    
        *   `tf.Graph.get_name_scope()` now always returns a string, as documented.
            Previously, when called within `name_scope("")` or `name_scope(None)`
            contexts, it returned `None`; now it returns the empty string.
        *   `tensorflow/core/ir/` contains a new MLIR-based Graph dialect that is
            isomorphic to GraphDef and will be used to replace GraphDef-based (e.g.,
    Plain Text
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
  4. api/go1.14.txt

    pkg syscall (freebsd-arm64), const BPF_T_NANOTIME_MONOTONIC_FAST = 769
    pkg syscall (freebsd-arm64), const BPF_T_NANOTIME_MONOTONIC_FAST ideal-int
    pkg syscall (freebsd-arm64), const BPF_T_NONE = 3
    pkg syscall (freebsd-arm64), const BPF_T_NONE ideal-int
    pkg syscall (freebsd-arm64), const BPF_T_NORMAL = 0
    pkg syscall (freebsd-arm64), const BPF_T_NORMAL ideal-int
    pkg syscall (freebsd-arm64), const BPF_TAX = 0
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  5. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const BPF_T_NANOTIME_MONOTONIC_FAST ideal-int #53466
    pkg syscall (freebsd-riscv64), const BPF_T_NONE = 3 #53466
    pkg syscall (freebsd-riscv64), const BPF_T_NONE ideal-int #53466
    pkg syscall (freebsd-riscv64), const BPF_T_NORMAL = 0 #53466
    pkg syscall (freebsd-riscv64), const BPF_T_NORMAL ideal-int #53466
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.19.md

      - metadata:
        - name: shared-disk
      - provisioner: kubernetes.io/azure-disk
      - parameters:
        - skuname: Premium_LRS  # Currently only available with premium SSDs.
        - cachingMode: None # ReadOnly host caching is not available for premium SSDs with maxShares>1
        - maxShares: 2 ([#89328](https://github.com/kubernetes/kubernetes/pull/89328), [@andyzhangx](https://github.com/andyzhangx)) [SIG Cloud Provider and Storage]
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Wed Jan 05 05:42:32 GMT 2022
    - 489.7K bytes
    - Viewed (0)
Back to top