Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 59 for REPORT (0.19 sec)

  1. pkg/kubelet/eviction/eviction_manager_test.go

    					t.Fatalf("Manager should report error but did not")
    				} else if tc.expectErr != "" && synchErr != nil {
    					if diff := cmp.Diff(tc.expectErr, synchErr.Error()); diff != "" {
    						t.Errorf("Unexpected error (-want,+got):\n%s", diff)
    					}
    				} else {
    					// verify manager detected disk pressure
    					if !manager.IsUnderDiskPressure() {
    						t.Fatalf("Manager should report disk pressure")
    					}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 15 23:14:12 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  2. pkg/kubelet/kubelet_node_status_test.go

    	}
    
    	// TODO(random-liu): Refactor the unit test to be table driven test.
    	// Should report kubelet not ready if the runtime check is out of date
    	clock.SetTime(time.Now().Add(-maxWaitForContainerRuntime))
    	kubelet.updateRuntimeUp()
    	checkNodeStatus(v1.ConditionFalse, "KubeletNotReady")
    
    	// Should report kubelet ready if the runtime check is updated
    	clock.SetTime(time.Now())
    	kubelet.updateRuntimeUp()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 08 19:23:19 UTC 2024
    - 115.8K bytes
    - Viewed (0)
  3. subprojects/diagnostics/src/integTest/groovy/org/gradle/api/tasks/diagnostics/DependencyInsightReportTaskIntegrationTest.groovy

                }
            """
    
            when:
            def failure = runAndFail("dependencyInsight", "--dependency", "unknown")
    
            then:
            failure.assertHasCause("Dependency insight report cannot be generated because the input configuration was not specified.")
        }
    
        def "indicates that requested dependency cannot be found for default configuration"() {
            given:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 08 15:15:56 UTC 2024
    - 102.3K bytes
    - Viewed (0)
  4. api/maven-api-model/src/main/mdo/maven.mdo

         * @see org.apache.maven.model.ReportPlugin#getKey()
         */
        public java.util.Map<String, ReportPlugin> getReportPluginsAsMap() {
            return getPlugins().stream().collect(Collectors.toMap(report -> report.getKey(), report -> report));
        }
                ]]>
              </code>
            </codeSegment>
          </codeSegments>
        </class>
        <!-- Profile support -->
        <class>
          <name>Profile</name>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Apr 23 13:29:46 UTC 2024
    - 115.1K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-param-util-generated.h

              << "from different generators." << std::endl;
          const Iterator* typed_other =
              CheckedDowncastToActualType<const Iterator>(&other);
          // We must report iterators equal if they both point beyond their
          // respective ranges. That can happen in a variety of fashions,
          // so we have to consult AtEnd().
          return (AtEnd() && typed_other->AtEnd()) ||
             (
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 187.7K bytes
    - Viewed (0)
  6. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-param-util-generated.h

              << "from different generators." << std::endl;
          const Iterator* typed_other =
              CheckedDowncastToActualType<const Iterator>(&other);
          // We must report iterators equal if they both point beyond their
          // respective ranges. That can happen in a variety of fashions,
          // so we have to consult AtEnd().
          return (AtEnd() && typed_other->AtEnd()) ||
             (
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 187.7K bytes
    - Viewed (0)
  7. src/cmd/go/alldocs.go

    //	vcs             controlling version control with GOVCS
    //
    // Use "go help <topic>" for more information about that topic.
    //
    // # Start a bug report
    //
    // Usage:
    //
    //	go bug
    //
    // Bug opens the default browser and starts a new bug report.
    // The report includes useful system information.
    //
    // # Compile packages and dependencies
    //
    // Usage:
    //
    //	go build [-o output] [build flags] [packages]
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  8. src/cmd/go/internal/load/pkg.go

    			p.Dir = nogoErr.Dir
    		}
    		err = &NoGoError{Package: p}
    	}
    
    	// Take only the first error from a scanner.ErrorList. PackageError only
    	// has room for one position, so we report the first error with a position
    	// instead of all of the errors without a position.
    	var pos string
    	var isScanErr bool
    	if scanErr, ok := err.(scanner.ErrorList); ok && len(scanErr) > 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 28 17:00:51 UTC 2024
    - 120K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__events.k8s.io__v1_openapi.json

                "type": "string"
              }
            },
            "type": "object",
            "x-kubernetes-map-type": "atomic"
          },
          "io.k8s.api.events.v1.Event": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 142.7K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__internal.apiserver.k8s.io__v1alpha1_openapi.json

                    "$ref": "#/components/schemas/io.k8s.api.apiserverinternal.v1alpha1.StorageVersionStatus"
                  }
                ],
                "default": {},
                "description": "API server instances report the version they can decode and the version they encode objects to when persisting objects in the backend."
              }
            },
            "required": [
              "spec",
              "status"
            ],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 133.2K bytes
    - Viewed (0)
Back to top