Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 71 for subjects (0.19 sec)

  1. pkg/scheduler/schedule_one_test.go

    					v1.ResourcePods:   *(resource.NewQuantity(10, resource.DecimalSI)),
    				}},
    		}
    		scache.AddNode(logger, &node)
    		nodes = append(nodes, &node)
    		objects = append(objects, &node)
    	}
    
    	// Create expected failure reasons for all the nodes. Hopefully they will get rolled up into a non-spammy summary.
    	failedNodeStatues := framework.NodeToStatusMap{}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:20:55 UTC 2024
    - 128.1K bytes
    - Viewed (0)
  2. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/diagnostics/KtFirDiagnostics.kt

            val desiredType: KaType
            val subject: KtExpression
            val description: String
            val isCastToNotNull: Boolean
        }
    
        interface SmartcastImpossibleOnImplicitInvokeReceiver : KaFirDiagnostic<KtExpression> {
            override val diagnosticClass get() = SmartcastImpossibleOnImplicitInvokeReceiver::class
            val desiredType: KaType
            val subject: KtExpression
            val description: String
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 04 11:41:05 UTC 2024
    - 172.6K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/windows/types_windows.go

    	SerialNumber         CryptIntegerBlob
    	SignatureAlgorithm   CryptAlgorithmIdentifier
    	Issuer               CertNameBlob
    	NotBefore            Filetime
    	NotAfter             Filetime
    	Subject              CertNameBlob
    	SubjectPublicKeyInfo CertPublicKeyInfo
    	IssuerUniqueId       CryptBitBlob
    	SubjectUniqueId      CryptBitBlob
    	CountExtensions      uint32
    	Extensions           *CertExtension
    }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 104.1K bytes
    - Viewed (0)
  4. okhttp/src/test/java/okhttp3/CallTest.kt

              latch.countDown()
            }
          },
        )
        latch.await()
        // There's some flakiness when triggering a GC for objects in a separate thread. Adding a
        // small delay appears to ensure the objects will get GC'd.
        Thread.sleep(200)
        awaitGarbageCollection()
        val message = testLogHandler.take()
        assertThat(message).contains(
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Apr 10 19:46:48 UTC 2024
    - 142.5K bytes
    - Viewed (0)
  5. pkg/scheduler/internal/queue/scheduling_queue_test.go

    scheduler_pending_pods{queue="active"} 50
    scheduler_pending_pods{queue="backoff"} 0
    scheduler_pending_pods{queue="gated"} 10
    scheduler_pending_pods{queue="unschedulable"} 0
    `,
    		},
    		{
    			name: "make some pods subject to backoff, add pods to unschedulablePods, and then move all to activeQ",
    			operations: []operation{
    				addPodUnschedulablePods,
    				moveClockForward,
    				addPodUnschedulablePods,
    				moveAllToActiveOrBackoffQ,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  6. src/cmd/go/alldocs.go

    // code in higher directories. Within the subtree rooted at foo, an import
    // of "crash/bang" resolves to "foo/vendor/crash/bang", not the
    // top-level "crash/bang".
    //
    // Code in vendor directories is not subject to import path
    // checking (see 'go help importpath').
    //
    // When 'go get' checks out or updates a git repository, it now also
    // updates submodules.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__policy__v1_openapi.json

                "type": "string"
              },
              "ownerReferences": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 159.9K bytes
    - Viewed (0)
  8. pkg/proxy/nftables/proxier_test.go

    		expectedLocalEndpoints: map[types.NamespacedName]int{
    			makeNSN("ns1", "ep1"): 1,
    		},
    	}, {
    		// Case[2]: no change, multiple subsets
    		name:              "no change, multiple subsets",
    		previousEndpoints: multipleSubsets,
    		currentEndpoints:  multipleSubsets,
    		oldEndpoints: map[proxy.ServicePortName][]endpointExpectation{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 173.5K bytes
    - Viewed (0)
  9. pkg/kubelet/kubelet.go

    	RunOnce(<-chan kubetypes.PodUpdate) ([]RunPodResult, error)
    }
    
    // Dependencies is a bin for things we might consider "injected dependencies" -- objects constructed
    // at runtime that are necessary for running the Kubelet. This is a temporary solution for grouping
    // these objects while we figure out a more comprehensive dependency injection story for the Kubelet.
    type Dependencies struct {
    	Options []Option
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
  10. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/diagnostics/KtFirDiagnosticsImpl.kt

    ) : KaAbstractFirDiagnostic<PsiElement>(firDiagnostic, token), KaFirDiagnostic.TypeVarianceConflictInExpandedType
    
    internal class SmartcastImpossibleImpl(
        override val desiredType: KaType,
        override val subject: KtExpression,
        override val description: String,
        override val isCastToNotNull: Boolean,
        firDiagnostic: KtPsiDiagnostic,
        token: KaLifetimeToken,
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 04 11:41:05 UTC 2024
    - 227.2K bytes
    - Viewed (0)
Back to top