Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for cpod3 (0.06 sec)

  1. hack/testdata/sorted-pods/sorted-pod3.yaml

    apiVersion: v1
    kind: Pod
    metadata:
      name: sorted-pod3
      creationTimestamp: "2018-08-30T14:10:53Z"
      labels:
        name: sorted-pod1-label
    spec:
      containers:
      - name: kubernetes-pause3
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 24 07:02:51 UTC 2024
    - 223 bytes
    - Viewed (0)
  2. pkg/kube/kclient/index_test.go

    			Name:      "pod2",
    			Namespace: "ns",
    		},
    		Spec: corev1.PodSpec{
    			ServiceAccountName: "sa2",
    			NodeName:           "node",
    		},
    	}
    	pod3 := &corev1.Pod{
    		ObjectMeta: metav1.ObjectMeta{
    			Name:      "pod3",
    			Namespace: "ns",
    		},
    		Spec: corev1.PodSpec{
    			ServiceAccountName: "sa",
    			NodeName:           "node",
    		},
    	}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 04 03:49:30 UTC 2023
    - 5.7K bytes
    - Viewed (0)
  3. hack/testdata/sorted-pods/sorted-pod1.yaml

    apiVersion: v1
    kind: Pod
    metadata:
      name: sorted-pod1
      creationTimestamp: "2018-08-30T14:10:58Z"
      labels:
        name: sorted-pod3-label
    spec:
      containers:
      - name: kubernetes-pause2
        image: registry.k8s.io/pause:3.10
        resources:
          requests:
            memory: "64Mi"
            cpu: "250m"
          limits:
            memory: "128Mi"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 24 07:02:51 UTC 2024
    - 355 bytes
    - Viewed (0)
  4. staging/src/k8s.io/cli-runtime/pkg/printers/managedfields_test.go

    							},
    						},
    					},
    					{ObjectMeta: metav1.ObjectMeta{Name: "pod3"}},
    				},
    			},
    			expected: &v1.PodList{
    				Items: []v1.Pod{
    					{ObjectMeta: metav1.ObjectMeta{Name: "pod1"}},
    					{ObjectMeta: metav1.ObjectMeta{Name: "pod2"}},
    					{ObjectMeta: metav1.ObjectMeta{Name: "pod3"}},
    				},
    			},
    		},
    	}
    	for _, tc := range testCases {
    		t.Run(tc.name, func(t *testing.T) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 16 14:52:03 UTC 2021
    - 2.6K bytes
    - Viewed (0)
  5. pkg/controller/replicaset/replica_set_utils_test.go

    		},
    		{
    			"manageReplicasErr != nil && failureCond == nil, diff > 0",
    			rs,
    			[]*v1.Pod{
    				newPod("pod1", rs, v1.PodRunning, nil, true),
    				newPod("pod2", rs, v1.PodRunning, nil, true),
    				newPod("pod3", rs, v1.PodRunning, nil, true),
    			},
    			fmt.Errorf("fake manageReplicasErr"),
    			[]apps.ReplicaSetCondition{
    				{
    					Type:    apps.ReplicaSetReplicaFailure,
    					Status:  v1.ConditionTrue,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 19 20:18:23 UTC 2018
    - 6.6K bytes
    - Viewed (0)
Back to top