Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 193 for chains (0.18 sec)

  1. manifests/helm-profiles/openshift.yaml

    # The OpenShift profile provides a basic set of settings to run Istio on OpenShift
    # CNI must be installed.
    cni:
      cniBinDir: /var/lib/cni/bin
      cniConfDir: /etc/cni/multus/net.d
      chained: false
      cniConfFileName: "istio-cni.conf"
      logLevel: info
      provider: "multus"
    global:
      platform: openshift
    pilot:
      cni:
        enabled: true
        provider: "multus"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 10 12:37:25 UTC 2024
    - 375 bytes
    - Viewed (0)
  2. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheFileCollectionIntegrationTest.groovy

            "files.empty"           | "false"
            "files.contains(file1)" | "true"
        }
    
        @Issue('https://github.com/gradle/gradle/issues/26352')
        def 'intricate ConfigurableFileCollection filter chain carries task dependencies'() {
            given:
            def configurationCache = newConfigurationCacheFixture()
    
            and:
            buildFile '''
                abstract class ConcatTask extends DefaultTask {
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 9.4K bytes
    - Viewed (0)
  3. subprojects/core/src/main/java/org/gradle/internal/component/local/model/TransformedComponentFileArtifactIdentifier.java

     * as artifact transformations may result in multiple artifacts with the same file name.
     *
     * <p>The original file name should refer to the name of the artifact at the beginning of the transform chain.</p>
     */
    public class TransformedComponentFileArtifactIdentifier implements ComponentArtifactIdentifier, DisplayName {
        private final ComponentIdentifier componentId;
        private final String fileName;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 21 18:43:44 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  4. platforms/jvm/testing-jvm-infrastructure/src/main/java/org/gradle/api/internal/tasks/testing/junit/AbstractJUnitTestClassProcessor.java

        }
    
        @Override
        public void startProcessing(TestResultProcessor resultProcessor) {
            TestResultProcessor resultProcessorChain = createResultProcessorChain(resultProcessor);
            // Wrap the result processor chain up in a blocking actor, to make the whole thing thread-safe
            resultProcessorActor = actorFactory.createBlockingActor(resultProcessorChain);
            executor = createTestExecutor(resultProcessorActor);
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 15:59:04 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  5. manifests/helm-profiles/openshift-ambient.yaml

    meshConfig:
      defaultConfig:
        proxyMetadata:
          ISTIO_META_ENABLE_HBONE: "true"
    global:
      platform: openshift
    cni:
      ambient:
        enabled: true
      cniBinDir: /var/lib/cni/bin
      cniConfDir: /etc/cni/multus/net.d
      chained: false
      cniConfFileName: "istio-cni.conf"
      logLevel: info
      provider: "multus"
    pilot:
      cni:
        enabled: true
        provider: "multus"
      variant: distroless
      env:
        PILOT_ENABLE_AMBIENT: "true"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 30 20:24:06 UTC 2024
    - 664 bytes
    - Viewed (0)
  6. tests/integration/security/file_mounted_certs/p2p_mtls_test.go

    spec:
      host: "server.{{.AppNamespace}}.svc.cluster.local"
      trafficPolicy:
        tls:
          mode: MUTUAL
          caCertificates: /client-certs/root-cert.pem
          clientCertificate: /client-certs/cert-chain.pem
          privateKey: /client-certs/key.pem
          subjectAltNames:
            - server.mounted-certs.svc
    
    `
    
    	PeerAuthenticationConfig = `
    apiVersion: security.istio.io/v1beta1
    kind: PeerAuthentication
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  7. subprojects/core/src/integTest/groovy/org/gradle/api/TaskContainerIntegrationTest.groovy

            "matching { it.group == \"help\" }" | "toList()"          | true                  | false
            "matching { it.group == \"help\" }" | "iterator()"        | true                  | false
    
        }
    
        def "chained lookup of tasks.withType.matching"() {
            buildFile """
                tasks.withType(Copy).matching({ it.name.endsWith("foo") }).all { task ->
                    assert task.path in [':foo']
                }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 12 07:46:00 UTC 2024
    - 4.9K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/main/java/org/gradle/internal/component/model/ComponentArtifactResolveState.java

     *     for example when using an {@link org.gradle.api.artifacts.ArtifactView} to select different variants.</li>
     *     <li>Determine how to produce the artifacts of the variant, for example by running a chain of transformers.</li>
     *     <li>Produce the artifacts, for example by running the transforms or downloading files.</li>
     * </ul>
     *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 15 17:38:42 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tfrt/runtime_fallback/runtime_fallback_executor.cc

    #include "tfrt/bef_converter/mlir_to_bef.h"  // from @tf_runtime
    #include "tfrt/bef_executor/bef_file.h"  // from @tf_runtime
    #include "tfrt/host_context/async_value.h"  // from @tf_runtime
    #include "tfrt/host_context/chain.h"  // from @tf_runtime
    #include "tfrt/host_context/execution_context.h"  // from @tf_runtime
    #include "tfrt/host_context/function.h"  // from @tf_runtime
    #include "tfrt/host_context/host_context.h"  // from @tf_runtime
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 08 00:18:59 UTC 2024
    - 9.1K bytes
    - Viewed (0)
  10. manifests/charts/gateways/istio-egress/files/profile-openshift.yaml

    # The OpenShift profile provides a basic set of settings to run Istio on OpenShift
    # CNI must be installed.
    cni:
      cniBinDir: /var/lib/cni/bin
      cniConfDir: /etc/cni/multus/net.d
      chained: false
      cniConfFileName: "istio-cni.conf"
      logLevel: info
      provider: "multus"
    global:
      platform: openshift
    pilot:
      cni:
        enabled: true
        provider: "multus"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 10 12:37:25 UTC 2024
    - 594 bytes
    - Viewed (0)
Back to top