Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 83 for applicationId (0.35 sec)

  1. tests/integration/ambient/cnirepair/main_test.go

    					Labels: map[string]string{
    						"sidecar.istio.io/inject":    "true",
    						constants.DataplaneModeLabel: constants.DataplaneModeNone,
    					},
    				},
    			},
    		})
    
    	// Build the applications
    	echos, err := builder.Build()
    	if err != nil {
    		return err
    	}
    	for _, b := range echos {
    		scopes.Framework.Infof("built %v", b.Config().Service)
    	}
    
    	apps.All = echos
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Jun 09 09:12:45 UTC 2024
    - 5.6K bytes
    - Viewed (0)
  2. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheBuildOperationsIntegrationTest.groovy

                    includeBuild '../lib'
                """
                file('build.gradle') << """
                    plugins {
                        id 'java'
                        id 'application'
                    }
                    application {
                       mainClass = 'Main'
                    }
                    dependencies {
                        implementation 'org.test:lib:1.0'
                    }
                """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 23.4K bytes
    - Viewed (0)
  3. pkg/workloadapi/workload.proto

      // * Requests *to* this workload, via the tunnel_protocol, do not need to be de-tunneled.
      bool native_tunnel = 14;
    
      // If an application, such as a sandwiched waypoint proxy, supports directly
      // receiving information from zTunnel they can set application_protocol.
      ApplicationTunnel application_tunnel = 23;
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 18:02:35 UTC 2024
    - 12.9K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_8.adoc

    ----
    =====
    ====
    
    This should be changed to use the `application { }` configuration block, backed by link:{groovyDslPath}/org.gradle.api.plugins.JavaApplication.html[JavaApplication], instead:
    
    ====
    [.multi-language-sample]
    =====
    .build.gradle.kts
    [source,kotlin]
    ----
    plugins {
        application
    }
    
    application {
        applicationDefaultJvmArgs = listOf("-Dgreeting.language=en")
    }
    ----
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 17:01:07 UTC 2024
    - 90.7K bytes
    - Viewed (0)
  5. cmd/api-response.go

    const (
    	// Means no response type.
    	mimeNone mimeType = ""
    	// Means response type is JSON.
    	mimeJSON mimeType = "application/json"
    	// Means response type is XML.
    	mimeXML mimeType = "application/xml"
    )
    
    // writeSuccessResponseJSON writes success headers and response if any,
    // with content-type set to `application/json`.
    func writeSuccessResponseJSON(w http.ResponseWriter, response []byte) {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:31:51 UTC 2024
    - 33.5K bytes
    - Viewed (0)
  6. pkg/controlplane/apiserver/options/options_test.go

    				LeaseManagerConfig: etcd3.LeaseManagerConfig{
    					ReuseDurationSeconds: 100,
    					MaxObjectCount:       1000,
    				},
    			},
    			DefaultStorageMediaType: "application/vnd.kubernetes.protobuf",
    			DeleteCollectionWorkers: 1,
    			EnableGarbageCollection: true,
    			EnableWatchCache:        true,
    			DefaultWatchCacheSize:   100,
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 17:57:37 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  7. cmd/erasure-healing-common_test.go

    		ModTime:        time.Date(2023, time.March, 15, 11, 18, 4, 989906961, time.UTC),
    		Size:           329289, Mode: 0x0, WrittenByVersion: 0x63c77756,
    		Metadata: map[string]string{
    			"content-type": "application/octet-stream", "etag": "f205307ef9f50594c4b86d9c246bee86", "x-minio-internal-erasure-upgraded": "5->6", "x-minio-internal-inline-data": "true",
    		},
    		Parts: []ObjectPartInfo{
    			{
    				ETag:       "",
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:51:27 UTC 2024
    - 23K bytes
    - Viewed (0)
  8. testing/smoke-test/src/smokeTest/groovy/org/gradle/smoketests/AbstractSmokeTest.groovy

            // https://plugins.gradle.org/plugin/com.github.spotbugs
            static spotbugs = "6.0.10"
    
            // https://plugins.gradle.org/plugin/com.bmuschko.docker-java-application
            static docker = "9.4.0"
    
            // https://plugins.gradle.org/plugin/io.spring.dependency-management
            static springDependencyManagement = "1.1.4"
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 08:14:32 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  9. .teamcity/subprojects.json

        "path": "platforms/extensibility/plugin-use",
        "unitTests": true,
        "functionalTests": true,
        "crossVersionTests": false
      },
      {
        "name": "plugins-application",
        "path": "platforms/jvm/plugins-application",
        "unitTests": true,
        "functionalTests": true,
        "crossVersionTests": false
      },
      {
        "name": "plugins-distribution",
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 31.7K bytes
    - Viewed (0)
  10. testing/architecture-test/src/changes/archunit-store/public-api-not-extends-internal-types.txt

    Class <org.gradle.ide.xcode.plugins.XcodePlugin> extends/implements org.gradle.plugins.ide.internal.IdePlugin that is Gradle Internal API in (XcodePlugin.java:0)
    Class <org.gradle.jvm.application.tasks.CreateStartScripts> extends/implements org.gradle.api.internal.ConventionTask that is Gradle Internal API in (CreateStartScripts.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 13:33:20 UTC 2024
    - 10.7K bytes
    - Viewed (0)
Back to top