Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for Fulfilled (0.1 sec)

  1. pkg/controller/job/job_controller.go

    			pods[i] = p.DeepCopy()
    			pods[i].Finalizers = append(p.Finalizers, batch.JobTrackingFinalizer)
    		}
    	}
    	return pods, err
    }
    
    // syncJob will sync the job with the given key if it has had its expectations fulfilled, meaning
    // it did not expect to see any more of its pods created or deleted. This function is not meant to be invoked
    // concurrently with the same key.
    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. pkg/controller/volume/persistentvolume/pv_controller.go

    					// This is part of the normal operation of the controller; the
    					// controller tried to use this volume for a claim but the claim
    					// was fulfilled by another volume. We did this; fix it.
    					logger.V(4).Info("Synchronizing PersistentVolume, volume is bound by controller to a claim that is bound to another volume, unbinding", "volumeName", volume.Name)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 08:42:31 UTC 2024
    - 89.2K bytes
    - Viewed (0)
Back to top