Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 20 for inactive (0.15 sec)

  1. maven-core/src/test/java/org/apache/maven/project/PomConstructionTest.java

                    "Inactive all ||${project.basedir}||",
                    "<plugin-all-profiles-ina>Inactive all ||${project.basedir}||</plugin-all-profiles-ina>");
    
            checkBuildPluginWithArtifactId(
                    inactiveProfilePlugins,
                    "only-inactive-profile",
                    "Inactive only ||${project.basedir}||",
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Apr 12 10:50:18 UTC 2024
    - 93.2K bytes
    - Viewed (0)
  2. pkg/kubelet/nodestatus/setters_test.go

    						"device-plugin":   *resource.NewQuantity(1, resource.BinarySI),
    					},
    				},
    			},
    		},
    		{
    			desc: "inactive device plugin resources should have their capacity set to 0",
    			node: &v1.Node{
    				Status: v1.NodeStatus{
    					Capacity: v1.ResourceList{
    						"inactive": *resource.NewQuantity(1, resource.BinarySI),
    					},
    				},
    			},
    			maxPods: 110,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 21:47:24 UTC 2024
    - 76.1K bytes
    - Viewed (0)
  3. common/scripts/metallb-native.yaml

    # Downloaded from https://github.com/metallb/metallb/raw/v0.13.12/config/manifests/metallb-native.yaml
    # With quay.io hub replaced with gcr.io/istio-testing
    # And probes tuned to startup faster
    apiVersion: v1
    kind: Namespace
    metadata:
      labels:
        pod-security.kubernetes.io/audit: privileged
        pod-security.kubernetes.io/enforce: privileged
        pod-security.kubernetes.io/warn: privileged
      name: metallb-system
    ---
    apiVersion: apiextensions.k8s.io/v1
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 23 23:56:31 UTC 2024
    - 63.9K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/css/javadoc.css

    .usesSummary caption a:hover,
    .overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active,
    .constantsSummary caption a:active, .deprecatedSummary caption a:active,
    .requiresSummary caption a:active, .packagesSummary caption a:active, .providesSummary caption a:active,
    .usesSummary caption a:active,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 09 14:25:49 UTC 2024
    - 50.5K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/css/manual.css

    sup.footnoteref {
    	font-size: 0.875em;
    	position: static;
    	vertical-align: super;
    }
    
    sup.footnote a,
    sup.footnoteref a {
    	text-decoration: none;
    }
    
    sup.footnote a:active,
    sup.footnoteref a:active {
    	text-decoration: underline;
    }
    
    #footnotes {
    	padding-top: 0.75em;
    	padding-bottom: 0.75em;
    	margin-bottom: 0.625em;
    }
    
    #footnotes hr {
    	width: 20%;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 72.6K bytes
    - Viewed (0)
  6. pkg/scheduler/internal/queue/scheduling_queue.go

    	}
    	if err := p.activeQ.Add(pInfo); err != nil {
    		logger.Error(err, "Error adding pod to the active queue", "pod", klog.KObj(pInfo.Pod))
    		return false, err
    	}
    	return true, nil
    }
    
    // Add adds a pod to the active queue. It should be called only when a new pod
    // is added so there is no chance the pod is already in active/unschedulable/backoff queues
    func (p *PriorityQueue) Add(logger klog.Logger, pod *v1.Pod) error {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 61.4K bytes
    - Viewed (0)
  7. tests/query_test.go

    	userQuery := "SELECT .*users.*id.*users.*created_at.*users.*updated_at.*users.*deleted_at.*users.*name" +
    		".*users.*age.*users.*birthday.*users.*company_id.*users.*manager_id.*users.*active.* FROM .*users.* "
    
    	result := dryDB.Not(map[string]interface{}{"users.name": "jinzhu"}).Find(&User{})
    
    	if !regexp.MustCompile(userQuery + "WHERE .*users.*name.* <> .+").MatchString(result.Statement.SQL.String()) {
    Registered: Wed Jun 12 16:27:09 UTC 2024
    - Last Modified: Wed May 08 04:07:58 UTC 2024
    - 49.8K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/ssa/prove.go

    					removeBranch(parent, branch)
    					ft.restore()
    					break
    				}
    				// Otherwise, we can now commit to
    				// taking this branch. We'll restore
    				// ft when we unwind.
    			}
    
    			// Add inductive facts for phis in this block.
    			addLocalInductiveFacts(ft, node.block)
    
    			work = append(work, bp{
    				block: node.block,
    				state: simplify,
    			})
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:30:21 UTC 2024
    - 48.9K bytes
    - Viewed (0)
  9. src/internal/trace/order.go

    	return nil
    }
    
    // activeRange marks special range in time on the goroutine as active in the
    // initial generation, or confirms that it is indeed active in later generations.
    func (s *rangeState) activeRange(typ rangeType, isInitialGen bool) error {
    	if isInitialGen {
    		if s.hasRange(typ) {
    			return fmt.Errorf("found named active range already in first gen: %v", typ)
    		}
    		s.inFlight = append(s.inFlight, typ)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 03 14:56:25 UTC 2024
    - 52.4K bytes
    - Viewed (0)
  10. pkg/controller/volume/persistentvolume/pv_controller.go

    // potential data loss.
    //
    // This controller is designed to work in active-passive high availability
    // mode. It *could* work also in active-active HA mode, all the object
    // transitions are designed to cope with this, however performance could be
    // lower as these two active controllers will step on each other toes
    // frequently.
    //
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 08:42:31 UTC 2024
    - 89.2K bytes
    - Viewed (0)
Back to top