Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 93 for _reasonx (0.22 sec)

  1. staging/src/k8s.io/api/flowcontrol/v1beta2/generated.pb.go

    	var l int
    	_ = 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
    - 142K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

            },
            "message": {
              "description": "A human readable message indicating details about the transition.",
              "type": "string"
            },
            "reason": {
              "description": "The reason for the condition's last transition.",
              "type": "string"
            },
            "status": {
              "description": "Status of the condition, one of True, False, Unknown.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/apps/v1beta1/generated.pb.go

    	dAtA[i] = 0x32
    	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
    	i -= len(m.Status)
    	copy(dAtA[i:], m.Status)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.Status)))
    	i--
    	dAtA[i] = 0x12
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 169.2K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/admissionregistration/v1alpha1/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
    - 117.9K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/authorization/v1/generated.pb.go

    	i -= len(m.EvaluationError)
    	copy(dAtA[i:], m.EvaluationError)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.EvaluationError)))
    	i--
    	dAtA[i] = 0x1a
    	i -= len(m.Reason)
    	copy(dAtA[i:], m.Reason)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.Reason)))
    	i--
    	dAtA[i] = 0x12
    	i--
    	if m.Allowed {
    		dAtA[i] = 1
    	} else {
    		dAtA[i] = 0
    	}
    	i--
    	dAtA[i] = 0x8
    	return len(dAtA) - i, nil
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 100.9K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/authorization/v1beta1/generated.pb.go

    	i -= len(m.EvaluationError)
    	copy(dAtA[i:], m.EvaluationError)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.EvaluationError)))
    	i--
    	dAtA[i] = 0x1a
    	i -= len(m.Reason)
    	copy(dAtA[i:], m.Reason)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.Reason)))
    	i--
    	dAtA[i] = 0x12
    	i--
    	if m.Allowed {
    		dAtA[i] = 1
    	} else {
    		dAtA[i] = 0
    	}
    	i--
    	dAtA[i] = 0x8
    	return len(dAtA) - i, nil
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 101K bytes
    - Viewed (0)
  7. pkg/kubelet/eviction/eviction_manager_test.go

    			wantPodStatus: v1.PodStatus{
    				Phase:   v1.PodFailed,
    				Reason:  "Evicted",
    				Message: "The node was low on resource: memory. Threshold quantity: 2Gi, available: 1500Mi. ",
    			},
    		},
    		"eviction due to memory pressure; image fs": {
    			wantPodStatus: v1.PodStatus{
    				Phase:   v1.PodFailed,
    				Reason:  "Evicted",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 15 23:14:12 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  8. 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)
  9. 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)
  10. 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)
Back to top