Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 122 for message3 (0.23 sec)

  1. pkg/scheduler/schedule_one_test.go

    				LastTransitionTime: metav1.NewTime(time.Date(2020, 5, 12, 1, 1, 1, 1, time.UTC)),
    				Reason:             "newReason",
    				Message:            "newMessage",
    			},
    			expectedPatchRequests:    1,
    			expectedPatchDataPattern: `{"status":{"conditions":\[{"lastProbeTime":"2020-05-13T01:01:01Z","lastTransitionTime":".*","message":"newMessage","reason":"newReason","status":"newStatus","type":"newType"}]}}`,
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:20:55 UTC 2024
    - 128.1K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/networking/v1beta1/generated.pb.go

    	b = b[:cap(b)]
    	n, err := m.MarshalToSizedBuffer(b)
    	if err != nil {
    		return nil, err
    	}
    	return b[:n], nil
    }
    func (m *HTTPIngressPath) XXX_Merge(src proto.Message) {
    	xxx_messageInfo_HTTPIngressPath.Merge(m, src)
    }
    func (m *HTTPIngressPath) XXX_Size() int {
    	return m.Size()
    }
    func (m *HTTPIngressPath) XXX_DiscardUnknown() {
    	xxx_messageInfo_HTTPIngressPath.DiscardUnknown(m)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 101.4K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/batch/v1/generated.pb.go

    }
    
    func (m *JobCondition) MarshalToSizedBuffer(dAtA []byte) (int, error) {
    	i := len(dAtA)
    	_ = i
    	var l int
    	_ = 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
    	{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 20:49:09 UTC 2024
    - 133K bytes
    - Viewed (0)
  4. pkg/kubelet/kubelet_pods.go

    		}
    	}
    
    	if s.Phase == oldPodStatus.Phase {
    		// preserve the reason and message which is associated with the phase
    		s.Reason = oldPodStatus.Reason
    		s.Message = oldPodStatus.Message
    		if len(s.Reason) == 0 {
    			s.Reason = pod.Status.Reason
    		}
    		if len(s.Message) == 0 {
    			s.Message = pod.Status.Message
    		}
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 101.2K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

              "description": "Optional: Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. Cannot be updated.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/authorization/v1beta1/generated.pb.go

    	b = b[:cap(b)]
    	n, err := m.MarshalToSizedBuffer(b)
    	if err != nil {
    		return nil, err
    	}
    	return b[:n], nil
    }
    func (m *ExtraValue) XXX_Merge(src proto.Message) {
    	xxx_messageInfo_ExtraValue.Merge(m, src)
    }
    func (m *ExtraValue) XXX_Size() int {
    	return m.Size()
    }
    func (m *ExtraValue) XXX_DiscardUnknown() {
    	xxx_messageInfo_ExtraValue.DiscardUnknown(m)
    }
    
    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/kubelet_test.go

    	for _, s := range statuses {
    		assert.Equal(t, expectedState[s.Name], s.State, "%s: state", message)
    		assert.Equal(t, expectedLastTerminationState[s.Name], s.LastTerminationState, "%s: last terminated state", message)
    	}
    }
    
    // Test generateAPIPodStatus with different reason cache and old api pod status.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 106.9K bytes
    - Viewed (0)
  8. pkg/printers/internalversion/printers.go

    		Object: runtime.RawExtension{Object: obj},
    	}
    	status := "Unknown"
    	message := ""
    	error := ""
    	for _, condition := range obj.Conditions {
    		if condition.Type == api.ComponentHealthy {
    			if condition.Status == api.ConditionTrue {
    				status = "Healthy"
    			} else {
    				status = "Unhealthy"
    			}
    			message = condition.Message
    			error = condition.Error
    			break
    		}
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 128.3K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/authorization/v1/generated.pb.go

    	b = b[:cap(b)]
    	n, err := m.MarshalToSizedBuffer(b)
    	if err != nil {
    		return nil, err
    	}
    	return b[:n], nil
    }
    func (m *ExtraValue) XXX_Merge(src proto.Message) {
    	xxx_messageInfo_ExtraValue.Merge(m, src)
    }
    func (m *ExtraValue) XXX_Size() int {
    	return m.Size()
    }
    func (m *ExtraValue) XXX_DiscardUnknown() {
    	xxx_messageInfo_ExtraValue.DiscardUnknown(m)
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 100.9K bytes
    - Viewed (0)
  10. pkg/kubelet/kubelet.go

    // and updates the pod to the failed phase in the status manager.
    func (kl *Kubelet) rejectPod(pod *v1.Pod, reason, message string) {
    	kl.recorder.Eventf(pod, v1.EventTypeWarning, reason, message)
    	kl.statusManager.SetPodStatus(pod, v1.PodStatus{
    		Phase:   v1.PodFailed,
    		Reason:  reason,
    		Message: "Pod was rejected: " + message})
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
Back to top