Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 582 for entities (0.2 sec)

  1. pkg/kubelet/pleg/generic.go

    	// any validation of the existing status against the current timestamp.
    	// This works well when there is only Generic PLEG setting the PodStatus in the cache however,
    	// if we have multiple entities, such as Evented PLEG, while trying to set the PodStatus in the
    	// cache we may run into the racy timestamps given each of them were to calculate the timestamps
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 19.3K bytes
    - Viewed (0)
  2. LICENSES/vendor/sigs.k8s.io/yaml/LICENSE

          "Licensor" shall mean the copyright owner or entity authorized by
          the copyright owner that is granting the License.
    
          "Legal Entity" shall mean the union of the acting entity and all
          other entities that control, are controlled by, or are under common
          control with that entity. For the purposes of this definition,
          "control" means (i) the power, direct or indirect, to cause the
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 26 13:42:44 UTC 2024
    - 15.9K bytes
    - Viewed (0)
  3. licenses/github.com/hashicorp/go-version/LICENSE

    1.13. “Source Code Form”
    
          means the form of the work preferred for making modifications.
    
    1.14. “You” (or “Your”)
    
          means an individual or a legal entity exercising rights under this
          License. For legal entities, “You” includes any entity that controls, is
          controlled by, or is under common control with You. For purposes of this
          definition, “control” means (a) the power, direct or indirect, to cause
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 15:59:40 UTC 2024
    - 15.6K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/resource/v1alpha2/generated.proto

      // resources has been allocated successfully. If this is not specified, the
      // resources have not been allocated yet.
      // +optional
      optional AllocationResult allocation = 2;
    
      // ReservedFor indicates which entities are currently allowed to use
      // the claim. A Pod which references a ResourceClaim which is not
      // reserved for that Pod will not be started.
      //
      // There can be at most 32 such reservations. This may get increased in
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 23 22:07:50 UTC 2024
    - 26.2K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/parser/PomReaderTest.groovy

            then:
            Throwable t = thrown(SAXParseException)
            t.message == 'project must be the root tag'
        }
    
        def "parse POM with external entities"() {
            given:
            def externalFile = tmpDir.file('external.txt').createFile()
            pomFile << """
            <!DOCTYPE data [
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 09 15:53:23 UTC 2024
    - 39.1K bytes
    - Viewed (0)
  6. cmd/sts-handlers_test.go

    	if err != nil {
    		c.Fatalf("Unable to import IAM: %v", err)
    	}
    
    	entRes, err := s.adm.GetLDAPPolicyEntities(ctx, madmin.PolicyEntitiesQuery{})
    	if err != nil {
    		c.Fatalf("Unable to get policy entities: %v", err)
    	}
    
    	expected := madmin.PolicyEntitiesResult{
    		PolicyMappings: []madmin.PolicyEntities{
    			{
    				Policy: "consoleAdmin",
    				Users:  []string{"uid=dillon,ou=people,ou=swengg,dc=min,dc=io"},
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 18:45:50 UTC 2024
    - 90K bytes
    - Viewed (0)
  7. docs/en/docs/tutorial/sql-databases.md

    These ORMs also have tools to make the connections or relations between tables or entities.
    
    This way, you could also have an attribute `orion_cat.owner` and the owner would contain the data for this pet's owner, taken from the table *owners*.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 29.6K bytes
    - Viewed (0)
  8. pkg/proxy/winkernel/proxier.go

    	if !ep.IsLocal() && ep.refCount != nil {
    		*ep.refCount--
    
    		// Remove the remote hns endpoint, if no service is referring it
    		// Never delete a Local Endpoint. Local Endpoints are already created by other entities.
    		// Remove only remote endpoints created by this service
    		if *ep.refCount <= 0 && !ep.IsLocal() {
    			klog.V(4).InfoS("Removing endpoints, since no one is referencing it", "endpoint", ep)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 13:25:06 UTC 2024
    - 59K bytes
    - Viewed (0)
  9. cmd/metacache-entries.go

    	// Reusable slice for resolution
    	candidates [][]xlMetaV2ShallowVersion
    }
    
    // resolve multiple entries.
    // entries are resolved by majority, then if tied by mod-time and versions.
    // Names must match on all entries in m.
    func (m metaCacheEntries) resolve(r *metadataResolutionParams) (selected *metaCacheEntry, ok bool) {
    	if len(m) == 0 {
    		return nil, false
    	}
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 04:34:26 UTC 2024
    - 24K bytes
    - Viewed (0)
  10. pkg/scheduler/framework/plugins/dynamicresources/dynamicresources_test.go

    	unreserveBeforePreBind *result
    }
    
    // prepare contains changes for objects in the API server.
    // Those changes are applied before running the steps. This can
    // be used to simulate concurrent changes by some other entities
    // like a resource driver.
    type prepare struct {
    	filter     change
    	prescore   change
    	reserve    change
    	unreserve  change
    	prebind    change
    	postbind   change
    	postfilter change
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 07:57:10 UTC 2024
    - 61.9K bytes
    - Viewed (0)
Back to top