Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 65 for REPORT (0.28 sec)

  1. staging/src/k8s.io/apimachinery/pkg/watch/watch.go

    */
    
    package watch
    
    import (
    	"fmt"
    	"sync"
    
    	"k8s.io/klog/v2"
    
    	"k8s.io/apimachinery/pkg/runtime"
    )
    
    // Interface can be implemented by anything that knows how to watch and report changes.
    type Interface interface {
    	// Stop tells the producer that the consumer is done watching, so the
    	// producer should stop sending events and close the result channel. The
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 20:06:22 UTC 2024
    - 8.1K bytes
    - Viewed (1)
  2. .teamcity/subprojects.json

        "path": "platforms/jvm/plugins-jvm-test-suite",
        "unitTests": false,
        "functionalTests": true,
        "crossVersionTests": false
      },
      {
        "name": "plugins-test-report-aggregation",
        "path": "platforms/jvm/plugins-test-report-aggregation",
        "unitTests": false,
        "functionalTests": true,
        "crossVersionTests": false
      },
      {
        "name": "plugins-version-catalog",
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 31.7K bytes
    - Viewed (0)
  3. pilot/pkg/config/kube/gateway/conversion.go

    			if override, ok := obj.Annotations[addressTypeOverride]; ok {
    				wantAddressType = k8s.AddressType(override)
    			}
    			// There are no external addresses, so report the internal ones
    			// TODO: should we always report both?
    			if wantAddressType == k8s.IPAddressType {
    				addressesToReport = internalIP
    			} else {
    				for _, hostport := range internal {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 84.7K bytes
    - Viewed (0)
  4. 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)
  5. settings.gradle.kts

        subproject("plugins-java")
        subproject("plugins-java-base")
        subproject("plugins-java-library")
        subproject("plugins-jvm-test-fixtures")
        subproject("plugins-jvm-test-suite")
        subproject("plugins-test-report-aggregation")
        subproject("scala")
        subproject("testing-jvm")
        subproject("testing-jvm-infrastructure")
        subproject("testing-junit-platform")
        subproject("war")
    }
    
    // Extensibility Platform
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:14 UTC 2024
    - 16.4K bytes
    - Viewed (0)
  6. pilot/pkg/networking/core/listener_inbound.go

    func reportInboundConflict(lb *ListenerBuilder, old inboundChainConfig, cc inboundChainConfig) {
    	// If the protocols and service do not match, we have a real conflict. For example, one Service may
    	// define TCP and the other HTTP. Report this up to the user.
    	if old.port.Protocol != cc.port.Protocol && old.telemetryMetadata.InstanceHostname != cc.telemetryMetadata.InstanceHostname {
    		lb.push.AddMetric(model.ProxyStatusConflictInboundListener, lb.node.ID, lb.node.ID,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 35.1K bytes
    - Viewed (0)
  7. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheBuildServiceIntegrationTest.groovy

            problems.assertFailureHasProblems(failure) {
                totalProblemsCount = 1
                // TODO(mlopatkin): Is it possible to figure out a correct location? Report falls back to "Gradle runtime"
                withProblem("Unknown location: " +
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 11:47:23 UTC 2024
    - 29.1K bytes
    - Viewed (0)
  8. cmd/object-api-datatypes.go

    	// Add your own backend.
    )
    
    // StorageInfo - represents total capacity of underlying storage.
    type StorageInfo = madmin.StorageInfo
    
    // objectHistogramInterval is an interval that will be
    // used to report the histogram of objects data sizes
    type objectHistogramInterval struct {
    	name       string
    	start, end int64
    }
    
    const (
    	// dataUsageBucketLenV1 must be length of ObjectsHistogramIntervalsV1
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:31:51 UTC 2024
    - 20.9K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.27.md

    - E2e framework: added `--report-complete-ginkgo` and `--report-complete-junit` parameters. They work like `ginkgo --json-report <report dir>/ginkgo/report.json --junit-report <report dir>/ginkgo/report.xml`. ([#115678](https://github.com/kubernetes/kubernetes/pull/115678), [@pohly](https://github.com/pohly)) [SIG Testing]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:01:06 UTC 2024
    - 455.3K bytes
    - Viewed (0)
  10. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.api.internal.tasks.testing.report.AllTestResults> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (AllTestResults.java:0)
    Class <org.gradle.api.internal.tasks.testing.report.ClassPageRenderer$1> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (ClassPageRenderer.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 967.9K bytes
    - Viewed (0)
Back to top