Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 88 for REASON (0.18 sec)

  1. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1beta1_openapi.json

                "type": "string"
              },
              "reason": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 235.7K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__node.k8s.io__v1_openapi.json

                  }
                ],
                "description": "Extended data associated with the reason.  Each reason may define its own extended details. This field is optional and the data returned is not guaranteed to conform to any schema except that defined by the reason type.",
                "x-kubernetes-list-type": "atomic"
              },
              "kind": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 122.9K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__networking.k8s.io__v1alpha1_openapi.json

                "format": "int64",
                "type": "integer"
              },
              "reason": {
                "default": "",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 196.5K bytes
    - Viewed (0)
  4. src/crypto/x509/verify_test.go

    	}
    }
    
    func expectExpired(t *testing.T, err error) {
    	if inval, ok := err.(CertificateInvalidError); !ok || inval.Reason != Expired {
    		t.Fatalf("error was not Expired: %v", err)
    	}
    }
    
    func expectUsageError(t *testing.T, err error) {
    	if inval, ok := err.(CertificateInvalidError); !ok || inval.Reason != IncompatibleUsage {
    		t.Fatalf("error was not IncompatibleUsage: %v", err)
    	}
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 110.2K bytes
    - Viewed (0)
  5. tests/integration/pilot/common/routing.go

    					reason: "", // TODO: is this a bug or WAI?
    				},
    			})
    			t.RunTraffic(TrafficTestCase{
    				name:   "http cookie with ttl" + c.Config().Service,
    				config: svc + tmpl.MustEvaluate(cookieWithTTLDest, ""),
    				call:   c.CallOrFail,
    				opts:   cookieCallOpts,
    				skip: skip{
    					skip:   true,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 21:52:51 UTC 2024
    - 135.9K bytes
    - Viewed (0)
  6. pkg/scheduler/internal/queue/scheduling_queue_test.go

    		Type:    v1.PodScheduled,
    		Status:  v1.ConditionFalse,
    		Reason:  v1.PodReasonUnschedulable,
    		Message: "fake scheduling failure",
    	})
    
    	// Update pod condition to midPod.
    	podutil.UpdatePodCondition(&midPod.Status, &v1.PodCondition{
    		Type:    v1.PodScheduled,
    		Status:  v1.ConditionFalse,
    		Reason:  v1.PodReasonUnschedulable,
    		Message: "fake scheduling failure",
    	})
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/admissionregistration/v1beta1/generated.pb.go

    	copy(dAtA[i:], m.MessageExpression)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.MessageExpression)))
    	i--
    	dAtA[i] = 0x22
    	if m.Reason != nil {
    		i -= len(*m.Reason)
    		copy(dAtA[i:], *m.Reason)
    		i = encodeVarintGenerated(dAtA, i, uint64(len(*m.Reason)))
    		i--
    		dAtA[i] = 0x1a
    	}
    	i -= len(m.Message)
    	copy(dAtA[i:], m.Message)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.Message)))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 187.9K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/autoscaling/v2beta1/generated.pb.go

    	_ = l
    	i -= len(m.Message)
    	copy(dAtA[i:], m.Message)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.Message)))
    	i--
    	dAtA[i] = 0x2a
    	i -= len(m.Reason)
    	copy(dAtA[i:], m.Reason)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.Reason)))
    	i--
    	dAtA[i] = 0x22
    	{
    		size, err := m.LastTransitionTime.MarshalToSizedBuffer(dAtA[:i])
    		if err != nil {
    			return 0, err
    		}
    		i -= size
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 142.9K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/validation_test.go

    							Rule:      `self.field2 != "value2"`,
    							Reason:    ptr.To(apiextensions.FieldValueDuplicate),
    							FieldPath: ".field2",
    						},
    						{
    							Rule:      `self.field3 != "value3"`,
    							Reason:    ptr.To(apiextensions.FieldValueRequired),
    							FieldPath: ".field3",
    						},
    						{
    							Rule:      `self.field1 != "value1"`,
    							Reason:    ptr.To(apiextensions.FieldValueForbidden),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 17:14:10 UTC 2024
    - 159.9K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/autoscaling/v1/generated.pb.go

    	_ = l
    	i -= len(m.Message)
    	copy(dAtA[i:], m.Message)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.Message)))
    	i--
    	dAtA[i] = 0x2a
    	i -= len(m.Reason)
    	copy(dAtA[i:], m.Reason)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.Reason)))
    	i--
    	dAtA[i] = 0x22
    	{
    		size, err := m.LastTransitionTime.MarshalToSizedBuffer(dAtA[:i])
    		if err != nil {
    			return 0, err
    		}
    		i -= size
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 153K bytes
    - Viewed (0)
Back to top