Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 882 for owner1 (0.11 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. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. pkg/client/testdata/OWNERS

    # See the OWNERS docs at https://go.k8s.io/owners
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Feb 15 07:55:45 UTC 2019
    - 65 bytes
    - Viewed (0)
  10. pkg/kubelet/stats/OWNERS

    # See the OWNERS docs at https://go.k8s.io/owners
    approvers:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 10 02:31:26 UTC 2021
    - 74 bytes
    - Viewed (0)
Back to top