Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 38 for reason1 (0.2 sec)

  1. staging/src/k8s.io/api/extensions/v1beta1/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
    - 293.3K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/generated.pb.go

    	i -= len(m.FieldPath)
    	copy(dAtA[i:], m.FieldPath)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.FieldPath)))
    	i--
    	dAtA[i] = 0x2a
    	if m.Reason != nil {
    		i -= len(*m.Reason)
    		copy(dAtA[i:], *m.Reason)
    		i = encodeVarintGenerated(dAtA, i, uint64(len(*m.Reason)))
    		i--
    		dAtA[i] = 0x22
    	}
    	i -= len(m.MessageExpression)
    	copy(dAtA[i:], m.MessageExpression)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 248K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/core/v1/generated.proto

      optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastTransitionTime = 4;
    
      // reason is a unique, this should be a short, machine understandable string that gives the reason
      // for condition's last transition. If it reports "Resizing" that means the underlying
      // persistent volume is being resized.
      // +optional
      optional string reason = 5;
    
      // message is the human-readable message indicating details about last transition.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/generated.pb.go

    	i -= len(m.FieldPath)
    	copy(dAtA[i:], m.FieldPath)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.FieldPath)))
    	i--
    	dAtA[i] = 0x2a
    	if m.Reason != nil {
    		i -= len(*m.Reason)
    		copy(dAtA[i:], *m.Reason)
    		i = encodeVarintGenerated(dAtA, i, uint64(len(*m.Reason)))
    		i--
    		dAtA[i] = 0x22
    	}
    	i -= len(m.MessageExpression)
    	copy(dAtA[i:], m.MessageExpression)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 244.4K bytes
    - Viewed (0)
  5. pkg/apis/core/types.go

    	// Optional; this should be a short, machine understandable string that gives the reason
    	// for this event being generated. For example, if the event is reporting that a container
    	// can't start, the Reason might be "ImageNotFound".
    	// TODO: provide exact specification for format.
    	// +optional
    	Reason string
    
    	// Optional. A human-readable description of the status of this operation.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__batch__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: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apimachinery/pkg/apis/meta/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] = 0x32
    	i -= len(m.Reason)
    	copy(dAtA[i:], m.Reason)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.Reason)))
    	i--
    	dAtA[i] = 0x2a
    	{
    		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
    - 281.4K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.11.md

    * When Response is a `metav1.Status`, it is no longer copied into the audit.Event status. Only the "status", "reason" and "code" fields are set.  For example, when we run `kubectl get pods abc`, the API Server returns a status object:
    ```{"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"pods \"abc\" not found","reason":"NotFound","details":{"name":"abc","kind":"pods"},"code":404}```
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 328.4K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/validation_test.go

    									XValidations: apiextensions.ValidationRules{
    										{
    											Rule: "true",
    											Reason: func() *apiextensions.FieldValueErrorReason {
    												r := apiextensions.FieldValueRequired
    												return &r
    											}(),
    										},
    										{
    											Rule: "true",
    											Reason: func() *apiextensions.FieldValueErrorReason {
    												r := apiextensions.FieldValueInvalid
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 349.4K bytes
    - Viewed (0)
  10. src/net/http/h2_bundle.go

    // the Reason into the Framer's errDetail field, accessible via
    // the (*Framer).ErrorDetail method.
    type http2connError struct {
    	Code   http2ErrCode // the ConnectionError error code
    	Reason string       // additional reason
    }
    
    func (e http2connError) Error() string {
    	return fmt.Sprintf("http2: connection error: %v: %v", e.Code, e.Reason)
    }
    
    type http2pseudoHeaderError string
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
Back to top