Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 37 of 37 for NodeName (0.28 sec)

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

    	}
    	validPodSpecNodeSelector := api.PodSpec{
    		NodeSelector:  validSelector,
    		NodeName:      "xyz",
    		RestartPolicy: api.RestartPolicyAlways,
    		DNSPolicy:     api.DNSClusterFirst,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 111.9K bytes
    - Viewed (0)
  2. pkg/kubelet/kubelet_node_status_test.go

    			kubelet.kubeClient = &fake.Clientset{}
    			kubeClient := testKubelet.fakeKubeClient
    
    			node := &v1.Node{
    				ObjectMeta: metav1.ObjectMeta{
    					Name: string(kubelet.nodeName),
    				},
    				Status: v1.NodeStatus{
    					Conditions: []v1.NodeCondition{
    						{
    							Type:    v1.NodeReady,
    							Status:  v1.ConditionFalse,
    							Reason:  "NotReady",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 08 19:23:19 UTC 2024
    - 115.8K bytes
    - Viewed (0)
  3. cmd/metrics-v2.go

    				},
    				Value: pluginAuthNMetrics.MaxSuccRTTMs,
    			},
    		}
    
    		return metrics
    	})
    	return mg
    }
    
    // replication metrics for each node - published to the cluster endpoint with nodename as label
    func getReplicationNodeMetrics(opts MetricsGroupOpts) *MetricsGroupV2 {
    	mg := &MetricsGroupV2{
    		cacheInterval:    1 * time.Minute,
    		metricsGroupOpts: opts,
    	}
    	const (
    		Online  = 1
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:54 UTC 2024
    - 131.9K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.4.md

      * `spec.nodeName` will return the name of the node this pod is running on
      * `spec.serviceAccountName` will return the name of the service account this pod is running under
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 133.5K bytes
    - Viewed (0)
  5. pkg/scheduler/internal/queue/scheduling_queue_test.go

    	}
    	// Attempt to nominate a pod that was already scheduled in the informer cache.
    	// Nothing should change.
    	scheduledPodCopy := scheduledPodInfo.Pod.DeepCopy()
    	scheduledPodInfo.Pod.Spec.NodeName = ""
    	q.AddNominatedPod(logger, mustNewTestPodInfo(t, scheduledPodCopy), &framework.NominatingInfo{NominatingMode: framework.ModeOverride, NominatedNodeName: "node1"})
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  6. src/main/webapp/js/admin/jquery-3.6.3.min.map

    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 17 12:13:41 UTC 2023
    - 135.2K bytes
    - Viewed (0)
  7. src/main/webapp/js/jquery-3.6.3.min.map

    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 17 12:13:41 UTC 2023
    - 135.2K bytes
    - Viewed (0)
Back to top