Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 46 for externalDep (0.18 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/internal/component/ResolutionFailureHandlerIntegrationTest.groovy

        }
    
        @ToBeFixedForConfigurationCache
        def "demonstrate ambiguous graph variant selection failure with single disambiguating value for externalDep"() {
            ambiguousGraphVariantForExternalDep.prepare()
    
            expect:
            assertResolutionFailsAsExpected(ambiguousGraphVariantForExternalDep)
    
            and: "Has error output"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 15:55:38 UTC 2024
    - 45K bytes
    - Viewed (0)
  2. pkg/proxy/conntrack/cleanup.go

    				err := ct.ClearEntriesForNAT(extIP.String(), endpointIP, v1.ProtocolUDP)
    				if err != nil {
    					klog.ErrorS(err, "Failed to delete endpoint connections for externalIP", "servicePortName", epSvcPair.ServicePortName, "externalIP", extIP)
    				}
    			}
    			for _, lbIP := range svcInfo.LoadBalancerVIPs() {
    				err := ct.ClearEntriesForNAT(lbIP.String(), endpointIP, v1.ProtocolUDP)
    				if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jan 15 18:09:05 UTC 2024
    - 5.2K bytes
    - Viewed (0)
  3. istioctl/pkg/workload/workload.go

    				return err
    			}
    			fmt.Printf("Configuration generation into directory %s was successful\n", outputDir)
    			return nil
    		},
    		PreRunE: func(cmd *cobra.Command, args []string) error {
    			if len(internalIP) > 0 && len(externalIP) > 0 {
    				return fmt.Errorf("the flags --internalIP and --externalIP are mutually exclusive")
    			}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 20:06:41 UTC 2024
    - 25.5K bytes
    - Viewed (0)
  4. platforms/software/ivy/src/testFixtures/groovy/org/gradle/api/publish/ivy/AbstractIvyPublishIntegTest.groovy

            String dependencyNotation = params.dependency
            if (params.configuration) {
                dependencyNotation = "${dependencyNotation}, configuration: '${sq(params.configuration)}'"
            }
    
            def externalRepo = requiresExternalDependencies?mavenCentralRepositoryDefinition():''
            def optional = params.optionalFeatureCapabilities.collect {
                "resolve($dependencyNotation) { capabilities { requireCapability('$it') } }"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 14:02:46 UTC 2023
    - 7.6K bytes
    - Viewed (0)
  5. pkg/api/testing/node_example.json

                    "lastTransitionTime": "2015-04-22T11:49:52Z",
                    "reason": "kubelet is posting ready status"
                }
            ],
            "addresses": [
                {
                    "type": "ExternalIP",
                    "address": "104.197.49.213"
                },
                {
                    "type": "LegacyHostIP",
                    "address": "104.197.20.11"
                }
            ],
            "nodeInfo": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 25 00:36:50 UTC 2022
    - 1.5K bytes
    - Viewed (0)
  6. pkg/api/service/warnings.go

    			warnings = append(warnings, getWarningsForIP(field.NewPath("spec").Child("clusterIPs").Index(i), clusterIP)...)
    		}
    	}
    
    	for i, externalIP := range service.Spec.ExternalIPs {
    		warnings = append(warnings, getWarningsForIP(field.NewPath("spec").Child("externalIPs").Index(i), externalIP)...)
    	}
    
    	if len(service.Spec.LoadBalancerIP) > 0 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jul 26 22:57:57 UTC 2023
    - 4.2K bytes
    - Viewed (0)
  7. platforms/software/maven/src/testFixtures/groovy/org/gradle/integtests/fixtures/publish/maven/AbstractMavenPublishIntegTest.groovy

            }
            if (params.ext) {
                dependencyNotation = "${dependencyNotation}, ext: '${sq(params.ext)}'"
            }
    
            def externalRepo = requiresExternalDependencies?mavenCentralRepositoryDefinition():''
            def optional = params.optionalFeatureCapabilities.collect {
                "resolve($dependencyNotation) { capabilities { requireCapability('$it') } }"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 14:02:46 UTC 2023
    - 8.1K bytes
    - Viewed (0)
  8. pkg/proxy/winkernel/proxier.go

    		svcInfo.nodePorthnsID = ""
    	}
    
    	for _, externalIP := range svcInfo.externalIPs {
    		mapStaleLoadbalancer[externalIP.hnsID] = true
    		if err := hns.deleteLoadBalancer(externalIP.hnsID); err != nil {
    			klog.V(1).ErrorS(err, "Error deleting Hns ExternalIP policy resource.", "hnsID", externalIP.hnsID, "IP", externalIP.ip)
    		} else {
    			// On successful delete, remove hnsId
    			externalIP.hnsID = ""
    		}
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 13:25:06 UTC 2024
    - 59K bytes
    - Viewed (0)
  9. cmd/kubeadm/app/phases/controlplane/manifests_test.go

    				"--enable-bootstrap-token-auth=true",
    				"--secure-port=123",
    				"--allow-privileged=true",
    				"--kubelet-preferred-address-types=InternalIP,ExternalIP,Hostname",
    				"--proxy-client-cert-file=" + filepath.FromSlash("/var/lib/certs/front-proxy-client.crt"),
    				"--proxy-client-key-file=" + filepath.FromSlash("/var/lib/certs/front-proxy-client.key"),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Mar 03 14:43:47 UTC 2024
    - 48.5K bytes
    - Viewed (0)
  10. platforms/software/ivy/src/integTest/groovy/org/gradle/api/publish/ivy/SamplesIvyPublishIntegrationTest.groovy

            given:
            sample sampleProject
    
            and:
            def artifactId = "maven-conditional-publishing"
            def version = "1.0"
            def externalRepo = ivy(sampleProject.dir.file("build/repos/external"))
            def binary = externalRepo.module("org.gradle.sample", artifactId, version).withModuleMetadata()
            def internalRepo = ivy(sampleProject.dir.file("build/repos/internal"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 14:02:46 UTC 2023
    - 8.1K bytes
    - Viewed (0)
Back to top