Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of about 10,000 for External (0.21 sec)

  1. docs/de/docs/external-links.md

    !!! note "Hinweis Deutsche Übersetzung"
        Die folgenden Überschriften und Links werden aus einer <a href="https://github.com/tiangolo/fastapi/blob/master/docs/en/data/external_links.yml" class="external-link" target="_blank">anderen Datei</a> gelesen und sind daher nicht ins Deutsche übersetzt.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Wed Feb 21 22:23:00 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  2. docs/ru/docs/external-links.md

    {% for section_name, section_content in external_links.items() %}
    
    ## {{ section_name }}
    
    {% for lang_name, lang_content in section_content.items() %}
    
    ### {{ lang_name }}
    
    {% for item in lang_content %}
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sun Oct 22 07:35:13 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  3. releasenotes/notes/external-istiod.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: installation
    issue:
      - https://github.com/istio/enhancements/issues/11
    
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Nov 06 23:44:52 UTC 2020
    - 188 bytes
    - Viewed (0)
  4. releasenotes/notes/external-name.yaml

            an external name at another in-cluster Service (for example, `example.default.svc.cluster.local`), mTLS would not be used.
          
          `ExternalName` support has been revamped to fix these problems. `ExternalName`s are now simply treated as aliases.
          Wherever we would match `Host: <concrete service>` we additionally will match `Host: <external name service>`.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Oct 27 03:08:29 UTC 2023
    - 2.7K bytes
    - Viewed (0)
  5. prow/config/topology/external-istiod-multicluster.json

        "svcSubnet": "10.255.20.0/24",
        "network": "network-1",
        "primaryClusterName": "external",
        "configClusterName": "config"
      },
      {
        "kind": "Kubernetes",
        "clusterName": "remote",
        "podSubnet": "10.30.0.0/16",
        "svcSubnet": "10.255.30.0/24",
        "network": "network-2",
        "primaryClusterName": "external",
        "configClusterName": "config",
        "meta": {
          "fakeVM": false
        }
      },
      {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Aug 25 15:28:47 UTC 2021
    - 787 bytes
    - Viewed (0)
  6. releasenotes/notes/external-name-on.yaml

            an external name at another in-cluster Service (for example, `example.default.svc.cluster.local`), mTLS would not be used.
    
          `ExternalName` support has been revamped to fix these problems. `ExternalName`s are now simply treated as aliases.
          Wherever we would match `Host: <concrete service>` we additionally will match `Host: <external name service>`.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Nov 02 18:58:52 UTC 2023
    - 2.4K bytes
    - Viewed (0)
  7. releasenotes/notes/fix-external-name.yaml

    John Howard <******@****.***> 1713547188 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 19 17:19:48 UTC 2024
    - 264 bytes
    - Viewed (0)
  8. hack/verify-external-dependencies-version.sh

    # See the License for the specific language governing permissions and
    # limitations under the License.
    
    # This script verifies that dependencies are up-to-date across different files
    # Usage: `hack/verify-external-dependencies-version.sh`.
    
    set -o errexit
    set -o nounset
    set -o pipefail
    
    KUBE_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
    source "${KUBE_ROOT}/hack/lib/init.sh"
    
    kube::golang::setup_env
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 08 08:20:31 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  9. releasenotes/notes/svc-external-name.yaml

    dwq <******@****.***> 1676903817 +0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Feb 20 14:36:57 UTC 2023
    - 225 bytes
    - Viewed (0)
  10. tests/integration/pilot/testdata/external-forward-proxy-deployment.yaml

    apiVersion: apps/v1
    kind: Deployment
    metadata:
      name: external-forward-proxy
    spec:
      replicas: 1
      selector:
        matchLabels:
          app: external-forward-proxy
      template:
        metadata:
          labels:
            app: external-forward-proxy
        spec:
          securityContext:
            runAsUser: 65534
            runAsGroup: 65534
            fsGroup: 65534
          containers:
          - name: external-forward-proxy
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jul 11 08:07:45 UTC 2023
    - 701 bytes
    - Viewed (0)
Back to top