Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestStoreDeletionPropagation (0.22 sec)

  1. staging/src/k8s.io/apiserver/pkg/registry/generic/registry/store_test.go

    				t.Errorf("%v: Expect object %s to have finalizers %v, got %v", pod.Name, pod.ObjectMeta.Name, e, a)
    			}
    		}
    	}
    }
    
    // Test the DeleteOptions.PropagationPolicy is handled correctly
    func TestStoreDeletionPropagation(t *testing.T) {
    	initialGeneration := int64(1)
    
    	// defaultDeleteStrategy doesn't implement rest.GarbageCollectionDeleteStrategy.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 101.8K bytes
    - Viewed (0)
Back to top