Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 91 for resourceVersion (0.66 sec)

  1. pkg/apis/storage/validation/validation_test.go

    	requiresRepublish := true
    	notRequiresRepublish := false
    	notStorageCapacity := false
    	seLinuxMount := true
    	notSELinuxMount := false
    	resourceVersion := "1"
    	old := storage.CSIDriver{
    		ObjectMeta: metav1.ObjectMeta{Name: driverName, ResourceVersion: resourceVersion},
    		Spec: storage.CSIDriverSpec{
    			AttachRequired:    &attachNotRequired,
    			PodInfoOnMount:    &notPodInfoOnMount,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 69.7K bytes
    - Viewed (0)
  2. pkg/controller/endpointslice/endpointslice_controller_test.go

    					t.Fatalf("Pod %q doesn't exist", update.podName)
    				}
    				oldPod := old.(*v1.Pod)
    				newPod := oldPod.DeepCopy()
    				newPod.Status.PodIPs[0].IP = update.podIP
    				newPod.ResourceVersion = strconv.Itoa(resourceVersion)
    				resourceVersion++
    
    				esController.podStore.Update(newPod)
    				esController.updatePod(oldPod, newPod)
    			}
    
    			time.Sleep(tc.finalDelay)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 08:33:32 UTC 2024
    - 65.5K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/registry/rest/resttest/resttest.go

    	m.SetResourceVersion("11")
    
    	table, err := t.storage.(rest.TableConvertor).ConvertToTable(ctx, listObj, nil)
    	if err != nil {
    		t.Errorf("unexpected error: %v", err)
    	}
    	if table.ResourceVersion != "11" || table.Continue != "continuetoken" {
    		t.Errorf("printer lost list meta: %#v", table.ListMeta)
    	}
    	if len(table.Rows) != len(items) {
    		t.Errorf("unexpected number of rows: %v", len(table.Rows))
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jul 26 17:14:05 UTC 2022
    - 55.8K bytes
    - Viewed (0)
  4. pkg/controller/daemon/daemon_controller.go

    func (dsc *DaemonSetsController) updateHistory(logger klog.Logger, old, cur interface{}) {
    	curHistory := cur.(*apps.ControllerRevision)
    	oldHistory := old.(*apps.ControllerRevision)
    	if curHistory.ResourceVersion == oldHistory.ResourceVersion {
    		// Periodic resync will send update events for all known ControllerRevisions.
    		return
    	}
    
    	curControllerRef := metav1.GetControllerOf(curHistory)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 51.3K bytes
    - Viewed (0)
  5. pkg/apis/autoscaling/validation/validation_test.go

    	}
    	minReplicasCases := []autoscaling.HorizontalPodAutoscaler{{
    		ObjectMeta: metav1.ObjectMeta{
    			Name:            "myautoscaler",
    			Namespace:       metav1.NamespaceDefault,
    			ResourceVersion: "theversion",
    		},
    		Spec: autoscaling.HorizontalPodAutoscalerSpec{
    			ScaleTargetRef: autoscaling.CrossVersionObjectReference{
    				Kind: "ReplicationController",
    				Name: "myrc",
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 56.7K bytes
    - Viewed (0)
  6. pkg/controller/job/job_controller.go

    func (jm *Controller) updatePod(logger klog.Logger, old, cur interface{}) {
    	curPod := cur.(*v1.Pod)
    	oldPod := old.(*v1.Pod)
    	recordFinishedPodWithTrackingFinalizer(oldPod, curPod)
    	if curPod.ResourceVersion == oldPod.ResourceVersion {
    		// Periodic resync will send update events for all known pods.
    		// Two different versions of the same pod will always have different RVs.
    		return
    	}
    	if curPod.DeletionTimestamp != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 23:56:37 UTC 2024
    - 77.6K bytes
    - Viewed (0)
  7. cluster/gce/windows/k8s-node-setup.psm1

      # E1023 04:03:58.143449    4840 reflector.go:205] k8s.io/kubernetes/pkg/client/informers/informers_generated/internalversion/factory.go:129: Failed to list *core.Endpoints: Get https://35.239.84.171/api/v1/endpoints?limit=500&resourceVersion=0: dial tcp 35.239.84.171:443: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 21:13:22 UTC 2024
    - 88.3K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.3.md

    * Make watch cache treat resourceVersion consistent with uncached watch ([#24008](https://github.com/kubernetes/kubernetes/pull/24008), [@liggitt](https://github.com/liggitt))
    
    ### Other notable changes
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 84K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/testdata/swagger.json

              },
              "x-kubernetes-patch-merge-key": "uid",
              "x-kubernetes-patch-strategy": "merge"
            },
            "resourceVersion": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 13 18:37:59 UTC 2023
    - 55.4K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__authorization.k8s.io__v1_openapi.json

                  "uid"
                ],
                "x-kubernetes-list-type": "map",
                "x-kubernetes-patch-merge-key": "uid",
                "x-kubernetes-patch-strategy": "merge"
              },
              "resourceVersion": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:26 UTC 2023
    - 66.1K bytes
    - Viewed (0)
Back to top