Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 341 for statusB (0.31 sec)

  1. pkg/scheduler/framework/plugins/dynamicresources/dynamicresources.go

    	classParameters, status = pl.lookupClassParameters(logger, class)
    	if status != nil {
    		return
    	}
    	claimParameters, status = pl.lookupClaimParameters(logger, class, claim)
    	return
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 30 15:22:37 UTC 2024
    - 75.9K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/attributes/DependenciesAttributesIntegrationTest.groovy

            where:
            attributeValue | expectedVariant | expectedAttributes
            'c1'           | 'api'           | ['org.gradle.status': defaultStatus(), 'org.gradle.usage': 'java-api', 'org.gradle.libraryelements': 'jar', 'org.gradle.category': 'library', custom: 'c1']
            'c2'           | 'runtime'       | ['org.gradle.status': defaultStatus(), 'org.gradle.usage': 'java-runtime', 'org.gradle.libraryelements': 'jar', 'org.gradle.category': 'library', custom: 'c2']
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 13 02:13:52 UTC 2024
    - 49.5K bytes
    - Viewed (0)
  3. tensorflow/compiler/jit/encapsulate_subgraphs_pass.cc

      Status CopySubgraphNodes(
          absl::flat_hash_map<const Node*, Node*>* node_images);
    
      // Copies all nodes that aren't in a compiled subgraph to the output graph.
      Status CopyNodesToOutputGraph(
          Graph* graph_out, absl::flat_hash_map<const Node*, Node*>* node_images);
    
      // Adds function call nodes for each compiled subgraph.
      Status AddFunctionCallNodes(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 08:47:20 UTC 2024
    - 51K bytes
    - Viewed (0)
  4. plugin/pkg/admission/noderestriction/admission_test.go

    			err:        "cannot update labels through pod status",
    		},
    		{
    			name:       "forbid addition of pod status labels",
    			podsGetter: noExistingPods,
    			attributes: admission.NewAttributesRecord(coremypod, aLabeledPod, podKind, coremypod.Namespace, coremypod.Name, podResource, "status", admission.Update, &metav1.UpdateOptions{}, false, mynode),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 73.2K bytes
    - Viewed (0)
  5. pkg/controller/disruption/disruption_test.go

    	if disruptionsAllowed > 0 {
    		if cond.Status != metav1.ConditionTrue {
    			t.Fatalf("Expected condition %q to have status %q, but was %q",
    				policy.DisruptionAllowedCondition, metav1.ConditionTrue, cond.Status)
    		}
    	} else {
    		if cond.Status != metav1.ConditionFalse {
    			t.Fatalf("Expected condition %q to have status %q, but was %q",
    				policy.DisruptionAllowedCondition, metav1.ConditionFalse, cond.Status)
    		}
    	}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 50K bytes
    - Viewed (0)
  6. pkg/controller/cronjob/cronjob_controllerv2_test.go

    						cj.Status.Active = []v1.ObjectReference{*ref}
    					}
    					realCJ.Status.Active = []v1.ObjectReference{*ref}
    					if !tc.jobStillNotFoundInLister {
    						js = append(js, job)
    					}
    				} else {
    					job.Status.CompletionTime = &metav1.Time{Time: job.ObjectMeta.CreationTimestamp.Add(time.Second * 10)}
    					job.Status.Conditions = append(job.Status.Conditions, batchv1.JobCondition{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 70.8K bytes
    - Viewed (0)
  7. pkg/controller/endpointslice/endpointslice_controller_test.go

    					Status:     v1.NodeStatus{},
    				}
    				if nodeInfo.zoneLabel != nil {
    					node.Labels = map[string]string{v1.LabelTopologyZone: *nodeInfo.zoneLabel}
    				}
    				if nodeInfo.ready != nil {
    					status := v1.ConditionFalse
    					if *nodeInfo.ready {
    						status = v1.ConditionTrue
    					}
    					node.Status.Conditions = []v1.NodeCondition{{
    						Type:   v1.NodeReady,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 08:33:32 UTC 2024
    - 65.5K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/extensions/v1beta1/types.go

    	// +optional
    	Spec ScaleSpec `json:"spec,omitempty" protobuf:"bytes,2,opt,name=spec"`
    
    	// current status of the scale. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status. Read-only.
    	// +optional
    	Status ScaleStatus `json:"status,omitempty" protobuf:"bytes,3,opt,name=status"`
    }
    
    // +genclient
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:29 UTC 2023
    - 61.3K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/apps/v1/types.go

    	// +optional
    	Spec StatefulSetSpec `json:"spec,omitempty" protobuf:"bytes,2,opt,name=spec"`
    
    	// Status is the current status of Pods in this StatefulSet. This data
    	// may be out of date by some window of time.
    	// +optional
    	Status StatefulSetStatus `json:"status,omitempty" protobuf:"bytes,3,opt,name=status"`
    }
    
    // PodManagementPolicyType defines the policy for creating pods under a stateful set.
    // +enum
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 49.1K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/apps/v1beta2/types.go

    	// +optional
    	Spec ScaleSpec `json:"spec,omitempty" protobuf:"bytes,2,opt,name=spec"`
    
    	// current status of the scale. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status. Read-only.
    	// +optional
    	Status ScaleStatus `json:"status,omitempty" protobuf:"bytes,3,opt,name=status"`
    }
    
    // +genclient
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:24 UTC 2023
    - 52.2K bytes
    - Viewed (0)
Back to top