Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for customresourceKind (0.21 sec)

  1. staging/src/k8s.io/apiserver/pkg/endpoints/handlers/rest_test.go

    					Kind:       "customresourceKind",
    					Name:       "name",
    					UID:        "1",
    				},
    				{
    					APIVersion: "customresourceVersion",
    					Kind:       "customresourceKind",
    					Name:       "name",
    					UID:        "2",
    				},
    				{
    					APIVersion: "customresourceVersion",
    					Kind:       "customresourceKind",
    					Name:       "name",
    					UID:        "1",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 08:48:22 UTC 2024
    - 41.8K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apimachinery/pkg/api/validation/objectmeta_test.go

    			ownerReferences: []metav1.OwnerReference{
    				{
    					APIVersion: "customresourceVersion",
    					Kind:       "customresourceKind",
    					Name:       "name",
    					UID:        "1",
    					Controller: &falseVar,
    				},
    				{
    					APIVersion: "customresourceVersion",
    					Kind:       "customresourceKind",
    					Name:       "name",
    					UID:        "2",
    					Controller: &trueVar,
    				},
    				{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Sep 07 03:12:31 UTC 2022
    - 17.8K bytes
    - Viewed (0)
  3. pkg/controller/disruption/disruption_test.go

    	updatePodOwnerToRs(t, pod, rs)
    	add(t, dc.podStore, pod)
    	dc.sync(ctx, pdbName)
    	ps.VerifyPdbStatus(t, pdbName, 0, 1, 2, 10, map[string]metav1.Time{})
    }
    
    func TestScaleResource(t *testing.T) {
    	customResourceUID := uuid.NewUUID()
    	replicas := int32(10)
    	pods := int32(4)
    	maxUnavailable := int32(5)
    
    	_, ctx := ktesting.NewTestContext(t)
    	dc, ps := newFakeDisruptionController(ctx)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 50K bytes
    - Viewed (0)
Back to top