Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for CarpSpec (0.13 sec)

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

    		return err
    	}
    	if err := s.AddGeneratedConversionFunc((*CarpSpec)(nil), (*testapigroup.CarpSpec)(nil), func(a, b interface{}, scope conversion.Scope) error {
    		return Convert_v1_CarpSpec_To_testapigroup_CarpSpec(a.(*CarpSpec), b.(*testapigroup.CarpSpec), scope)
    	}); err != nil {
    		return err
    	}
    	if err := s.AddGeneratedConversionFunc((*testapigroup.CarpSpec)(nil), (*CarpSpec)(nil), func(a, b interface{}, scope conversion.Scope) error {
    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

    			(*out)[key] = val
    		}
    	}
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CarpSpec.
    func (in *CarpSpec) DeepCopy() *CarpSpec {
    	if in == nil {
    		return nil
    	}
    	out := new(CarpSpec)
    	in.DeepCopyInto(out)
    	return out
    }
    
    // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-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

    			(*out)[key] = val
    		}
    	}
    	return
    }
    
    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CarpSpec.
    func (in *CarpSpec) DeepCopy() *CarpSpec {
    	if in == nil {
    		return nil
    	}
    	out := new(CarpSpec)
    	in.DeepCopyInto(out)
    	return out
    }
    
    // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-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/types.go

    	Status ConditionStatus
    	// +optional
    	LastProbeTime metav1.Time
    	// +optional
    	LastTransitionTime metav1.Time
    	// +optional
    	Reason string
    	// +optional
    	Message string
    }
    
    // CarpSpec is a description of a carp
    type CarpSpec struct {
    	// +optional
    	RestartPolicy RestartPolicy
    	// Optional duration in seconds the carp needs to terminate gracefully. May be decreased in delete request.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jul 03 06:34:52 UTC 2019
    - 4.3K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apimachinery/pkg/apis/testapigroup/v1/generated.pb.go

    }
    
    var xxx_messageInfo_CarpList proto.InternalMessageInfo
    
    func (m *CarpSpec) Reset()      { *m = CarpSpec{} }
    func (*CarpSpec) ProtoMessage() {}
    func (*CarpSpec) Descriptor() ([]byte, []int) {
    	return fileDescriptor_83e19b543dd132db, []int{3}
    }
    func (m *CarpSpec) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *CarpSpec) 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)
  6. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/unstructured/unstructured_conversion_test.go

    			},
    		},
    		{
    			name: "convert valid versioned object to unstructured should work",
    			objectToConvert: &testapigroupv1.Carp{
    				ObjectMeta: metav1.ObjectMeta{
    					Name: "noxu",
    				},
    				Spec: testapigroupv1.CarpSpec{
    					Hostname: "example.com",
    				},
    			},
    			expectedConvertedUnstructured: &unstructured.Unstructured{
    				Object: map[string]interface{}{
    					"apiVersion": "v1",
    					"kind":       "Carp",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 07 15:19:26 UTC 2020
    - 16.4K bytes
    - Viewed (0)
  7. common-protos/k8s.io/apimachinery/pkg/apis/testapigroup/v1/generated.proto

      optional k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1;
    
      // List of carps.
      // More info: http://kubernetes.io/docs/user-guide/carps
      repeated Carp items = 2;
    }
    
    // CarpSpec is a description of a carp
    message CarpSpec {
      // Restart policy for all containers within the carp.
      // One of Always, OnFailure, Never.
      // Default to Always.
      // More info: http://kubernetes.io/docs/user-guide/carp-states#restartpolicy
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 7.7K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apimachinery/pkg/apis/testapigroup/v1/generated.proto

      optional .k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1;
    
      // List of carps.
      // More info: http://kubernetes.io/docs/user-guide/carps
      repeated Carp items = 2;
    }
    
    // CarpSpec is a description of a carp
    message CarpSpec {
      // Restart policy for all containers within the carp.
      // One of Always, OnFailure, Never.
      // Default to Always.
      // More info: http://kubernetes.io/docs/user-guide/carp-states#restartpolicy
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 7.7K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apimachinery/pkg/runtime/serializer/protobuf/protobuf_test.go

    				TypeMeta: metav1.TypeMeta{APIVersion: "group/version", Kind: "Carp"},
    				ObjectMeta: metav1.ObjectMeta{
    					Name:      "name",
    					Namespace: "namespace",
    				},
    				Spec: testapigroupv1.CarpSpec{
    					Subdomain: "carp.k8s.io",
    				},
    			},
    		},
    
    		{
    			name: "encode a runtime.Unknown obj",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jul 27 03:17:50 UTC 2022
    - 5K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apimachinery/pkg/apis/testapigroup/v1/types.go

    	// Human-readable message indicating details about last transition.
    	// +optional
    	Message string `json:"message,omitempty" protobuf:"bytes,6,opt,name=message"`
    }
    
    // CarpSpec is a description of a carp
    type CarpSpec struct {
    	// Restart policy for all containers within the carp.
    	// One of Always, OnFailure, Never.
    	// Default to Always.
    	// More info: http://kubernetes.io/docs/user-guide/carp-states#restartpolicy
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 9.2K bytes
    - Viewed (0)
Back to top