Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 358 for Vm (0.07 sec)

  1. maven-model-builder/src/site/apt/super-pom.apt.vm

    Stephen Connolly <******@****.***> 1369732772 +0100
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue May 28 09:19:32 UTC 2013
    - 1K bytes
    - Viewed (0)
  2. maven-core/src/site/apt/core-extensions.apt.vm

    Konrad Windszus <******@****.***> 1670231075 +0100
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Dec 05 09:04:35 UTC 2022
    - 1.1K bytes
    - Viewed (0)
  3. maven-core/src/site/apt/default-bindings.apt.vm

    Hervé Boutemy <******@****.***> 1678297523 +0100
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Mar 08 17:45:23 UTC 2023
    - 2.7K bytes
    - Viewed (0)
  4. releasenotes/notes/vm-multiple-targetport.yaml

    John Howard <******@****.***> 1608016262 -0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Dec 15 07:11:02 UTC 2020
    - 204 bytes
    - Viewed (0)
  5. releasenotes/notes/vm-iptables-inbound.yaml

    John Howard <******@****.***> 1617604963 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 05 06:42:43 UTC 2021
    - 254 bytes
    - Viewed (0)
  6. samples/bookinfo/networking/virtual-service-ratings-mysql-vm.yaml

    ---
    apiVersion: networking.istio.io/v1alpha3
    kind: VirtualService
    metadata:
      name: ratings
    spec:
      hosts:
      - ratings
      http:
      - route:
        - destination:
            host: ratings
            subset: v2-mysql-vm
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jul 09 23:15:58 UTC 2018
    - 405 bytes
    - Viewed (0)
  7. tests/integration/pilot/README.md

    in the mesh, we deploy an instance of the Echo application as a VM resource. A VM Echo instance will simulate a VM,
    disabling kube-dns, Service Account mount, etc. For more information around VM onboarding,
    refer to this [doc](https://istio.io/latest/docs/setup/install/virtual-machine/).
    
    To deploy an echo instance as a VM
    1. Set the ports for the VMs.
    1. Set `DeployAsVm` to be true in `echo.Config`.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 07 21:28:34 UTC 2023
    - 3.7K bytes
    - Viewed (0)
  8. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/jvm/JDWPUtil.groovy

        def accept() {
            while (vm == null) {
                try {
                    vm = connection.accept(connectionArgs)
                    connection = null
                } catch (Exception e) {
                }
            }
        }
    
        /**
         * This is used to resume the VM after events are triggered, which can cause the VM to be suspended.
         *
         * @param isAlive Whether the VM is still alive.
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 4.7K bytes
    - Viewed (0)
  9. platforms/jvm/jvm-services/src/test/groovy/org/gradle/internal/jvm/inspection/DefaultJvmMetadataDetectorTest.groovy

            ['java.home': "java-home",
             'java.version': "bad luck",
             'java.vendor': "Oracle Corporation",
             'os.arch': "amd64",
             'java.vm.name': "OpenJDK 64-Bit Server VM",
             'java.vm.version': "25.40-b25",
             'java.vm.vendor': "Oracle Corporation",
             'java.runtime.name': "Java(TM) SE Runtime Environment",
             'java.runtime.version': "bad luck"
            ]
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 12 18:25:34 UTC 2024
    - 22.9K bytes
    - Viewed (0)
  10. operator/pkg/tpath/struct_test.go

    k:
      l:
        m: vm
        n: vm
    `,
    			wantFound: true,
    		},
    		{
    			desc: "GetMapEntryItem",
    			nodeYAML: `
    a: va
    b: vb
    c:
      d: vd
      e:
        f: vf
    g:
      h:
      - i: vi
        j: vj
        k:
          l:
            m: vm
            n: vm
    `,
    			path: "g.h.0.k",
    			wantYAML: `
    l:
      m: vm
      n: vm
    `,
    			wantFound: true,
    		},
    		{
    			desc: "GetPathNotExists",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jul 25 19:30:47 UTC 2022
    - 2.7K bytes
    - Viewed (0)
Back to top