Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 99 for Tap (0.03 sec)

  1. pilot/cmd/pilot-agent/options/options.go

    		"The identity provider for credential. Currently default supported identity provider is GoogleComputeEngine").Get()
    	proxyXDSDebugViaAgent = env.Register("PROXY_XDS_DEBUG_VIA_AGENT", true,
    		"If set to true, the agent will listen on tap port and offer pilot's XDS istio.io/debug debug API there.").Get()
    	proxyXDSDebugViaAgentPort = env.Register("PROXY_XDS_DEBUG_VIA_AGENT_PORT", 15004,
    		"Agent debugging port.").Get()
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jan 09 19:21:50 UTC 2024
    - 8.1K bytes
    - Viewed (0)
  2. pkg/istio-agent/xds_proxy_delta.go

    		Canary:       false,
    		TypeUrl:      resp.TypeUrl,
    		Nonce:        resp.Nonce,
    		ControlPlane: resp.ControlPlane,
    	}:
    	default:
    		log.Infof("tap response %q arrived too late; discarding", resp.TypeUrl)
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 04 20:29:08 UTC 2024
    - 11.7K bytes
    - Viewed (0)
  3. platforms/core-configuration/kotlin-dsl-tooling-builders/src/crossVersionTest/groovy/org/gradle/kotlin/dsl/tooling/builders/r54/KotlinBuildScriptModelCrossVersionSpec.groovy

        @LeaksFileHandles("Kotlin compiler daemon on buildSrc jar")
        def "can fetch classpath in face of buildSrc test failures"() {
    
            given:
            withKotlinBuildSrc()
            withFile("buildSrc/build.gradle.kts").tap { buildSrcScript ->
                buildSrcScript.text = buildSrcScript.text + """
                    dependencies {
                        testImplementation("junit:junit:4.13")
                    }
                """
            }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Aug 28 08:52:51 UTC 2023
    - 17.5K bytes
    - Viewed (0)
  4. platforms/core-configuration/model-core/src/test/groovy/org/gradle/api/internal/provider/CollectionPropertySpec.groovy

            "s1"                  | { property().tap { add("s1") } }               || "$collectionName(class ${String.name}, [s1])"
            "[s1, s2]"            | { property().value(["s1, s2"]) }               || "$collectionName(class ${String.name}, [s1, s2])"
            "s1 + s2"             | { property().tap { add("s1"); add("s2") } }    || "$collectionName(class ${String.name}, [s1] + [s2])"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 17 11:41:55 UTC 2024
    - 49.7K bytes
    - Viewed (0)
  5. hack/unwanted-dependencies.json

          "github.com/mitchellh/cli": "MPL license not in CNCF allowlist",
          "github.com/mitchellh/gox": "MPL license not in CNCF allowlist",
          "github.com/mndrix/tap-go": "unmaintained",
          "github.com/onsi/ginkgo": "Ginkgo has been migrated to V2, refer to #109111",
          "github.com/pkg/errors": "unmaintained, archive mode",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 13 12:31:38 UTC 2024
    - 9.8K bytes
    - Viewed (0)
  6. testing/smoke-test/src/smokeTest/groovy/org/gradle/smoketests/SmokeTestGradleRunner.groovy

            @DelegatesTo(
                genericTypeIndex = 0,
                strategy = Closure.DELEGATE_FIRST)
                Closure<T> closure) {
            deprecationClass.newInstance(this).tap(closure)
            return this
        }
    
        def <T> SmokeTestGradleRunner deprecations(
            @DelegatesTo(
                value = BaseDeprecations.class,
                strategy = Closure.DELEGATE_FIRST)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 15K bytes
    - Viewed (0)
  7. istioctl/pkg/multixds/gather.go

    }
    
    var _ error = ControlPlaneNotFoundError{}
    
    type Options struct {
    	// MessageWriter is a writer for displaying messages to users.
    	MessageWriter io.Writer
    
    	// XdsViaAgents accesses Istiod via the tap service of each agent.
    	// This is only used in `proxy-status` command.
    	XdsViaAgents bool
    
    	// XdsViaAgentsLimit is the maximum number of pods being visited by istioctl,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Mar 08 08:38:19 UTC 2024
    - 13.6K bytes
    - Viewed (0)
  8. cluster/gce/windows/README-GCE-Windows-kube-up.md

    #   prompting.
    WINDOWS_NODE_OS_DISTRIBUTION=win2019 KUBE_UP_AUTOMATIC_CLEANUP=true ./cluster/kube-up.sh
    ```
    
    If your GCP project is configured with two-factor authentication, you may need
    to tap your security key shortly after running `kube-up`.
    
    To teardown the cluster run:
    
    ```bash
    ./cluster/kube-down.sh
    ```
    
    If you want to run more than one cluster simultaneously, you can use two
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 14 21:39:56 UTC 2023
    - 8.7K bytes
    - Viewed (0)
  9. docs/vi/docs/index.md

    ---
    
    "_**Netflix** vui mừng thông báo việc phát hành framework mã nguồn mở của chúng tôi cho *quản lí khủng hoảng* tập trung: **Dispatch**! [xây dựng với **FastAPI**]_"
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Apr 29 05:18:04 UTC 2024
    - 21.9K bytes
    - Viewed (0)
  10. platforms/core-runtime/logging/src/integTest/groovy/org/gradle/internal/logging/LoggingIntegrationTest.groovy

        @Rule public final Sample sampleResources = new Sample(testDirectoryProvider)
    
        final LogOutput logOutput = createLogOutput()
    
        final LogOutput customLoggerOutput = createLogOutput().tap {
            quiet(
                'init callback quiet out')
            lifecycle(
                'LOGGER: evaluating :',
                'LOGGER: evaluating :project1',
                'LOGGER: evaluating :project2',
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:05:18 UTC 2023
    - 15.6K bytes
    - Viewed (0)
Back to top