Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Reconciled (0.08 sec)

  1. CHANGELOG/CHANGELOG-1.31.md

    - Endpointslices mirrored from Endpoints by the EndpointSliceMirroring controller were not reconciled if modified ([#124131](https://github.com/kubernetes/kubernetes/pull/124131), [@zyjhtangtang](https://github.com/zyjhtangtang)) [SIG Apps and Network]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 20:34:14 UTC 2024
    - 60.3K bytes
    - Viewed (0)
  2. pkg/controller/job/job_controller.go

    			return err
    		}
    	}
    	return nil
    }
    
    // getPodsForJob returns the set of pods that this Job should manage.
    // It also reconciles ControllerRef by adopting/orphaning, adding tracking
    // finalizers.
    // Note that the returned Pods are pointers into the cache.
    func (jm *Controller) getPodsForJob(ctx context.Context, j *batch.Job) ([]*v1.Pod, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 23:56:37 UTC 2024
    - 77.6K bytes
    - Viewed (0)
Back to top