Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 14 of 14 for kmsservice (0.27 sec)

  1. platforms/jvm/language-jvm/src/integTest/groovy/org/gradle/api/tasks/bundling/JarIntegrationTest.groovy

            assert 1 == jar.countFiles('path/test.txt')
    
            jar.assertFileContent('test.txt', 'Content of first file')
            jar.hasService('org.gradle.Service', 'org.gradle.BetterServiceImpl')
            jar.hasService('org.gradle.Service', 'org.gradle.DefaultServiceImpl')
        }
    
        def "JAR task is skipped when compiler output is unchanged"() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 12:15:28 UTC 2023
    - 15.7K bytes
    - Viewed (0)
  2. subprojects/core-api/src/main/java/org/gradle/api/provider/ProviderFactory.java

         * <p>
         * Values for the requested Credentials type will be sourced from the project's properties using the pattern "identity" + credentials field.
         * For example, {@link PasswordCredentials} provider with identity "myService" will look for properties named "myServiceUsername" and "myServicePassword".
         *
         * <p>
         * The following credential types are currently supported:
         * <ul>
         * <li>{@link PasswordCredentials}</li>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 16 09:14:21 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  3. pilot/pkg/model/service.go

    // are modeled like this
    //
    //	--> IstioEndpoint(172.16.0.1:8888), Service(catalog.myservice.com), Labels(foo=bar)
    //	--> IstioEndpoint(172.16.0.2:8888), Service(catalog.myservice.com), Labels(foo=bar)
    //	--> IstioEndpoint(172.16.0.3:8888), Service(catalog.myservice.com), Labels(kitty=cat)
    //	--> IstioEndpoint(172.16.0.4:8888), Service(catalog.myservice.com), Labels(kitty=cat)
    type ServiceInstance struct {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 02:03:58 UTC 2024
    - 46.3K bytes
    - Viewed (0)
  4. pkg/istio-agent/agent_test.go

    		XdsUdsPath:            filepath.Join(d, "XDS"),
    		ServiceNode:           proxy.ServiceNode(),
    		SDSFactory: func(options *security.Options, workloadSecretCache security.SecretManager, pkpConf *meshconfig.PrivateKeyProvider) SDSService {
    			return sds.NewServer(options, workloadSecretCache, pkpConf)
    		},
    	}
    
    	// Set-up envoy defaults
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 22:12:28 UTC 2024
    - 33.4K bytes
    - Viewed (0)
Back to top