Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 221 for Gleason (0.13 sec)

  1. staging/src/k8s.io/api/events/v1/types.go

    	Action string `json:"action,omitempty" protobuf:"bytes,6,name=action"`
    
    	// reason is why the action was taken. It is human-readable.
    	// This field cannot be empty for new Events and it can have at most 128 characters.
    	Reason string `json:"reason,omitempty" protobuf:"bytes,7,name=reason"`
    
    	// regarding contains the object this Event is about. In most cases it's an Object reporting controller
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  2. istioctl/pkg/checkinject/checkinject.go

    			Name:     mwc.Name,
    			Revision: rev,
    			Injected: injected,
    			Reason:   reason,
    		})
    	}
    	sort.Slice(results, func(i, j int) bool {
    		return results[i].Name < results[j].Name
    	})
    	return results
    }
    
    func analyzeWebhooksMatchStatus(whs []admitv1.MutatingWebhook, podLabels, nsLabels map[string]string) (reason string, injected bool) {
    	for _, wh := range whs {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Apr 13 05:23:38 UTC 2024
    - 9.3K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/v1.30.0/admission.k8s.io.v1.AdmissionReview.json

            "remainingItemCount": 4
          },
          "status": "statusValue",
          "message": "messageValue",
          "reason": "reasonValue",
          "details": {
            "name": "nameValue",
            "group": "groupValue",
            "kind": "kindValue",
            "uid": "uidValue",
            "causes": [
              {
                "reason": "reasonValue",
                "message": "messageValue",
                "field": "fieldValue"
              }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/v1.30.0/admission.k8s.io.v1beta1.AdmissionReview.yaml

            message: messageValue
            reason: reasonValue
          group: groupValue
          kind: kindValue
          name: nameValue
          retryAfterSeconds: 5
          uid: uidValue
        message: messageValue
        metadata:
          continue: continueValue
          remainingItemCount: 4
          resourceVersion: resourceVersionValue
          selfLink: selfLinkValue
        reason: reasonValue
        status: statusValue
      uid: uidValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  5. platforms/core-configuration/declarative-dsl-core/src/test/kotlin/org/gradle/internal/declarativedsl/analysis/SubtypingTest.kt

            assertEquals(2, result.errors.size)
    
            result.errors.forEach { error ->
                assertNotNull(error)
                val reason = error.errorReason
                assertIs<ErrorReason.AssignmentTypeMismatch>(reason)
                assertEquals(NotASubtype::class.simpleName, (((reason.actual.ref as DataTypeRef.Type).dataType as DataClass).name as DefaultFqName).simpleName)
            }
        }
    
        @Test
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 10:08:02 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/v1.30.0/admission.k8s.io.v1.AdmissionReview.yaml

            message: messageValue
            reason: reasonValue
          group: groupValue
          kind: kindValue
          name: nameValue
          retryAfterSeconds: 5
          uid: uidValue
        message: messageValue
        metadata:
          continue: continueValue
          remainingItemCount: 4
          resourceVersion: resourceVersionValue
          selfLink: selfLinkValue
        reason: reasonValue
        status: statusValue
      uid: uidValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  7. platforms/core-configuration/configuration-cache/src/main/kotlin/org/gradle/internal/cc/impl/fingerprint/ConfigurationCacheFingerprint.kt

            val expireAt: Long
        ) : ConfigurationCacheFingerprint() {
            abstract val reason: String
        }
    
        class DynamicDependencyVersion(
            val displayName: String,
            expireAt: Long
        ) : ChangingDependencyResolutionValue(expireAt) {
            override val reason: String
                get() = "cached version information for $displayName has expired"
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 4.8K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/v1.30.0/admissionregistration.k8s.io.v1alpha1.ValidatingAdmissionPolicy.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/v1.30.0/admissionregistration.k8s.io.v1alpha1.ValidatingAdmissionPolicy.yaml

      - expression: expressionValue
        message: messageValue
        messageExpression: messageExpressionValue
        reason: reasonValue
      variables:
      - expression: expressionValue
        name: nameValue
    status:
      conditions:
      - lastTransitionTime: "2004-01-01T01:01:01Z"
        message: messageValue
        observedGeneration: 3
        reason: reasonValue
        status: statusValue
        type: typeValue
      observedGeneration: 1
      typeChecking:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/v1.30.0/admissionregistration.k8s.io.v1beta1.ValidatingAdmissionPolicy.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 3.9K bytes
    - Viewed (0)
Back to top