Search Options

Results per page
Sort
Preferred Languages
Advance

Results 151 - 160 of 897 for Pods (0.06 sec)

  1. pkg/controller/volume/attachdetach/reconciler/reconciler.go

    			otherNodes = append(otherNodes, node)
    			otherNodesStr = append(otherNodesStr, string(node))
    		}
    	}
    
    	// Get list of pods that use the volume on the other nodes.
    	pods := rc.desiredStateOfWorld.GetVolumePodsOnNodes(otherNodes, volumeToAttach.VolumeName)
    	if len(pods) == 0 {
    		// We did not find any pods that requests the volume. The pod must have been deleted already.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 22 21:02:38 UTC 2024
    - 21.1K bytes
    - Viewed (0)
  2. pkg/kubelet/kubelet.go

    			handler.HandlePodUpdates(u.Pods)
    		case kubetypes.REMOVE:
    			klog.V(2).InfoS("SyncLoop REMOVE", "source", u.Source, "pods", klog.KObjSlice(u.Pods))
    			handler.HandlePodRemoves(u.Pods)
    		case kubetypes.RECONCILE:
    			klog.V(4).InfoS("SyncLoop RECONCILE", "source", u.Source, "pods", klog.KObjSlice(u.Pods))
    			handler.HandlePodReconcile(u.Pods)
    		case kubetypes.DELETE:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
  3. pkg/kubelet/userns/userns_manager_test.go

    		runningPods          []*kubecontainer.Pod
    		pods                 []*v1.Pod
    		listPods             []types.UID /* pods to list */
    		podSetBeforeCleanup  []types.UID /* pods to record before cleanup */
    		podSetAfterCleanup   []types.UID /* pods set expected after cleanup */
    		podUnsetAfterCleanup []types.UID /* pods set expected after cleanup */
    	}{
    		{
    			name:     "no stale pods",
    			listPods: []types.UID{"pod-1", "pod-2"},
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 14:24:16 UTC 2024
    - 14.6K bytes
    - Viewed (0)
  4. pkg/scheduler/extender.go

    			return nil, err
    		}
    		victims := &extenderv1.Victims{
    			Pods:             []*v1.Pod{},
    			NumPDBViolations: metaVictims.NumPDBViolations,
    		}
    		for _, metaPod := range metaVictims.Pods {
    			pod, err := h.convertPodUIDToPod(metaPod, nodeInfo)
    			if err != nil {
    				return nil, err
    			}
    			victims.Pods = append(victims.Pods, pod)
    		}
    		nodeNameToVictims[nodeName] = victims
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 26 19:07:19 UTC 2024
    - 13.4K bytes
    - Viewed (0)
  5. istioctl/pkg/proxyconfig/proxyconfig_test.go

    			args:           strings.Split("clusters invalid", " "),
    			expectedString: "unable to retrieve Pod: pods \"invalid\" not found",
    			wantException:  true, // "istioctl proxy-config clusters invalid" should fail
    		},
    		{ // listeners invalid
    			args:           strings.Split("listeners invalid", " "),
    			expectedString: "unable to retrieve Pod: pods \"invalid\" not found",
    			wantException:  true, // "istioctl proxy-config listeners invalid" should fail
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 10 21:51:29 UTC 2024
    - 8.9K bytes
    - Viewed (0)
  6. tools/bug-report/pkg/cluster/cluster.go

    	for _, eld := range config.Exclude {
    		if len(eld.Namespaces) > 0 {
    			if isIncludeOrExcludeEntriesMatched(eld.Namespaces, pod.Namespace) {
    				return true
    			}
    		}
    		if len(eld.Pods) > 0 {
    			if isIncludeOrExcludeEntriesMatched(eld.Pods, pod.Name) {
    				return true
    			}
    		}
    		if len(eld.Containers) > 0 {
    			for _, c := range pod.Spec.Containers {
    				if isIncludeOrExcludeEntriesMatched(eld.Containers, c.Name) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Dec 14 02:11:31 UTC 2023
    - 10.9K bytes
    - Viewed (1)
  7. operator/cmd/mesh/testdata/manifest-generate/input-extra-resources/default_tag.yaml

          operator: NotIn
          values:
          - "false"
      reinvocationPolicy: Never
      rules:
      - apiGroups:
        - ""
        apiVersions:
        - v1
        operations:
        - CREATE
        resources:
        - pods
        scope: '*'
      sideEffects: None
      timeoutSeconds: 10
    - admissionReviewVersions:
      - v1beta1
      - v1
      clientConfig:
        service:
          name: istiod-test-dev2
          namespace: istio-system
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jan 09 17:23:44 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  8. manifests/charts/istio-operator/templates/clusterrole.yaml

      resources:
      - leases
      verbs:
      - get
      - create
      - update
    - apiGroups:
      - ""
      resources:
      - configmaps
      - endpoints
      - events
      - namespaces
      - pods
      - pods/proxy
      - pods/portforward
      - persistentvolumeclaims
      - secrets
      - services
      - serviceaccounts
      - resourcequotas
      verbs:
      - '*'
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 02 08:32:06 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

            },
            "maxUnavailable": {
              "$ref": "#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString",
    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. pkg/kubelet/container/cache.go

    		if cachedVal, ok := c.pods[id]; ok && cachedVal.modified.After(timestamp) {
    			return false
    		}
    	}
    
    	c.pods[id] = &data{status: status, err: err, modified: timestamp}
    	c.notify(id, timestamp)
    	return true
    }
    
    // Delete removes the entry of the pod.
    func (c *cache) Delete(id types.UID) {
    	c.lock.Lock()
    	defer c.lock.Unlock()
    	delete(c.pods, id)
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 17 07:37:01 UTC 2023
    - 6.6K bytes
    - Viewed (0)
Back to top