Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 553 for Rejected (0.18 sec)

  1. pkg/xds/monitoring.go

    		"pilot_xds_lds_reject",
    		"Pilot rejected LDS.",
    	)
    
    	// pilot_total_xds_rejects should be used instead. This is for backwards compatibility
    	rdsReject = monitoring.NewGauge(
    		"pilot_xds_rds_reject",
    		"Pilot rejected RDS.",
    	)
    
    	totalXDSRejects = monitoring.NewSum(
    		"pilot_total_xds_rejects",
    		"Total number of XDS responses from pilot rejected by proxy.",
    	)
    
    	ResponseWriteTimeouts = monitoring.NewSum(
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 00:26:45 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/ivyservice/resolveengine/graph/selectors/TestComponentResolutionState.java

        @Override
        public void addCause(ComponentSelectionDescriptorInternal componentSelectionDescriptor) {
        }
    
        @Override
        public void reject() {
            rejected = true;
        }
    
        @Override
        public boolean isRejected() {
            return rejected;
        }
    
        @Override
        public Set<VirtualPlatformState> getPlatformOwners() {
            return Collections.emptySet();
        }
    
        @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 02:21:08 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/resolveengine/graph/builder/ComponentState.java

        }
    
        @Override
        public void reject() {
            this.rejected = true;
        }
    
        public void rejectForCapabilityConflict(Capability capability, Collection<NodeState> conflictedNodes) {
            this.rejected = true;
            if (this.capabilityReject == null) {
                this.capabilityReject = Pair.of(capability, conflictedNodes);
            } else {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 02:21:08 UTC 2024
    - 17K bytes
    - Viewed (0)
  4. pkg/webhooks/validation/controller/controller.go

    		}
    	}
    }
    
    func (c *Controller) readyForFailClose() bool {
    	if !c.dryRunOfInvalidConfigRejected {
    		if rejected, reason := c.isDryRunOfInvalidConfigRejected(); !rejected {
    			scope.Infof("Not ready to switch validation to fail-closed: %v", reason)
    			return false
    		}
    		scope.Info("Endpoint successfully rejected invalid config. Switching to fail-close.")
    		c.dryRunOfInvalidConfigRejected = true
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 16:52:19 UTC 2024
    - 11.3K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/DefaultVersionedComponentChooserTest.groovy

                if (selection.candidate.version != '1.3') {
                    selection.reject("rejected")
                }
            })
            1 * selectedComponentResult.getContentFilter() >> null
            1 * selectedComponentResult.notMatched(c.id, _)
            1 * selectedComponentResult.rejectedByRule({it.id == d.id}) // 1.2 won't be rejected because of latest first sorting
            1 * selectedComponentResult.matches(b.id)
            0 * _
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 15 17:38:42 UTC 2024
    - 17.1K bytes
    - Viewed (0)
  6. pkg/scheduler/framework/interface.go

    	// plugins are used to prevent or delay the binding of a Pod. A permit plugin
    	// must return success or wait with timeout duration, or the pod will be rejected.
    	// The pod will also be rejected if the wait timeout or the pod is rejected while
    	// waiting. Note that if the plugin returns "wait", the framework will wait only
    	// after running the remaining plugins given that no other plugin rejects the pod.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 31 15:52:16 UTC 2024
    - 35.4K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/mutating/dispatcher.go

    			default:
    				rejected = true
    				admissionmetrics.Metrics.ObserveWebhookRejection(ctx, hook.Name, "admit", string(versionedAttr.Attributes.GetOperation()), admissionmetrics.WebhookRejectionAPIServerInternalError, 0)
    				admissionmetrics.Metrics.ObserveWebhook(ctx, hook.Name, time.Since(t), rejected, versionedAttr.Attributes, "admit", 0)
    			}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 08:48:22 UTC 2024
    - 19.6K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apimachinery/pkg/runtime/serializer/cbor/internal/modes/decode_test.go

    				}
    			},
    			fixme: "NaN and positive/negative infinities should be rejected",
    		},
    		{
    			name: "single precision infinity",
    			in:   hex("fa7f800000"),
    			assertOnError: func(t *testing.T, e error) {
    				if e == nil {
    					t.Fatal("expected non-nil error")
    				}
    			},
    			fixme: "NaN and positive/negative infinities should be rejected",
    		},
    		{
    			name: "double precision infinity",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 22 18:43:10 UTC 2024
    - 25.6K bytes
    - Viewed (0)
  9. subprojects/diagnostics/src/integTest/groovy/org/gradle/api/tasks/diagnostics/DependencyInsightReportTaskIntegrationTest.groovy

        | org.gradle.usage           | java-runtime |           |
       Selection reasons:
          - Forced
          - Selected by rule
          - Selected by rule: RULE 2
          - Selected by rule: SUBSTITUTION 1
          - Selected by rule: SUBSTITUTION 2
          - Selected by rule: SUBSTITUTION 3
    
    org:foo:1.0 -> org:bar:2.0
    \\--- conf
    """
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 08 15:15:56 UTC 2024
    - 102.3K bytes
    - Viewed (0)
  10. cmd/metrics-v3-api.go

    var (
    	apiRejectedAuthTotalMD = NewCounterMD(apiRejectedAuthTotal,
    		"Total number of requests rejected for auth failure", "type")
    	apiRejectedHeaderTotalMD = NewCounterMD(apiRejectedHeaderTotal,
    		"Total number of requests rejected for invalid header", "type")
    	apiRejectedTimestampTotalMD = NewCounterMD(apiRejectedTimestampTotal,
    		"Total number of requests rejected for invalid timestamp", "type")
    	apiRejectedInvalidTotalMD = NewCounterMD(apiRejectedInvalidTotal,
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu May 23 07:41:18 UTC 2024
    - 9.2K bytes
    - Viewed (0)
Back to top