Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 292 for External (0.43 sec)

  1. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/parser/IvyXmlModuleDescriptorParser.java

    import org.gradle.api.internal.component.ArtifactType;
    import org.gradle.api.resources.MissingResourceException;
    import org.gradle.internal.classloader.ClassLoaderUtils;
    import org.gradle.internal.component.external.descriptor.Artifact;
    import org.gradle.internal.component.external.model.DefaultModuleComponentIdentifier;
    import org.gradle.internal.component.external.model.ivy.MutableIvyModuleResolveMetadata;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 26 14:58:23 UTC 2024
    - 65K bytes
    - Viewed (0)
  2. platforms/software/build-init/src/main/java/org/gradle/buildinit/plugins/internal/BuildScriptBuilder.java

    import org.gradle.api.file.Directory;
    import org.gradle.api.internal.DocumentationRegistry;
    import org.gradle.api.plugins.JvmTestSuitePlugin;
    import org.gradle.api.plugins.jvm.JvmTestSuite;
    import org.gradle.buildinit.InsecureProtocolOption;
    import org.gradle.buildinit.plugins.internal.modifiers.BuildInitDsl;
    import org.gradle.groovy.scripts.internal.InitialPassStatementTransformer;
    import org.gradle.internal.Cast;
    import org.gradle.internal.UncheckedException;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 21 12:02:29 UTC 2023
    - 90K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/dep-man/01-core-dependency-management/dependency_verification.adoc

    For example, it's legitimate to think that artifacts produced in your company and found in your internal repository only are safe, but you want to check every external component.
    
    NOTE: This is a typical _company policy_.
    In practice, **nothing** prevents your internal repository from being compromised, so it's a good idea to check your internal artifacts too!
    
    For this purpose, Gradle offers a way to automatically trust some artifacts.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 07 20:36:31 UTC 2024
    - 56.7K bytes
    - Viewed (0)
  4. pkg/proxy/winkernel/proxier.go

    				continue
    			}
    
    			if svcInfo.internalTrafficLocal && svcInfo.localTrafficDSR && !ep.IsLocal() {
    				// No need to use or create remote endpoint when internal and external traffic policy is remote
    				klog.V(3).InfoS("Skipping the endpoint. Both internalTraffic and external traffic policies are local", "EpIP", ep.ip, " EpPort", ep.port)
    				continue
    			}
    
    			if someEndpointsServing {
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 13:25:06 UTC 2024
    - 59K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/jvm/java_testing.adoc

    .Adding a dependency on test fixtures of an external library
    ====
    include::sample[dir="snippets/java/fixtures/kotlin",files="build.gradle.kts[tags=external-test-fixtures-dependency]"]
    include::sample[dir="snippets/java/fixtures/groovy",files="build.gradle[tags=external-test-fixtures-dependency]"]
    ====
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 16:24:12 UTC 2024
    - 53.1K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/suppliers/DynamicRevisionRemoteResolveWithMetadataSupplierIntegrationTest.groovy

            outputDoesNotContain('Providing metadata for group:projectB:1.1')
            outputDoesNotContain('Providing metadata for group:projectA:1.1')
    
        }
    
        def "refresh-dependencies triggers revalidating external resources"() {
            given:
            def supplierInteractions = withPerVersionStatusSupplier()
    
            when:
            repositoryInteractions {
                'group:projectB' {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 11:46:17 UTC 2024
    - 49K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__authorization.k8s.io__v1_openapi.json

    ...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:26 UTC 2023
    - 66.1K bytes
    - Viewed (0)
  8. pkg/controller/endpointslice/endpointslice_controller_test.go

    				},
    			},
    		},
    		{
    			desc: "External name with ports should not receive endpoint slices",
    			service: &v1.Service{
    				ObjectMeta: metav1.ObjectMeta{Name: serviceName, Namespace: namespace},
    				Spec: v1.ServiceSpec{
    					Ports: []v1.ServicePort{{Port: 80}},
    					Type:  v1.ServiceTypeExternalName,
    				},
    			},
    		},
    		{
    			desc: "External name with selector should not receive endpoint slices",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 08:33:32 UTC 2024
    - 65.5K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/optimizing-performance/configuration_cache.adoc

    [[config_cache:requirements:external_processes]]
    === Running external processes
    
    Plugin and build scripts should avoid running external processes at configuration time.
    In general, it is preferred to run external processes in tasks with properly declared inputs and outputs to avoid unnecessary work when the task is up-to-date.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 16:24:12 UTC 2024
    - 71.1K bytes
    - Viewed (0)
  10. cluster/gce/windows/k8s-node-setup.psm1

    function Add_InitialHnsNetwork {
      $INITIAL_HNS_NETWORK = 'External'
    
      # This comes from
      # https://github.com/Microsoft/SDN/blob/master/Kubernetes/flannel/l2bridge/start.ps1#L74
      # (or
      # https://github.com/Microsoft/SDN/blob/master/Kubernetes/windows/start-kubelet.ps1#L206).
      #
      # daschott noted on Slack: "L2bridge networks require an external vSwitch.
      # The first network ("External") with hardcoded values in the script is just
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 21:13:22 UTC 2024
    - 88.3K bytes
    - Viewed (0)
Back to top