Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 1,560 for usedBy (0.21 sec)

  1. cmd/kubeadm/app/constants/constants.go

    	// KubeScheduler defines variable used internally when referring to kube-scheduler component
    	KubeScheduler = "kube-scheduler"
    	// KubeProxy defines variable used internally when referring to kube-proxy component
    	KubeProxy = "kube-proxy"
    	// CoreDNS defines variable used internally when referring to the CoreDNS component
    	CoreDNS = "CoreDNS"
    	// Kubelet defines variable used internally when referring to the Kubelet
    	Kubelet = "kubelet"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 01 03:36:35 UTC 2024
    - 32.4K bytes
    - Viewed (0)
  2. analysis/analysis-api/src/org/jetbrains/kotlin/analysis/api/components/KtPsiTypeProvider.kt

                preserveAnnotations = preserveAnnotations,
            )
        }
    
        /**
         * Converts given [PsiType] to [KaType].
         *
         * [useSitePosition] may be used to clarify how to resolve some parts of [PsiType].
         * For instance, it can be used to collect type parameters and use them during the conversion.
         *
         * @receiver [PsiType] to be converted.
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 22 06:28:35 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/quantization/lite/quantize_weights.h

    // CustomOpInfo contains info of its corresponding CustomOp registered in the
    // CustomOpMap. 'quantizable_input_indices' is used to determine which indices
    // of the CustomOp are quantizable. 'is_weight_only' is used specify whether the
    // custom op is quantized only for storage and dequantized at runtime.
    // 'no_side_effect' is used to determine whether the op can be pruned if
    // considered as trivially dead.
    struct CustomOpInfo {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 23:15:24 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  4. pkg/volume/plugins.go

    // by volumes that want to provide long term persistence of data
    type PersistentVolumePlugin interface {
    	VolumePlugin
    	// GetAccessModes describes the ways a given volume can be accessed/mounted.
    	GetAccessModes() []v1.PersistentVolumeAccessMode
    }
    
    // RecyclableVolumePlugin is an extended interface of VolumePlugin and is used
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 06 16:13:15 UTC 2024
    - 38.2K bytes
    - Viewed (0)
  5. src/internal/testlog/exit.go

    // package testlog, it is a hook between the testing package and the
    // os package. This is used to ensure that an early call to os.Exit(0)
    // does not cause a test to pass.
    func PanicOnExit0() bool {
    	panicOnExit0.mu.Lock()
    	defer panicOnExit0.mu.Unlock()
    	return panicOnExit0.val
    }
    
    // panicOnExit0 is the flag used for PanicOnExit0. This uses a lock
    // because the value can be cleared via a timer call that may race
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  6. platforms/core-runtime/launcher/src/test/groovy/org/gradle/launcher/cli/BuildActionsFactoryTest.groovy

            then:
            unwrapAction(action).startParameter.maxWorkerCount == 5
        }
    
        def "by default daemon is used"() {
            when:
            def action = convert('args')
    
            then:
            isDaemon action
        }
    
        def "daemon is used when command line option is used"() {
            when:
            def action = convert('--daemon', 'args')
    
            then:
            isDaemon action
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 29 05:33:15 UTC 2024
    - 7.1K bytes
    - Viewed (0)
  7. src/crypto/tls/handshake_client.go

    		}
    		return &chain, nil
    	}
    
    	// No acceptable certificate found. Don't send a certificate.
    	return new(Certificate), nil
    }
    
    // clientSessionCacheKey returns a key used to cache sessionTickets that could
    // be used to resume previously negotiated TLS sessions with a server.
    func (c *Conn) clientSessionCacheKey() string {
    	if len(c.config.ServerName) > 0 {
    		return c.config.ServerName
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 38.6K bytes
    - Viewed (0)
  8. internal/http/transports.go

    		CipherSuites:       s.CipherSuites,
    		CurvePreferences:   s.CurvePreferences,
    		ClientSessionCache: tls.NewLRUClientSessionCache(tlsClientSessionCacheSize),
    	}
    
    	// For more details about various values used here refer
    	// https://golang.org/pkg/net/http/#Transport documentation
    	tr := &http.Transport{
    		Proxy:                 http.ProxyFromEnvironment,
    		DialContext:           dialContext,
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 6K bytes
    - Viewed (0)
  9. pilot/pkg/model/service.go

    	TunnelLabel = "networking.istio.io/tunnel"
    	// TunnelLabelShortName is a short name for TunnelLabel to be used in optimized scenarios.
    	TunnelLabelShortName = "tunnel"
    	// TunnelHTTP indicates tunneling over HTTP over TCP. HTTP/2 vs HTTP/1.1 may be supported by ALPN
    	// negotiation. Note: ALPN negotiation is not currently implemented; HTTP/2 will always be used.
    	// This is future-proofed, however, because only the `h2` ALPN is exposed.
    	TunnelHTTP = "http"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 02:03:58 UTC 2024
    - 46.3K bytes
    - Viewed (0)
  10. pkg/kubelet/util/swap/swap_util_test.go

    		},
    		{
    			name: "with swap enabled, one partition",
    			procSwapsContent: `
    Filename				Type		Size		Used		Priority
    /dev/dm-1               partition	33554428	0		-2
    `,
    			expectedEnabled: true,
    		},
    		{
    			name: "with swap enabled, 2 partitions",
    			procSwapsContent: `
    Filename				Type		Size		Used		Priority
    /dev/dm-1               partition	33554428	0		-2
    /dev/zram0              partition	8388604		0		100
    `,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 10:18:16 UTC 2024
    - 1.6K bytes
    - Viewed (0)
Back to top