Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 29 for reasons (0.28 sec)

  1. pkg/apis/core/v1/zz_generated.conversion.go

    	out.ExitCode = in.ExitCode
    	out.Signal = in.Signal
    	out.Reason = in.Reason
    	out.Message = in.Message
    	out.StartedAt = in.StartedAt
    	out.FinishedAt = in.FinishedAt
    	out.ContainerID = in.ContainerID
    	return nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 472.1K bytes
    - Viewed (0)
  2. common-protos/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 "ResizeStarted" that means the underlying
      // persistent volume is being resized.
      // +optional
      optional string reason = 5;
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"lastTransitionTime": "lastTransitionTime is the time the condition transitioned from one status to another.",
    	"reason":             "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.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. doc/go_spec.html

    runes("白鵬翔")              // []rune{0x767d, 0x9d6c, 0x7fd4}
    
    []myRune("♫♬")              // []myRune{0x266b, 0x266c}
    []myRune(myString("🌐"))    // []myRune{0x1f310}
    </pre>
    </li>
    
    <li>
    Finally, for historical reasons, an integer value may be converted to a string type.
    This form of conversion yields a string containing the (possibly multi-byte) UTF-8
    representation of the Unicode code point with the given integer value.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (0)
  9. 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)
  10. 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)
Back to top