Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 182 for Gleason (0.16 sec)

  1. staging/src/k8s.io/api/testdata/v1.29.0/core.v1.ReplicationController.json

        "observedGeneration": 3,
        "conditions": [
          {
            "type": "typeValue",
            "status": "statusValue",
            "lastTransitionTime": "2003-01-01T01:01:01Z",
            "reason": "reasonValue",
            "message": "messageValue"
          }
        ]
      }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 53.1K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/admissionregistration/v1beta1/generated.proto

      // If unset, the message is "failed Expression: {Expression}".
      // +optional
      optional string message = 2;
    
      // 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.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 50.4K bytes
    - Viewed (0)
  3. src/crypto/tls/common.go

    		// it. This key with the DEPRECATED prefix isn't used as an actual
    		// session ticket key, and is only randomized in case the application
    		// reuses it for some reason.
    		copy(c.SessionTicketKey[:], deprecatedSessionTicketKey)
    	} else if !bytes.HasPrefix(c.SessionTicketKey[:], deprecatedSessionTicketKey) && len(c.sessionTicketKeys) == 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 59.1K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/admissionregistration/v1/generated.proto

      // If unset, the message is "failed Expression: {Expression}".
      // +optional
      optional string message = 2;
    
      // 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.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/v1.30.0/batch.v1.Job.json

        "conditions": [
          {
            "type": "typeValue",
            "status": "statusValue",
            "lastProbeTime": "2003-01-01T01:01:01Z",
            "lastTransitionTime": "2004-01-01T01:01:01Z",
            "reason": "reasonValue",
            "message": "messageValue"
          }
        ],
        "startTime": "2002-01-01T01:01:01Z",
        "completionTime": "2003-01-01T01:01:01Z",
        "active": 4,
        "succeeded": 5,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 55.3K bytes
    - Viewed (0)
  6. pkg/controller/replicaset/replica_set_test.go

    		return apps.ReplicaSetCondition{
    			Type:   imagePullBackOff,
    			Status: v1.ConditionTrue,
    			Reason: "NonExistentImage",
    		}
    	}
    
    	condReplicaFailure = func() apps.ReplicaSetCondition {
    		return apps.ReplicaSetCondition{
    			Type:   apps.ReplicaSetReplicaFailure,
    			Status: v1.ConditionTrue,
    			Reason: "OtherFailure",
    		}
    	}
    
    	condReplicaFailure2 = func() apps.ReplicaSetCondition {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 69.2K bytes
    - Viewed (0)
  7. pkg/controller/volume/attachdetach/reconciler/reconciler_test.go

    	return wait.ExponentialBackoff(backoff, fn)
    }
    
    // verifies the force detach metric with reason
    func testForceDetachMetric(t *testing.T, inputForceDetachMetricCounter int, reason string) {
    	t.Helper()
    
    	actualForceDetachMericCounter, err := metricstestutil.GetCounterMetricValue(metrics.ForceDetachMetricCounter.WithLabelValues(reason))
    	if err != nil {
    		t.Errorf("Error getting actualForceDetachMericCounter")
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 07:00:14 UTC 2024
    - 72.8K bytes
    - Viewed (0)
  8. cmd/object-api-listobjects_test.go

    				t.Errorf("Test %d: %s: Expected to fail with <ERROR> \"%s\", but passed instead", i+1, instanceType, testCase.err.Error())
    			}
    			// Failed as expected, but does it fail for the expected reason.
    			if err != nil && !testCase.shouldPass {
    				if !strings.Contains(err.Error(), testCase.err.Error()) {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed May 01 11:07:40 UTC 2024
    - 73.1K bytes
    - Viewed (0)
  9. src/internal/trace/order.go

    		// Goroutine blocked. It's waiting now and not running on this M.
    		curGState.status = go122.GoWaiting
    
    		// Emit a GoBlock event.
    		// TODO(mknyszek): Emit a reason.
    		o.queue.push(makeEvent(evt, curCtx, go122.EvGoBlock, ev.time, 0 /* no reason */, 0 /* no stack */))
    	case go122.EvGoSwitchDestroy:
    		// This goroutine is exiting itself.
    		delete(o.gStates, curCtx.G)
    
    		// Emit a GoDestroy event.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 03 14:56:25 UTC 2024
    - 52.4K bytes
    - Viewed (0)
  10. maven-model-builder/src/main/java/org/apache/maven/model/building/DefaultModelBuilder.java

                return ((DefaultModelProblemCollector) problems).hasErrors();
            } else {
                // the default execution path only knows the DefaultModelProblemCollector,
                // only reason it's not in signature is because it's package private
                throw new IllegalStateException();
            }
        }
    
        protected boolean hasFatalErrors(ModelProblemCollectorExt problems) {
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue May 21 09:54:32 UTC 2024
    - 82.9K bytes
    - Viewed (0)
Back to top