Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 859 for bindTo (0.21 sec)

  1. pilot/pkg/model/gateway.go

    func gatewayRDSRouteName(server *networking.Server, portNumber uint32, cfg config.Config) string {
    	p := protocol.Parse(server.Port.Protocol)
    	bind := ""
    	if server.Bind != "" {
    		bind = "." + server.Bind
    	}
    	if p.IsHTTP() {
    		return "http" + "." + strconv.Itoa(int(portNumber)) + bind // Format: http.%d.%s
    	}
    
    	if p == protocol.HTTPS && !gateway.IsPassThroughServer(server) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 26K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/listener_inbound.go

    	// telemetry.
    	port model.ServiceInstancePort
    	// bind determines where (IP) this filter chain should bind. Note: typically we just end up using
    	// 'virtual' listener and do not literally bind to port; in these cases this just impacts naming
    	// and telemetry.
    	bind string
    
    	// extraBind is string slice and each element is similar with bind address and support multiple addresses for 'virtual' listener
    	extraBind []string
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 35.1K bytes
    - Viewed (0)
  3. platforms/jvm/testing-jvm/src/test/groovy/org/gradle/api/tasks/testing/TestReportTest.groovy

        }
    
        def "can attach result dirs"() {
            def binDir = temporaryFolder.file("other")
    
            when:
            reportTask.testResults.from(binDir)
    
            then:
            reportTask.testResults.files as List == [binDir]
        }
    
        def test(String name) {
            def test = TestUtil.createTask(Test, project, name)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  4. pkg/scheduler/apis/config/types.go

    	// PreBind is a list of plugins that should be invoked before a pod is bound.
    	PreBind PluginSet
    
    	// Bind is a list of plugins that should be invoked at "Bind" extension point of the scheduling framework.
    	// The scheduler call these plugins in order. Scheduler skips the rest of these plugins as soon as one returns success.
    	Bind PluginSet
    
    	// PostBind is a list of plugins that should be invoked after a pod is successfully bound.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 19 18:47:23 UTC 2024
    - 14.8K bytes
    - Viewed (0)
  5. platforms/core-configuration/kotlin-dsl/src/test/kotlin/org/gradle/kotlin/dsl/accessors/PluginSpecBuilderAccessorsClassPathTest.kt

            )
    
            val srcDir = newFolder("src")
            val binDir = newFolder("bin")
    
            // when:
            withSynchronousIO {
                buildPluginDependencySpecAccessorsFor(
                    pluginDescriptorsClassPath = classPathOf(pluginsJar),
                    srcDir = srcDir,
                    binDir = binDir
                )
            }
    
            // then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Sep 30 16:17:27 UTC 2023
    - 6.3K bytes
    - Viewed (0)
  6. platforms/jvm/toolchains-jvm/src/test/groovy/org/gradle/jvm/toolchain/internal/ToolchainReportRendererTest.groovy

                "jvmName", "25.292-b01", "jvmVendor",
                "myArch"
            )
            installation.source >> "SourceSupplier"
    
            def binDir = new File(javaHome, "bin")
            if (binDir.mkdir()) {
                File javac = new File(binDir, OperatingSystem.current().getExecutableName('javac'))
                javac << 'dummy'
            }
    
            expect:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jul 28 16:17:59 UTC 2023
    - 3.3K bytes
    - Viewed (0)
  7. platforms/core-configuration/model-core/src/test/groovy/org/gradle/model/internal/registry/RegistrySpec.groovy

                def binder = new RuleBinder(subjectReference, inputReferences, action, [])
                if (subjectReferenceBindingPath) {
                    binder.subjectBinding.boundTo = new TestNode(subjectReferenceBindingPath, Object)
                }
                boundInputReferencePaths.each { index, path ->
                    binder.inputBindings[index].boundTo = new TestNode(path, Object)
                }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 7.3K bytes
    - Viewed (0)
  8. platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/accessors/GenerateVersionCatalogAccessors.kt

    
    internal
    fun IO.buildVersionCatalogAccessorsFor(
        versionCatalogs: List<VersionCatalogAccessor>,
        srcDir: File,
        binDir: File
    ) {
        makeAccessorOutputDirs(srcDir, binDir, kotlinDslPackagePath)
    
        val baseFileName = "$kotlinDslPackagePath/VersionCatalogAccessors"
        val sourceFile = srcDir.resolve("$baseFileName.kt")
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 22 09:41:28 UTC 2023
    - 11.6K bytes
    - Viewed (0)
  9. platforms/native/platform-native/src/main/java/org/gradle/nativeplatform/toolchain/internal/msvcpp/AbstractWindowsKitComponentLocator.java

                LOGGER.debug("Found {} {} at {}", getDisplayName(), version.toString(), windowsKitDir);
                File binDir = new File(windowsKitDir, "bin/" + versionDir);
                File unversionedBinDir = new File(windowsKitDir, "bin");
                if (isValidComponentBinDir(binDir)) {
                    T component = newComponent(windowsKitDir, binDir, version, discoveryType);
                    found.add(component);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 9.7K bytes
    - Viewed (0)
  10. cluster/images/etcd/migrate/options.go

    // for each version in the bundledVersions list.
    func validateBundledVersions(bundledVersions SupportedVersions, binDir string) error {
    	for _, v := range bundledVersions {
    		for _, binaryName := range []string{"etcd", "etcdctl"} {
    			fn := filepath.Join(binDir, fmt.Sprintf("%s-%s", binaryName, v))
    			if _, err := os.Stat(fn); err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 31 09:59:52 UTC 2024
    - 9.5K bytes
    - Viewed (0)
Back to top