Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 80 for not_ready (0.14 sec)

  1. pkg/controller/endpointslice/endpointslice_controller_test.go

    				}
    				if nodeInfo.ready != nil {
    					status := v1.ConditionFalse
    					if *nodeInfo.ready {
    						status = v1.ConditionTrue
    					}
    					node.Status.Conditions = []v1.NodeCondition{{
    						Type:   v1.NodeReady,
    						Status: status,
    					}}
    				}
    				if nodeInfo.cpu != nil {
    					node.Status.Allocatable = v1.ResourceList{
    						v1.ResourceCPU: *nodeInfo.cpu,
    					}
    				}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 08:33:32 UTC 2024
    - 65.5K bytes
    - Viewed (0)
  2. pkg/controller/podgc/gc_controller_test.go

    					Spec: v1.NodeSpec{
    						Taints: node.taints,
    					},
    					Status: v1.NodeStatus{
    						Conditions: []v1.NodeCondition{
    							{
    								Type:   v1.NodeReady,
    								Status: node.readyCondition,
    							},
    						},
    					},
    				})
    			}
    			pods := make([]*v1.Pod, 0, len(test.pods))
    			for _, pod := range test.pods {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 08:16:48 UTC 2024
    - 29K bytes
    - Viewed (0)
  3. pkg/controller/volume/attachdetach/reconciler/reconciler_test.go

    	nodeName1 := k8stypes.NodeName("worker-0")
    	node1 := &v1.Node{
    		ObjectMeta: metav1.ObjectMeta{Name: string(nodeName1)},
    		Status: v1.NodeStatus{
    			Conditions: []v1.NodeCondition{
    				{
    					Type:   v1.NodeReady,
    					Status: v1.ConditionTrue,
    				},
    			},
    		},
    	}
    	informerFactory.Core().V1().Nodes().Informer().GetStore().Add(node1)
    	dsw.AddNode(nodeName1)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 07:00:14 UTC 2024
    - 72.8K bytes
    - Viewed (0)
  4. pkg/volume/plugins.go

    type KubeletVolumeHost interface {
    	// SetKubeletError lets plugins set an error on the Kubelet runtime status
    	// that will cause the Kubelet to post NotReady status with the error message provided
    	SetKubeletError(err error)
    
    	// GetInformerFactory returns the informer factory for CSIDriverLister
    	GetInformerFactory() informers.SharedInformerFactory
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 06 16:13:15 UTC 2024
    - 38.2K bytes
    - Viewed (0)
  5. pkg/kubelet/eviction/helpers_test.go

    		item   v1.NodeConditionType
    		result bool
    	}{
    		"has-condition": {
    			inputs: []v1.NodeConditionType{v1.NodeReady, v1.NodeDiskPressure, v1.NodeMemoryPressure},
    			item:   v1.NodeMemoryPressure,
    			result: true,
    		},
    		"does-not-have-condition": {
    			inputs: []v1.NodeConditionType{v1.NodeReady, v1.NodeDiskPressure},
    			item:   v1.NodeMemoryPressure,
    			result: false,
    		},
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 15 23:14:12 UTC 2024
    - 106.7K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_arm.go

    	NOTE_MSECONDS                  = 0x2
    	NOTE_NSECONDS                  = 0x8
    	NOTE_OPEN                      = 0x80
    	NOTE_PCTRLMASK                 = 0xf0000000
    	NOTE_PDATAMASK                 = 0xfffff
    	NOTE_READ                      = 0x400
    	NOTE_RENAME                    = 0x20
    	NOTE_REVOKE                    = 0x40
    	NOTE_SECONDS                   = 0x1
    	NOTE_TRACK                     = 0x1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 79.2K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_arm64.go

    	NOTE_MSECONDS                  = 0x2
    	NOTE_NSECONDS                  = 0x8
    	NOTE_OPEN                      = 0x80
    	NOTE_PCTRLMASK                 = 0xf0000000
    	NOTE_PDATAMASK                 = 0xfffff
    	NOTE_READ                      = 0x400
    	NOTE_RENAME                    = 0x20
    	NOTE_REVOKE                    = 0x40
    	NOTE_SECONDS                   = 0x1
    	NOTE_TRACK                     = 0x1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 79.2K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_amd64.go

    	NOTE_MSECONDS                  = 0x2
    	NOTE_NSECONDS                  = 0x8
    	NOTE_OPEN                      = 0x80
    	NOTE_PCTRLMASK                 = 0xf0000000
    	NOTE_PDATAMASK                 = 0xfffff
    	NOTE_READ                      = 0x400
    	NOTE_RENAME                    = 0x20
    	NOTE_REVOKE                    = 0x40
    	NOTE_SECONDS                   = 0x1
    	NOTE_TRACK                     = 0x1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 79.4K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_riscv64.go

    	NOTE_MSECONDS                  = 0x2
    	NOTE_NSECONDS                  = 0x8
    	NOTE_OPEN                      = 0x80
    	NOTE_PCTRLMASK                 = 0xf0000000
    	NOTE_PDATAMASK                 = 0xfffff
    	NOTE_READ                      = 0x400
    	NOTE_RENAME                    = 0x20
    	NOTE_REVOKE                    = 0x40
    	NOTE_SECONDS                   = 0x1
    	NOTE_TRACK                     = 0x1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 83.7K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_386.go

    	NOTE_MSECONDS                  = 0x2
    	NOTE_NSECONDS                  = 0x8
    	NOTE_OPEN                      = 0x80
    	NOTE_PCTRLMASK                 = 0xf0000000
    	NOTE_PDATAMASK                 = 0xfffff
    	NOTE_READ                      = 0x400
    	NOTE_RENAME                    = 0x20
    	NOTE_REVOKE                    = 0x40
    	NOTE_SECONDS                   = 0x1
    	NOTE_TRACK                     = 0x1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 79.6K bytes
    - Viewed (0)
Back to top