Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 1,752 for owner1 (0.38 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/kubelet/apis/config/OWNERS

    # See the OWNERS docs at https://go.k8s.io/owners
    
    # Disable inheritance as this is an api owners file
    options:
      no_parent_owners: true
    approvers:
      - api-approvers
    reviewers:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 10 02:31:26 UTC 2021
    - 204 bytes
    - Viewed (0)
  6. pkg/controller/apis/config/OWNERS

    # See the OWNERS docs at https://go.k8s.io/owners
    
    # Disable inheritance as this is an api owners file
    options:
      no_parent_owners: true
    approvers:
      - api-approvers
      - deads2k
      - luxas
      - mtaufen
      - sttts
    reviewers:
      - api-reviewers
      - deads2k
      - luxas
      - mtaufen
      - sttts
    emeritus_approvers:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jan 10 13:14:29 UTC 2022
    - 318 bytes
    - Viewed (0)
  7. pkg/api/OWNERS

    # See the OWNERS docs at https://go.k8s.io/owners
    
    # Disable inheritance as this is an api owners file
    options:
      no_parent_owners: true
    filters:
      ".*":
        approvers:
          - api-approvers
        reviewers:
          - api-reviewers
      # examples:
      #   pkg/api/types.go
      #   pkg/api/*/register.go
      "([^/]+/)?(register|types)\\.go$":
        labels:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 10 02:31:26 UTC 2021
    - 366 bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/OWNERS

    # See the OWNERS docs at https://go.k8s.io/owners
    
    # Disable inheritance as this is an api owners file
    options:
      no_parent_owners: true
    filters:
      ".*":
        approvers:
          - api-approvers
        reviewers:
          - api-reviewers
      # only auto-label go file changes as kind/api-change
      "\\.go$":
        labels:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 21 16:18:09 UTC 2019
    - 331 bytes
    - Viewed (0)
  9. api/OWNERS

    # See the OWNERS docs at https://go.k8s.io/owners
    
    # Disable inheritance as this is an api owners file
    options:
      no_parent_owners: true
    approvers:
      - api-approvers
    reviewers:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 10 02:31:26 UTC 2021
    - 195 bytes
    - Viewed (0)
  10. pkg/apis/OWNERS

    # See the OWNERS docs at https://go.k8s.io/owners
    
    # Disable inheritance as this is an api owners file
    options:
      no_parent_owners: true
    filters:
      ".*":
        approvers:
          - api-approvers
        reviewers:
          - api-reviewers
      # examples:
      #   pkg/apis/*/types.go
      #   pkg/apis/*/*/types.go
      "[^/]+/([^/]+/)?(register|types)\\.go$":
        labels:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 10 02:31:26 UTC 2021
    - 375 bytes
    - Viewed (0)
Back to top