Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for CarpCondition (0.17 sec)

  1. staging/src/k8s.io/apimachinery/pkg/apis/testapigroup/v1/zz_generated.conversion.go

    	}
    	if err := s.AddGeneratedConversionFunc((*CarpCondition)(nil), (*testapigroup.CarpCondition)(nil), func(a, b interface{}, scope conversion.Scope) error {
    		return Convert_v1_CarpCondition_To_testapigroup_CarpCondition(a.(*CarpCondition), b.(*testapigroup.CarpCondition), scope)
    	}); err != nil {
    		return err
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 11.4K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apimachinery/pkg/apis/testapigroup/v1/zz_generated.deepcopy.go

    func (in *CarpCondition) DeepCopyInto(out *CarpCondition) {
    	*out = *in
    	in.LastProbeTime.DeepCopyInto(&out.LastProbeTime)
    	in.LastTransitionTime.DeepCopyInto(&out.LastTransitionTime)
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CarpCondition.
    func (in *CarpCondition) DeepCopy() *CarpCondition {
    	if in == nil {
    		return nil
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 4.5K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apimachinery/pkg/apis/testapigroup/zz_generated.deepcopy.go

    func (in *CarpCondition) DeepCopyInto(out *CarpCondition) {
    	*out = *in
    	in.LastProbeTime.DeepCopyInto(&out.LastProbeTime)
    	in.LastTransitionTime.DeepCopyInto(&out.LastTransitionTime)
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CarpCondition.
    func (in *CarpCondition) DeepCopy() *CarpCondition {
    	if in == nil {
    		return nil
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 4.5K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apimachinery/pkg/apis/testapigroup/v1/generated.pb.go

    }
    
    var xxx_messageInfo_Carp proto.InternalMessageInfo
    
    func (m *CarpCondition) Reset()      { *m = CarpCondition{} }
    func (*CarpCondition) ProtoMessage() {}
    func (*CarpCondition) Descriptor() ([]byte, []int) {
    	return fileDescriptor_83e19b543dd132db, []int{1}
    }
    func (m *CarpCondition) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *CarpCondition) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    	b = b[:cap(b)]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 57K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apimachinery/pkg/apis/testapigroup/types.go

    }
    
    // CarpStatus represents information about the status of a carp. Status may trail the actual
    // state of a system.
    type CarpStatus struct {
    	// +optional
    	Phase CarpPhase
    	// +optional
    	Conditions []CarpCondition
    	// A human readable message indicating details about why the carp is in this state.
    	// +optional
    	Message string
    	// A brief CamelCase message indicating details about why the carp is in this state. e.g. 'DiskPressure'
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jul 03 06:34:52 UTC 2019
    - 4.3K bytes
    - Viewed (0)
  6. common-protos/k8s.io/apimachinery/pkg/apis/testapigroup/v1/generated.proto

      // Read-only.
      // More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
      // +optional
      optional CarpStatus status = 3;
    }
    
    message CarpCondition {
      // Type is the type of the condition.
      // Currently only Ready.
      // More info: http://kubernetes.io/docs/user-guide/carp-states#carp-conditions
      optional string type = 1;
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 7.7K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apimachinery/pkg/apis/testapigroup/v1/generated.proto

      // Read-only.
      // More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
      // +optional
      optional CarpStatus status = 3;
    }
    
    message CarpCondition {
      // Type is the type of the condition.
      // Currently only Ready.
      // More info: http://kubernetes.io/docs/user-guide/carp-states#carp-conditions
      optional string type = 1;
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 7.7K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apimachinery/pkg/apis/testapigroup/v1/types.go

    	// Current service state of carp.
    	// More info: http://kubernetes.io/docs/user-guide/carp-states#carp-conditions
    	// +optional
    	Conditions []CarpCondition `json:"conditions,omitempty" patchStrategy:"merge" patchMergeKey:"type" protobuf:"bytes,2,rep,name=conditions"`
    	// A human readable message indicating details about why the carp is in this condition.
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/unstructured/unstructured_conversion_test.go

    			HostPID:            true,
    			Subdomain:          "hostname.subdomain.namespace.svc.domain",
    		},
    		Status: testapigroupv1.CarpStatus{
    			Phase: "phase",
    			Conditions: []testapigroupv1.CarpCondition{
    				{
    					Type:               "condition1",
    					Status:             "true",
    					LastProbeTime:      t,
    					LastTransitionTime: t,
    					Reason:             "reason",
    					Message:            "message",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 07 15:19:26 UTC 2020
    - 16.4K bytes
    - Viewed (0)
Back to top