Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 28 for LeaseList (0.23 sec)

  1. pkg/apis/coordination/v1beta1/zz_generated.conversion.go

    	}
    	if err := s.AddGeneratedConversionFunc((*v1beta1.LeaseList)(nil), (*coordination.LeaseList)(nil), func(a, b interface{}, scope conversion.Scope) error {
    		return Convert_v1beta1_LeaseList_To_coordination_LeaseList(a.(*v1beta1.LeaseList), b.(*coordination.LeaseList), scope)
    	}); err != nil {
    		return err
    	}
    	if err := s.AddGeneratedConversionFunc((*coordination.LeaseList)(nil), (*v1beta1.LeaseList)(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
    - 6.7K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/coordination/v1beta1/zz_generated.deepcopy.go

    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LeaseList.
    func (in *LeaseList) DeepCopy() *LeaseList {
    	if in == nil {
    		return nil
    	}
    	out := new(LeaseList)
    	in.DeepCopyInto(out)
    	return out
    }
    
    // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
    func (in *LeaseList) DeepCopyObject() runtime.Object {
    	if c := in.DeepCopy(); c != nil {
    		return c
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 3.3K bytes
    - Viewed (0)
  3. pkg/apis/coordination/v1/zz_generated.conversion.go

    		return err
    	}
    	if err := s.AddGeneratedConversionFunc((*v1.LeaseList)(nil), (*coordination.LeaseList)(nil), func(a, b interface{}, scope conversion.Scope) error {
    		return Convert_v1_LeaseList_To_coordination_LeaseList(a.(*v1.LeaseList), b.(*coordination.LeaseList), scope)
    	}); err != nil {
    		return err
    	}
    	if err := s.AddGeneratedConversionFunc((*coordination.LeaseList)(nil), (*v1.LeaseList)(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
    - 6.5K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/coordination/v1/zz_generated.deepcopy.go

    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LeaseList.
    func (in *LeaseList) DeepCopy() *LeaseList {
    	if in == nil {
    		return nil
    	}
    	out := new(LeaseList)
    	in.DeepCopyInto(out)
    	return out
    }
    
    // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
    func (in *LeaseList) DeepCopyObject() runtime.Object {
    	if c := in.DeepCopy(); c != nil {
    		return c
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 3.3K bytes
    - Viewed (0)
  5. pkg/apis/coordination/zz_generated.deepcopy.go

    // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LeaseList.
    func (in *LeaseList) DeepCopy() *LeaseList {
    	if in == nil {
    		return nil
    	}
    	out := new(LeaseList)
    	in.DeepCopyInto(out)
    	return out
    }
    
    // DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
    func (in *LeaseList) DeepCopyObject() runtime.Object {
    	if c := in.DeepCopy(); c != nil {
    		return c
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 3.3K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/coordination/v1beta1/zz_generated.prerelease-lifecycle.go

    func (in *LeaseList) APILifecycleDeprecated() (major, minor int) {
    	return 1, 19
    }
    
    // APILifecycleReplacement is an autogenerated function, returning the group, version, and kind that should be used instead of this deprecated type.
    // It is controlled by "k8s:prerelease-lifecycle-gen:replacement=<group>,<version>,<kind>" tags in types.go.
    func (in *LeaseList) APILifecycleReplacement() schema.GroupVersionKind {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 3.8K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/coordination/v1beta1/types_swagger_doc_generated.go

    	return map_Lease
    }
    
    var map_LeaseList = map[string]string{
    	"":         "LeaseList is a list of Lease objects.",
    	"metadata": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata",
    	"items":    "items is a list of schema objects.",
    }
    
    func (LeaseList) SwaggerDoc() map[string]string {
    	return map_LeaseList
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jan 22 00:51:25 UTC 2023
    - 2.7K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/coordination/v1/generated.pb.go

    }
    
    var xxx_messageInfo_Lease proto.InternalMessageInfo
    
    func (m *LeaseList) Reset()      { *m = LeaseList{} }
    func (*LeaseList) ProtoMessage() {}
    func (*LeaseList) Descriptor() ([]byte, []int) {
    	return fileDescriptor_239d5a4df3139dce, []int{1}
    }
    func (m *LeaseList) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *LeaseList) 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
    - 24K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/coordination/v1beta1/generated.pb.go

    }
    
    var xxx_messageInfo_Lease proto.InternalMessageInfo
    
    func (m *LeaseList) Reset()      { *m = LeaseList{} }
    func (*LeaseList) ProtoMessage() {}
    func (*LeaseList) Descriptor() ([]byte, []int) {
    	return fileDescriptor_8d4e223b8bb23da3, []int{1}
    }
    func (m *LeaseList) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *LeaseList) 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
    - 24.1K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/coordination/v1/generated.proto

      // More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
      // +optional
      optional LeaseSpec spec = 2;
    }
    
    // LeaseList is a list of Lease objects.
    message LeaseList {
      // Standard list metadata.
      // More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
      // +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 2.7K bytes
    - Viewed (0)
Back to top