Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 24 for orphaned (0.21 sec)

  1. pkg/controller/job/job_controller.go

    		return
    	}
    
    	// Otherwise, it's an orphan.
    	// Clean the finalizer.
    	if hasJobTrackingFinalizer(pod) {
    		jm.enqueueOrphanPod(pod)
    	}
    	// Get a list of all matching controllers and sync
    	// them to see if anyone wants to adopt it.
    	// DO NOT observe creation because no controller should be waiting for an
    	// orphan.
    	for _, job := range jm.getPodJobs(pod) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 23:56:37 UTC 2024
    - 77.6K bytes
    - Viewed (0)
  2. common-protos/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

      // +optional
      optional Preconditions preconditions = 2;
    
      // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7.
      // Should the dependent objects be orphaned. If true/false, the "orphan"
      // finalizer will be added to/removed from the object's finalizers list.
      // Either this field or PropagationPolicy may be set, but not both.
      // +optional
      optional bool orphanDependents = 3;
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

      // +optional
      optional Preconditions preconditions = 2;
    
      // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7.
      // Should the dependent objects be orphaned. If true/false, the "orphan"
      // finalizer will be added to/removed from the object's finalizers list.
      // Either this field or PropagationPolicy may be set, but not both.
      // +optional
      optional bool orphanDependents = 3;
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 53.7K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types.go

    	// Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7.
    	// Should the dependent objects be orphaned. If true/false, the "orphan"
    	// finalizer will be added to/removed from the object's finalizers list.
    	// Either this field or PropagationPolicy may be set, but not both.
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 10:52:25 UTC 2024
    - 79.2K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.3.md

        * This eliminates the race conditions between the pod creation loop and the orphaned volumes loops. It also removes the unmount/detach from the `syncPod()` path so volume clean up never blocks the `syncPod` loop.
    
    
    
    # v1.3.0-beta.1
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 84K bytes
    - Viewed (0)
  6. pkg/controller/volume/persistentvolume/pv_controller.go

    			logger.V(3).Info("Failed to delete volume", "volumeName", volume.Name, "err", deleteErr)
    			time.Sleep(ctrl.createProvisionedPVInterval)
    		}
    
    		if deleteErr != nil {
    			// Delete failed several times. There is an orphaned volume and there
    			// is nothing we can do about it.
    			strerr := fmt.Sprintf("Error cleaning provisioned volume for claim %s: %v. Please delete manually.", claimToClaimKey(claim), deleteErr)
    			logger.V(2).Info(strerr)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 08:42:31 UTC 2024
    - 89.2K bytes
    - Viewed (0)
  7. pkg/controller/history/controller_history_test.go

    			selector:  sel1,
    			revisions: []*apps.ControllerRevision{ss1Rev1, ss1Rev2, ss2Rev1},
    			want:      map[string]bool{ss1Rev1.Name: true, ss1Rev2.Name: true},
    		},
    		{
    			name:      "selects orphans",
    			parent:    &ss1.ObjectMeta,
    			selector:  sel1,
    			revisions: []*apps.ControllerRevision{ss1Rev1, ss1Rev2, ss1Orphan},
    			want:      map[string]bool{ss1Rev1.Name: true, ss1Rev2.Name: true, ss1Orphan.Name: true},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Aug 21 13:31:28 UTC 2023
    - 49.1K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/registry/generic/registry/store.go

    	if ok {
    		defaultGCPolicy = gcStrategy.DefaultGarbageCollectionPolicy(ctx)
    	}
    
    	if defaultGCPolicy == rest.Unsupported {
    		// return  false to indicate that we should NOT orphan
    		return false
    	}
    
    	// An explicit policy was set at deletion time, that overrides everything
    	//nolint:staticcheck // SA1019 backwards compatibility
    	if options != nil && options.OrphanDependents != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 19 23:22:44 UTC 2024
    - 60.8K bytes
    - Viewed (0)
  9. pkg/controller/replicaset/replica_set_test.go

    				t.Errorf("Expected keys %#v got %v", expected, got)
    			}
    		case <-time.After(wait.ForeverTestTimeout):
    			t.Errorf("Expected update notifications for replica sets")
    		}
    	}
    
    	// case 2: Remove ControllerRef (orphan). Expect to sync label-matching RS.
    	pod1 = newPodList(informers.Core().V1().Pods().Informer().GetIndexer(), 1, v1.PodRunning, labelMap1, testRSSpec1, "pod").Items[0]
    	pod1.ResourceVersion = "1"
    	pod1.Labels = labelMap2
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 69.2K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/css/manual.css

    	}
    
    	thead {
    		display: table-header-group;
    	}
    
    	svg {
    		max-width: 100%;
    	}
    
    	p,
    	blockquote,
    	dt,
    	td.content {
    		font-size: 1em;
    		orphans: 3;
    		widows: 3;
    	}
    
    	h2,
    	h3,
    	#toctitle,
    	.sidebarblock>.content>.title,
    	#toctitle,
    	.sidebarblock>.content>.title {
    		page-break-after: avoid;
    	}
    
    	#toc,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 72.6K bytes
    - Viewed (0)
Back to top