Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 54 for myApp (0.06 sec)

  1. pkg/test/util/yml/cache_test.go

          name: https
          protocol: https
        hosts:
        - "*.example.com"
    `
    
    	virtualService = `
    apiVersion: networking.istio.io/v1alpha3
    kind: VirtualService
    metadata:
      name: route-for-myapp
    spec:
      hosts:
      - some.example.com
      gateways:
      - some-ingress
      http:
      - route:
        - destination:
            host: some.example.internal
    `
    )
    
    func TestCache_Apply_Basic(t *testing.T) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 31 14:48:28 UTC 2023
    - 6.8K bytes
    - Viewed (0)
  2. pkg/config/analysis/analyzers/testdata/gateway-secrets.yaml

    kind: Secret
    metadata:
      name: httpbin-credential
      namespace: istio-system
    type: Opaque
    ---
    apiVersion: v1
    kind: Pod
    metadata:
      labels:
        myapp: custom-gateway
      name: custom-gateway
    ---
    apiVersion: networking.istio.io/v1alpha3
    kind: Gateway
    metadata:
      name: defaultgateway-noerrors
    spec:
      selector:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 17 11:51:20 UTC 2023
    - 5.8K bytes
    - Viewed (0)
  3. platforms/jvm/plugins-application/src/main/java/org/gradle/api/tasks/application/CreateStartScripts.java

     * <p>
     * Example:
     * <pre class='autoTested'>
     * task createStartScripts(type: CreateStartScripts) {
     *   outputDir = file('build/sample')
     *   mainClass = 'org.gradle.test.Main'
     *   applicationName = 'myApp'
     *   classpath = files('path/to/some.jar')
     * }
     * </pre>
     * <p>
     * Note: the Gradle {@code "application"} plugin adds a pre-configured task of this type named {@code "startScripts"}.
     * <p>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 28 23:38:57 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  4. pilot/pkg/config/monitor/file_snapshot_test.go

        port:
          name: http
          number: 80
          protocol: HTTP
    status: {}`
    
    var virtualServiceYAML = `
    apiVersion: networking.istio.io/v1alpha3
    kind: VirtualService
    metadata:
      name: route-for-myapp
    spec:
      hosts:
      - some.example.com
      gateways:
      - some-ingress
      http:
      - route:
        - destination:
            host: some.example.internal
    `
    
    func TestFileSnapshotNoFilter(t *testing.T) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 31 14:48:28 UTC 2023
    - 3.7K bytes
    - Viewed (0)
  5. plugin/pkg/admission/security/podsecurity/admission_test.go

    	ownerA := metav1.OwnerReference{
    		APIVersion: "apps/v1",
    		Kind:       "ReplicaSet",
    		Name:       "myapp-123123",
    		UID:        types.UID("7610a7f4-8f80-4f88-95b5-6cefdd8e9dbd"),
    		Controller: pointer.Bool(true),
    	}
    	ownerB := metav1.OwnerReference{
    		APIVersion: "apps/v1",
    		Kind:       "ReplicaSet",
    		Name:       "myapp-234234",
    		UID:        types.UID("7610a7f4-8f80-4f88-95b5-as765as76f55"),
    		Controller: pointer.Bool(true),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 15 01:29:47 UTC 2022
    - 10.7K bytes
    - Viewed (0)
  6. platforms/jvm/plugins-application/src/test/groovy/org/gradle/api/plugins/ApplicationPluginTest.groovy

            distZipTask.archiveFileName.get() == "SuperApp.zip"
        }
    
        void "executableDir is configurable"() {
            when:
            plugin.apply(project)
            project.applicationName = "myApp";
            project.executableDir = "custom_bin";
    
            then:
            def startScripts = project.tasks[ApplicationPlugin.TASK_START_SCRIPTS_NAME]
            startScripts.executableDir == "custom_bin"
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 28 23:38:57 UTC 2024
    - 6.4K bytes
    - Viewed (0)
  7. docs/em/docs/tutorial/cors.md

    ## 🇨🇳
    
    🇨🇳 🌀 🛠️ (`http`, `https`), 🆔 (`myapp.com`, `localhost`, `localhost.tiangolo.com`), &amp; ⛴ (`80`, `443`, `8080`).
    
    , 🌐 👫 🎏 🇨🇳:
    
    * `http://localhost`
    * `https://localhost`
    * `http://localhost:8080`
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Apr 01 09:26:04 UTC 2023
    - 4.1K bytes
    - Viewed (0)
  8. docs/en/docs/tutorial/cors.md

    ## Origin
    
    An origin is the combination of protocol (`http`, `https`), domain (`myapp.com`, `localhost`, `localhost.tiangolo.com`), and port (`80`, `443`, `8080`).
    
    So, all these are different origins:
    
    * `http://localhost`
    * `https://localhost`
    * `http://localhost:8080`
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sun Nov 13 20:28:37 UTC 2022
    - 5.1K bytes
    - Viewed (0)
  9. docs/ru/docs/tutorial/cors.md

    ## Источник
    
    Источник - это совокупность протокола (`http`, `https`), домена (`myapp.com`, `localhost`, `localhost.tiangolo.com`) и порта (`80`, `443`, `8080`).
    
    Поэтому это три разных источника:
    
    * `http://localhost`
    * `https://localhost`
    * `http://localhost:8080`
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Jun 22 14:29:56 UTC 2023
    - 8.3K bytes
    - Viewed (0)
  10. docs/zh/docs/tutorial/cors.md

    # CORS(跨域资源共享)
    
    <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS" class="external-link" target="_blank">CORS 或者「跨域资源共享」</a> 指浏览器中运行的前端拥有与后端通信的 JavaScript 代码,而后端处于与前端不同的「源」的情况。
    
    ## 源
    
    源是协议(`http`,`https`)、域(`myapp.com`,`localhost`,`localhost.tiangolo.com`)以及端口(`80`、`443`、`8080`)的组合。
    
    因此,这些都是不同的源:
    
    * `http://localhost`
    * `https://localhost`
    * `http://localhost:8080`
    
    即使它们都在 `localhost` 中,但是它们使用不同的协议或者端口,所以它们都是不同的「源」。
    
    ## 步骤
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 27 17:28:07 UTC 2021
    - 4.5K bytes
    - Viewed (0)
Back to top