Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 321 for deleteOption (0.2 sec)

  1. staging/src/k8s.io/api/testdata/v1.29.0/core.v1.DeleteOptions.yaml

    apiVersion: v1
    dryRun:
    - dryRunValue
    gracePeriodSeconds: 1
    kind: DeleteOptions
    orphanDependents: true
    preconditions:
      resourceVersion: resourceVersionValue
      uid: uidValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 215 bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/HEAD/core.v1.DeleteOptions.yaml

    apiVersion: v1
    dryRun:
    - dryRunValue
    gracePeriodSeconds: 1
    kind: DeleteOptions
    orphanDependents: true
    preconditions:
      resourceVersion: resourceVersionValue
      uid: uidValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Feb 19 15:31:53 UTC 2022
    - 215 bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/v1.29.0/core.v1.DeleteOptions.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 287 bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/v1.30.0/core.v1.DeleteOptions.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 287 bytes
    - Viewed (0)
  5. pkg/controller/podgc/gc_controller_test.go

    			var patchAction clienttesting.PatchAction
    			var deleteAction clienttesting.DeleteAction
    
    			for _, action := range actions {
    				if action.GetVerb() == "patch" {
    					patchAction = action.(clienttesting.PatchAction)
    				}
    
    				if action.GetVerb() == "delete" {
    					deleteAction = action.(clienttesting.DeleteAction)
    				}
    			}
    
    			if patchAction != nil && test.expectedPatchedPod == nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 08:16:48 UTC 2024
    - 29K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/v1.30.0/core.v1.DeleteOptions.pb

    SataQiu <******@****.***> 1713430345 +0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 106 bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/HEAD/core.v1.DeleteOptions.pb

    Jordan Liggitt <******@****.***> 1645282187 -0500
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Feb 19 15:31:53 UTC 2022
    - 106 bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/v1.29.0/core.v1.DeleteOptions.pb

    SataQiu <******@****.***> 1702613527 +0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 106 bytes
    - Viewed (0)
  9. pkg/registry/batch/job/storage/storage_test.go

    	tests := []struct {
    		description   string
    		expectWarning bool
    		deleteOptions *metav1.DeleteOptions
    		listOptions   *internalversion.ListOptions
    		requestInfo   *genericapirequest.RequestInfo
    	}{
    		{
    			description:   "deletion: no policy, v1, warning",
    			expectWarning: true,
    			deleteOptions: &metav1.DeleteOptions{},
    			requestInfo:   &genericapirequest.RequestInfo{APIGroup: "batch", APIVersion: "v1"},
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 15 14:34:53 UTC 2024
    - 11.2K bytes
    - Viewed (0)
  10. pkg/registry/core/namespace/storage/storage_test.go

    		{
    			name: "propagation-background-with-orphan",
    			deleteOptions: &metav1.DeleteOptions{
    				PropagationPolicy: &propagationBackground,
    			},
    			existingFinalizers: []string{
    				metav1.FinalizerOrphanDependents,
    			},
    			remainingFinalizers: map[string]bool{},
    		},
    		{
    			name: "propagation-background-with-delete",
    			deleteOptions: &metav1.DeleteOptions{
    				PropagationPolicy: &propagationBackground,
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 17 05:13:34 UTC 2022
    - 19.8K bytes
    - Viewed (0)
Back to top