Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 98 for outdated (0.15 sec)

  1. pkg/controller/podautoscaler/horizontal_test.go

    				{6, time.Now().Add(-time.Second * time.Duration(59)), false},
    				{7, time.Now().Add(-time.Second * time.Duration(61)), false}, // outdated event, should be marked as outdated
    				{9, time.Now().Add(-time.Second * time.Duration(61)), false}, // outdated event, should be replaced
    			},
    			newScaleEvents: []timestampedScaleEvent{
    				{8, time.Now(), false},
    				{6, time.Now(), false},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 14:24:16 UTC 2024
    - 199.3K bytes
    - Viewed (0)
  2. pkg/kubelet/kubelet_test.go

    		Containers: []v1.Container{
    			{Name: "1234", Image: "foo"},
    		},
    	})
    	pod.Annotations[kubetypes.ConfigSourceAnnotationKey] = "file"
    
    	// Mirror pod has an outdated spec.
    	mirrorPod := podWithUIDNameNsSpec("11111111", "foo", "ns", v1.PodSpec{
    		Containers: []v1.Container{
    			{Name: "1234", Image: "bar"},
    		},
    	})
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 106.9K bytes
    - Viewed (0)
  3. pkg/kubelet/kubelet.go

    				var err error
    				deleted, err = kl.mirrorPodClient.DeleteMirrorPod(podFullName, &mirrorPod.ObjectMeta.UID)
    				if deleted {
    					klog.InfoS("Deleted mirror pod because it is outdated", "pod", klog.KObj(mirrorPod))
    				} else if err != nil {
    					klog.ErrorS(err, "Failed deleting mirror pod", "pod", klog.KObj(mirrorPod))
    				}
    			}
    		}
    		if mirrorPod == nil || deleted {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
  4. src/cmd/go/internal/work/exec.go

    		if !slices.Contains(ldflags, "-no-pie") {
    			// we need to use -pie for Linux/ARM to get accurate imported sym (added in https://golang.org/cl/5989058)
    			// this seems to be outdated, but we don't want to break existing builds depending on this (Issue 45940)
    			ldflags = append(ldflags, "-pie")
    		}
    		if slices.Contains(ldflags, "-pie") && slices.Contains(ldflags, "-static") {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
  5. pkg/controller/nodelifecycle/node_lifecycle_controller_test.go

    					},
    				},
    			},
    			expectedPodStatusUpdate: false,
    		},
    		// Node created long time ago, with status updated by kubelet exceeds grace period. Node lease is renewed.
    		// Expect no action from node controller (within monitor grace period).
    		{
    			description: "Node created long time ago, with status updated by kubelet exceeds grace period. Node lease is renewed.",
    			fakeNodeHandler: &testutil.FakeNodeHandler{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 26 03:26:45 UTC 2024
    - 119K bytes
    - Viewed (0)
  6. pkg/registry/batch/job/strategy_test.go

    		Rules: []batch.PodFailurePolicyRule{
    			{
    				Action: batch.PodFailurePolicyActionIgnore,
    				OnExitCodes: &batch.PodFailurePolicyOnExitCodesRequirement{
    					ContainerName: ptr.To("updated-container-name"),
    					Operator:      batch.PodFailurePolicyOnExitCodesOpIn,
    					Values:        []int32{2},
    				},
    			},
    		},
    	}
    	successPolicy := &batch.SuccessPolicy{
    		Rules: []batch.SuccessPolicyRule{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 101.5K bytes
    - Viewed (0)
  7. pkg/controller/daemon/daemon_controller_test.go

    		}
    		if updated == nil {
    			t.Fatalf("Failed to get updated status")
    		}
    		if got, want := updated.Status.DesiredNumberScheduled, int32(podControl.FakePodControl.CreateLimit)*10; got != want {
    			t.Errorf("Status.DesiredNumberScheduled = %v, want %v", got, want)
    		}
    		if got, want := updated.Status.CurrentNumberScheduled, int32(podControl.FakePodControl.CreateLimit); got != want {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 111.4K bytes
    - Viewed (0)
  8. pkg/controller/statefulset/stateful_set_control_test.go

    	if err != nil {
    		t.Fatalf("Error getting updated StatefulSet: %v", err)
    	}
    	*set.Spec.Replicas = 0
    	if err := scaleDownStatefulSetControl(set, ssc, om, invariants); err != nil {
    		t.Errorf("Failed to scale StatefulSet : %s", err)
    	}
    
    	// Check updated set.
    	set, err = om.setsLister.StatefulSets(set.Namespace).Get(set.Name)
    	if err != nil {
    		t.Fatalf("Error getting updated StatefulSet: %v", err)
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 07 19:01:47 UTC 2024
    - 108.7K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "env": {
              "description": "List of environment variables to set in the container. Cannot be updated.",
              "items": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/mylasta/action/FessMessages.java

        /** The key of the message: others might be updated, so retry. */
        public static final String ERRORS_APP_DB_ALREADY_DELETED = "{errors.app.db.already.deleted}";
    
        /** The key of the message: others might be updated, so retry. */
        public static final String ERRORS_APP_DB_ALREADY_UPDATED = "{errors.app.db.already.updated}";
    
        /** The key of the message: already existing data, so retry. */
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 119.9K bytes
    - Viewed (0)
Back to top