Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 858 for owner1 (0.27 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. 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)
  5. pkg/scheduler/framework/plugins/volumezone/OWNERS

    # See the OWNERS docs at https://go.k8s.io/owners
    
    approvers:
      - sig-storage-approvers
      - cofyc
    reviewers:
      - sig-storage-reviewers
      - cofyc
    labels:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Nov 23 08:35:49 UTC 2023
    - 169 bytes
    - Viewed (0)
  6. staging/src/k8s.io/client-go/OWNERS

    # See the OWNERS docs at https://go.k8s.io/owners
    
    approvers:
      - aojea
      - caesarxuchao
      - deads2k
      - liggitt
      - smarterclayton
      - sttts
      - yliaog
      - jpbetz
    reviewers:
      - aojea
      - apelisse
      - caesarxuchao
      - deads2k
      - jpbetz
      - liggitt
      - soltysh
      - sttts
      - yliaog
      - jpbetz
    labels:
      - sig/api-machinery
    emeritus_approvers:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Sep 07 21:16:19 UTC 2023
    - 357 bytes
    - Viewed (0)
  7. cluster/addons/kube-network-policies/OWNERS

    # See the OWNERS docs at https://go.k8s.io/owners
    
    approvers:
      - aojea
      - danwinship
    reviewers:
      - aojea
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Apr 21 10:01:31 UTC 2024
    - 123 bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/admission/plugin/policy/OWNERS

    # See the OWNERS docs at https://go.k8s.io/owners
    
    approvers:
      - jpbetz
      - cici37
      - alexzielenski
    reviewers:
      - jpbetz
      - cici37
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 15 00:32:08 UTC 2024
    - 153 bytes
    - Viewed (0)
  9. pkg/registry/core/node/OWNERS

    # See the OWNERS docs at https://go.k8s.io/owners
    
    approvers:
      - sig-node-approvers
    reviewers:
      - sig-node-reviewers
    labels:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 01:20:16 UTC 2023
    - 140 bytes
    - Viewed (0)
  10. pkg/registry/core/persistentvolumeclaim/OWNERS

    # See the OWNERS docs at https://go.k8s.io/owners
    
    approvers:
      - sig-storage-approvers
    reviewers:
      - sig-storage-reviewers
    labels:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 01:20:16 UTC 2023
    - 149 bytes
    - Viewed (0)
Back to top