Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 183 for reason2 (2.59 sec)

  1. platforms/core-configuration/file-collections/src/test/groovy/org/gradle/api/internal/file/collections/DefaultConfigurableFileCollectionSpec.groovy

            when:
            collection.files
    
            then:
            def e = thrown(IllegalStateException)
            e.message == "Cannot query the value of <display> because <reason>."
    
            and:
            1 * host.beforeRead(null) >> "<reason>"
            0 * _
    
            when:
            def result = collection.files
    
            then:
            result == [file] as Set
    
            and:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 18 17:09:50 UTC 2024
    - 53K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/resolveengine/graph/builder/NodeState.java

            @Override
            public boolean isTransitive() {
                return false;
            }
    
            @Override
            public DependencyMetadata withReason(String reason) {
                return makeNonTransitive(dependencyMetadata.withReason(reason));
            }
    
            @Override
            public String toString() {
                return "Non transitive dependency for external variant " + dependencyMetadata;
            }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 14:19:34 UTC 2024
    - 58.9K bytes
    - Viewed (0)
  3. tensorflow/compiler/jit/mark_for_compilation_pass.cc

        return true;
      }
    
      string EdgeContractionFailureMsg(Cluster* from, Cluster* to,
                                       absl::string_view reason) {
        return absl::StrCat("Could not contract ", from->DebugString(*graph_),
                            " -> ", to->DebugString(*graph_), " because ", reason,
                            ".");
      }
    
      DebugOptions debug_options_;
      Graph* graph_;
      uint64 graph_fingerprint_;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 12:19:41 UTC 2024
    - 85.3K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1beta1.StatefulSet.json

                  "type": "typeValue",
                  "status": "statusValue",
                  "lastProbeTime": "2003-01-01T01:01:01Z",
                  "lastTransitionTime": "2004-01-01T01:01:01Z",
                  "reason": "reasonValue",
                  "message": "messageValue"
                }
              ],
              "allocatedResources": {
                "allocatedResourcesKey": "0"
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 58.2K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/admissionregistration/v1beta1/types.go

    	Message string `json:"message,omitempty" protobuf:"bytes,2,opt,name=message"`
    	// Reason represents a machine-readable description of why this validation failed.
    	// If this is the first validation in the list to fail, this reason, as well as the
    	// corresponding HTTP response code, are used in the
    	// HTTP response to the client.
    	// The currently supported reasons are: "Unauthorized", "Forbidden", "Invalid", "RequestEntityTooLarge".
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 29 20:14:19 UTC 2024
    - 60.6K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/v1.29.0/apps.v1beta1.StatefulSet.json

                  "type": "typeValue",
                  "status": "statusValue",
                  "lastProbeTime": "2003-01-01T01:01:01Z",
                  "lastTransitionTime": "2004-01-01T01:01:01Z",
                  "reason": "reasonValue",
                  "message": "messageValue"
                }
              ],
              "allocatedResources": {
                "allocatedResourcesKey": "0"
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 57.4K bytes
    - Viewed (0)
  7. pkg/kubelet/eviction/helpers.go

    	kubetypes "k8s.io/kubernetes/pkg/kubelet/types"
    	volumeutils "k8s.io/kubernetes/pkg/volume/util"
    )
    
    const (
    	unsupportedEvictionSignal = "unsupported eviction signal %v"
    	// Reason is the reason reported back in status.
    	Reason = "Evicted"
    	// nodeLowMessageFmt is the message for evictions due to resource pressure.
    	nodeLowMessageFmt = "The node was low on resource: %v. "
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 01 18:46:33 UTC 2023
    - 53.6K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/HEAD/apps.v1beta1.StatefulSet.json

                  "type": "typeValue",
                  "status": "statusValue",
                  "lastProbeTime": "2003-01-01T01:01:01Z",
                  "lastTransitionTime": "2004-01-01T01:01:01Z",
                  "reason": "reasonValue",
                  "message": "messageValue"
                }
              ],
              "allocatedResources": {
                "allocatedResourcesKey": "0"
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 58.3K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/v1.29.0/apps.v1beta2.StatefulSet.json

                  "type": "typeValue",
                  "status": "statusValue",
                  "lastProbeTime": "2003-01-01T01:01:01Z",
                  "lastTransitionTime": "2004-01-01T01:01:01Z",
                  "reason": "reasonValue",
                  "message": "messageValue"
                }
              ],
              "allocatedResources": {
                "allocatedResourcesKey": "0"
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 57.4K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1.StatefulSet.json

                  "type": "typeValue",
                  "status": "statusValue",
                  "lastProbeTime": "2003-01-01T01:01:01Z",
                  "lastTransitionTime": "2004-01-01T01:01:01Z",
                  "reason": "reasonValue",
                  "message": "messageValue"
                }
              ],
              "allocatedResources": {
                "allocatedResourcesKey": "0"
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 58.2K bytes
    - Viewed (0)
Back to top