Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 194 for Headless (2.59 sec)

  1. pilot/pkg/xds/nds_test.go

    	cases := []struct {
    		name      string
    		proxy     *model.Proxy
    		resources []string
    		request   *model.PushRequest
    		nameTable []*discovery.Resource
    	}{
    		{
    			name:      "partial push with headless endpoint update",
    			proxy:     &model.Proxy{Type: model.SidecarProxy},
    			request:   &model.PushRequest{Reason: model.NewReasonStats(model.HeadlessEndpointUpdate)},
    			nameTable: emptyNameTable,
    		},
    		{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 27 16:59:05 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  2. prepare-svg.sh

    # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    # KIND, either express or implied.  See the License for the
    # specific language governing permissions and limitations
    # under the License.
    
    #libreoffice --headless --convert-to svg src/site/xdoc/maven-deps.odg
    # CLI export keeps full A3 page
    # I prefer doing it by hand, limiting export to "selection" = avoids extra space
    
    # svgo https://github.com/svg/svgo
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Mar 24 18:29:19 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  3. analysis/analysis-api-standalone/src/org/jetbrains/kotlin/analysis/api/standalone/StandaloneAnalysisAPISessionBuilder.kt

    ) {
        init {
            // We depend on swing (indirectly through PSI or something), so we want to declare headless mode,
            // to avoid accidentally starting the UI thread. But, don't set it if it was set externally.
            if (System.getProperty("java.awt.headless") == null) {
                System.setProperty("java.awt.headless", "true")
            }
            setupIdeaStandaloneExecution()
        }
    
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Thu Jun 06 17:44:50 UTC 2024
    - 14K bytes
    - Viewed (0)
  4. pkg/test/framework/components/echo/instance.go

    )
    
    // Instance is a component that provides access to a deployed echo service.
    type Instance interface {
    	Caller
    	Target
    	resource.Resource
    
    	// Address of the service (e.g. Kubernetes cluster IP). May be "" if headless.
    	Address() string
    
    	// Addresses of service in dualmode
    	Addresses() []string
    
    	// Restart restarts the workloads associated with this echo instance
    	Restart() error
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Aug 11 03:58:03 UTC 2022
    - 1.3K bytes
    - Viewed (0)
  5. pkg/config/analysis/analyzers/testdata/multicluster/inconsistent-service-1.yaml

      namespace: my-namespace
    spec:
      selector:
        app: my-service
      ports:
      - name: tcp-foo
        protocol: TCP
        port: 8080
        targetPort: 8080
    ---
    # Service is mixed mode(clusterIP and headless), should generate warning.
    apiVersion: v1
    kind: Service
    metadata:
      name: mixed-mode
      namespace: my-namespace
    spec:
      clusterIP: 1.2.3.4
      selector:
        app: my-service
      ports:
      - name: tcp-foo
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 02 08:32:06 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  6. pkg/config/analysis/analyzers/testdata/multicluster/inconsistent-service-2.yaml

    spec:
      type: LoadBalancer
      selector:
        app: my-service
      ports:
      - name: tcp-foo
        protocol: TCP
        port: 8080
        targetPort: 8080
    ---
    # Service is mixed mode(clusterIP and headless), should generate warning.
    apiVersion: v1
    kind: Service
    metadata:
      name: mixed-mode
      namespace: my-namespace
    spec:
      clusterIP: None
      selector:
        app: my-service
      ports:
      - name: tcp-foo
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 02 08:32:06 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  7. pkg/test/framework/components/echo/calloptions.go

    	// Headless/StatefulSet deployments.
    	NewConnectionPerRequest bool
    
    	// ForceDNSLookup if true, the forwarder will force a DNS lookup for each individual request. This is
    	// useful for any situation where DNS is used for load balancing (e.g. headless). This is ignored if
    	// NewConnectionPerRequest is false or if the deployment is Headless or StatefulSet.
    	ForceDNSLookup bool
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Oct 08 09:39:20 UTC 2023
    - 13K bytes
    - Viewed (0)
  8. Jenkinsfile.s390x

                try {
                    withEnv(["JAVA_HOME=${ tool "$jdkName" }",
                             "PATH+MAVEN=${ tool "$jdkName" }/bin:${tool "$mvnName"}/bin",
                             "MAVEN_OPTS=-Xms2g -Xmx4g -Djava.awt.headless=true"]) {                   
                        sh "mvn clean ${MAVEN_GOAL} -B -U -e -fae -V -Dmaven.test.failure.ignore -PversionlessMavenDist -Dmaven.repo.local=${WORK_DIR}/.repository"
                    }
                } finally {
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Mar 03 21:28:30 UTC 2024
    - 7.7K bytes
    - Viewed (0)
  9. build-logic/integration-testing/src/main/kotlin/gradlebuild/integrationtests/ide/AndroidStudioSystemProperties.kt

            val systemProperties = mutableListOf<String>()
    
            systemProperties.add(getStudioHome())
    
            if (runAndroidStudioInHeadlessMode) {
                systemProperties.add("-Dstudio.tests.headless=true")
            }
            if (androidStudioJvmArgs.isNotEmpty()) {
                systemProperties.add("-DstudioJvmArgs=${androidStudioJvmArgs.joinToString(separator = ",")}")
            }
            return systemProperties
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Feb 20 09:51:32 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  10. tests/integration/security/reachability_test.go

    					expectMTLS: notNaked,
    					// Since we are doing pass-through, all requests will stay in the same cluster,
    					// as we are bypassing Istio load balancing.
    					// TODO(https://github.com/istio/istio/issues/39700): Why does headless behave differently?
    					expectCrossCluster: and(notFromNaked, or(toHeadless, toStatefulSet)),
    					expectCrossNetwork: never,
    					expectSuccess:      always,
    					minIstioVersion:    integIstioVersion,
    				},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 02 21:29:40 UTC 2024
    - 20.6K bytes
    - Viewed (0)
Back to top