Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 154 for seamless (0.12 sec)

  1. pkg/proxy/servicechangetracker_test.go

    			desc:     "nothing",
    			ipFamily: v1.IPv4Protocol,
    
    			service:  nil,
    			expected: map[ServicePortName]*BaseServicePortInfo{},
    		},
    		{
    			desc:     "headless service",
    			ipFamily: v1.IPv4Protocol,
    
    			service: makeTestService("ns2", "headless", func(svc *v1.Service) {
    				svc.Spec.Type = v1.ServiceTypeClusterIP
    				svc.Spec.ClusterIP = v1.ClusterIPNone
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 33.7K bytes
    - Viewed (0)
  2. src/main/assemblies/files/fess.in.sh

    # new generation
    if [ "x$FESS_HEAP_NEWSIZE" != "x" ]; then
        FESS_JAVA_OPTS="$FESS_JAVA_OPTS -Xmn${FESS_HEAP_NEWSIZE}"
    fi
    
    # set to headless, just in case
    FESS_JAVA_OPTS="$FESS_JAVA_OPTS -Djava.awt.headless=true"
    
    # maximum # keep-alive connections to maintain at once
    FESS_JAVA_OPTS="$FESS_JAVA_OPTS -Dhttp.maxConnections=20"
    
    # Force the JVM to use IPv4 stack
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sun Jan 15 06:32:15 UTC 2023
    - 4.7K bytes
    - Viewed (0)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to top