Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 1,099 for owner1 (0.4 sec)

  1. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/controller_ref_test.go

    	var falseRef = false
    	obj2 := &metaObj{
    		ObjectMeta: ObjectMeta{
    			UID:  "uid2",
    			Name: "name1",
    			OwnerReferences: []OwnerReference{
    				{
    					Name:       "owner1",
    					Controller: &falseRef,
    				},
    				*controllerRef,
    				{
    					Name:       "owner2",
    					Controller: &falseRef,
    				},
    			},
    		},
    	}
    
    	if GetControllerOf(obj1) != nil {
    		t.Error("GetControllerOf must return null")
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 09 05:14:33 UTC 2024
    - 4K bytes
    - Viewed (0)
  2. platforms/core-configuration/model-core/src/testFixtures/groovy/org/gradle/api/internal/provider/PropertySpec.groovy

            property.attachProducer(owner(task))
    
            assertHasProducer(filtered, task)
            filtered.calculateExecutionTimeValue().isMissing()
        }
    
        def "fails when property has multiple producers attached"() {
            def owner1 = owner()
            owner1.modelIdentityDisplayName >> displayName("<owner 1>")
            def owner2 = owner()
            owner2.modelIdentityDisplayName >> displayName("<owner 2>")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 17 11:41:55 UTC 2024
    - 87.8K bytes
    - Viewed (0)
  3. pkg/controller/garbagecollector/garbagecollector_test.go

    					}
    					if (len(graphNode.owners) > 0 || len(n.owners) > 0) && !reflect.DeepEqual(graphNode.owners, n.owners) {
    						expectedJSON, _ := json.Marshal(n.owners)
    						actualJSON, _ := json.Marshal(graphNode.owners)
    						ctx.t.Errorf("%s: expected owners %s, got %s", n.identity.UID, expectedJSON, actualJSON)
    					}
    				}
    			}
    
    			{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 111.6K bytes
    - Viewed (0)
  4. build/OWNERS

    # See the OWNERS docs at https://go.k8s.io/owners
    
    options:
      # make root approval non-recursive
      no_parent_owners: true
    reviewers:
      - bentheelder
      - cblecker
      - cpanato # SIG Technical Lead / RelEng subproject owner / Release Manager
      - dims
      - jeremyrickard # SIG Technical Lead / RelEng subproject owner
      #- justaugustus # SIG Chair / RelEng subproject owner / Release Manager - approvals only
      - liggitt
      - palnabarun # Release Manager
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 11 16:43:38 UTC 2023
    - 866 bytes
    - Viewed (0)
  5. pkg/registry/networking/OWNERS

    # See the OWNERS docs at https://go.k8s.io/owners
    
    approvers:
      - aojea
      - thockin
    reviewers:
      - aojea
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jan 29 00:10:06 UTC 2023
    - 117 bytes
    - Viewed (0)
  6. staging/src/k8s.io/apimachinery/pkg/util/strategicpatch/OWNERS

    # See the OWNERS docs at https://go.k8s.io/owners
    
    approvers:
      - apelisse
      - pwittrock
    reviewers:
      - apelisse
    emeritus_approvers:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Nov 17 23:05:00 UTC 2022
    - 145 bytes
    - Viewed (0)
  7. pkg/apis/autoscaling/OWNERS

    # See the OWNERS docs at https://go.k8s.io/owners
    
    reviewers:
      - thockin
      - smarterclayton
      - wojtek-t
      - deads2k
      - caesarxuchao
      - sttts
      - ncdc
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 11 16:43:38 UTC 2023
    - 163 bytes
    - Viewed (0)
  8. pkg/routes/OWNERS

    # See the OWNERS docs at https://go.k8s.io/owners
    
    reviewers:
      - deads2k
      - sttts
      - caesarxuchao
      - jpbetz
    approvers:
      - deads2k
      - sttts
    emeritus_approvers:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 15 15:09:54 UTC 2023
    - 178 bytes
    - Viewed (0)
  9. pkg/registry/scheduling/OWNERS

    # See the OWNERS docs at https://go.k8s.io/owners
    
    approvers:
      - sig-scheduling-maintainers
    reviewers:
      - sig-scheduling
    labels:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 01:20:16 UTC 2023
    - 150 bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/autoscaling/OWNERS

    # See the OWNERS docs at https://go.k8s.io/owners
    
    reviewers:
      - thockin
      - smarterclayton
      - wojtek-t
      - deads2k
      - caesarxuchao
      - sttts
      - ncdc
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 11 16:43:38 UTC 2023
    - 163 bytes
    - Viewed (0)
Back to top