Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 147 for too (0.03 sec)

  1. cmd/iam-etcd-store.go

    }
    
    func (ies *IAMEtcdStore) loadPolicyDocs(ctx context.Context, m map[string]PolicyDoc) error {
    	ctx, cancel := context.WithTimeout(ctx, defaultContextTimeout)
    	defer cancel()
    	//  Retrieve all keys and values to avoid too many calls to etcd in case of
    	//  a large number of policies
    	r, err := ies.client.Get(ctx, iamConfigPoliciesPrefix, etcd.WithPrefix())
    	if err != nil {
    		return err
    	}
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:38 UTC 2024
    - 13.6K bytes
    - Viewed (0)
  2. platforms/core-configuration/configuration-cache/src/main/kotlin/org/gradle/internal/cc/impl/problems/ConfigurationCacheProblems.kt

                    cacheAction == STORE && hasTooManyProblems -> log("Configuration cache entry discarded with too many problems ({}).", problemCountString)
                    cacheAction == STORE && !hasProblems -> log("Configuration cache entry stored.")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 13:04:02 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  3. analysis/analysis-api-platform-interface/src/org/jetbrains/kotlin/analysis/api/platform/modification/KotlinModificationTrackerFactory.kt

     * sense when there are many, possibly short-lived objects that need to be notified of a change. In such cases, subscriber management in the
     * message bus adds too much overhead.
     */
    public abstract class KotlinModificationTrackerFactory : KotlinPlatformComponent {
        /**
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Thu Jun 06 17:57:40 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  4. pkg/scheduler/framework/plugins/noderesources/fit_test.go

    		},
    		{
    			pod:        newResourcePod(framework.Resource{MilliCPU: 1, Memory: 1}),
    			nodeInfo:   framework.NewNodeInfo(newResourcePod(framework.Resource{MilliCPU: 5, Memory: 5})),
    			name:       "even if both resources fit, predicate fails when there's no space for additional pod",
    			wantStatus: framework.NewStatus(framework.Unschedulable, "Too many pods"),
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 57.4K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/storage/cacher/watch_cache_test.go

    	store.upperBoundCapacity = 5
    
    	store.Add(makeTestPod("pod", 3))
    
    	// Test for Added event.
    	{
    		_, err := store.getAllEventsSince(1, storage.ListOptions{})
    		if err == nil {
    			t.Errorf("expected error too old")
    		}
    		if _, ok := err.(*errors.StatusError); !ok {
    			t.Errorf("expected error to be of type StatusError")
    		}
    	}
    	{
    		result, err := store.getAllEventsSince(2, storage.ListOptions{})
    		if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 09:20:10 UTC 2024
    - 35.4K bytes
    - Viewed (0)
  6. pilot/pkg/model/endpointshards.go

    // Calls to Keys should be guarded with a lock on the EndpointShards.
    func (es *EndpointShards) Keys() []ShardKey {
    	// len(shards) ~= number of remote clusters which isn't too large, doing this sort frequently
    	// shouldn't be too problematic. If it becomes an issue we can cache it in the EndpointShards struct.
    	keys := make([]ShardKey, 0, len(es.Shards))
    	for k := range es.Shards {
    		keys = append(keys, k)
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 15.6K bytes
    - Viewed (0)
  7. analysis/analysis-api/src/org/jetbrains/kotlin/analysis/api/annotations/KtAnnotationValue.kt

            get() = withValidityAssertion { field }
    }
    
    public typealias KtArrayAnnotationValue = KaArrayAnnotationValue
    
    /**
     * Other annotation used as argument. E.g: `@A(B)` where `B` is annotation too
     */
    public class KaAnnotationApplicationValue @KaAnalysisApiInternals constructor(
        annotationValue: KaAnnotation,
        token: KaLifetimeToken
    ) : KaAnnotationValue(token) {
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 11 15:45:42 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  8. analysis/analysis-api/src/org/jetbrains/kotlin/analysis/api/resolve/extensions/KtResolveExtension.kt

     *    extension.
     * 3. Because the [KaResolveExtension] is a [Disposable], if implemented as a module-level service, the service would be disposed too early
     *    during invalidation of the corresponding analysis session.
     *
     * @see KaResolveExtensionFile
     * @see KaResolveExtensionProvider
     */
    public abstract class KaResolveExtension : Disposable {
        /**
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Thu Jun 06 17:44:50 UTC 2024
    - 4.9K bytes
    - Viewed (0)
  9. src/os/exec_windows.go

    		runtime.KeepAlive(p)
    		defer syscall.CloseHandle(terminationHandle)
    		e = syscall.TerminateProcess(syscall.Handle(terminationHandle), 1)
    		return NewSyscallError("TerminateProcess", e)
    	}
    	// TODO(rsc): Handle Interrupt too?
    	return syscall.Errno(syscall.EWINDOWS)
    }
    
    func (p *Process) release() error {
    	// Drop the Process' reference and mark handle unusable for
    	// future calls.
    	//
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 22:06:47 UTC 2024
    - 5K bytes
    - Viewed (0)
  10. pkg/log/options.go

    	// as RotationMaxSize and RotationMaxAge. The default is to not rotate.
    	//
    	// This path is used as a foundational path. This is where log output is normally
    	// saved. When a rotation needs to take place because the file got too big,
    	// then the file is renamed by appending a timestamp to the name. Such renamed
    	// files are called backups. Once a backup has been created,
    	// output resumes to this path.
    	RotateOutputPath string
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 07 04:04:34 UTC 2024
    - 10.6K bytes
    - Viewed (0)
Back to top