Versions in this module Expand all Collapse all v0 v0.1.0 Nov 12, 2019 Changes in this version + const GroupName + var AddToScheme = localSchemeBuilder.AddToScheme + var ErrIntOverflowGenerated = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthGenerated = fmt.Errorf("proto: negative length found during unmarshaling") + var SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes) + var SchemeGroupVersion = schema.GroupVersion + func Resource(resource string) schema.GroupResource + type Lease struct + Spec LeaseSpec + func (*Lease) Descriptor() ([]byte, []int) + func (*Lease) ProtoMessage() + func (Lease) SwaggerDoc() map[string]string + func (in *Lease) DeepCopy() *Lease + func (in *Lease) DeepCopyInto(out *Lease) + func (in *Lease) DeepCopyObject() runtime.Object + func (m *Lease) Marshal() (dAtA []byte, err error) + func (m *Lease) MarshalTo(dAtA []byte) (int, error) + func (m *Lease) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Lease) Reset() + func (m *Lease) Size() (n int) + func (m *Lease) Unmarshal(dAtA []byte) error + func (m *Lease) XXX_DiscardUnknown() + func (m *Lease) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Lease) XXX_Merge(src proto.Message) + func (m *Lease) XXX_Size() int + func (m *Lease) XXX_Unmarshal(b []byte) error + func (this *Lease) String() string + type LeaseList struct + Items []Lease + func (*LeaseList) Descriptor() ([]byte, []int) + func (*LeaseList) ProtoMessage() + func (LeaseList) SwaggerDoc() map[string]string + func (in *LeaseList) DeepCopy() *LeaseList + func (in *LeaseList) DeepCopyInto(out *LeaseList) + func (in *LeaseList) DeepCopyObject() runtime.Object + func (m *LeaseList) Marshal() (dAtA []byte, err error) + func (m *LeaseList) MarshalTo(dAtA []byte) (int, error) + func (m *LeaseList) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *LeaseList) Reset() + func (m *LeaseList) Size() (n int) + func (m *LeaseList) Unmarshal(dAtA []byte) error + func (m *LeaseList) XXX_DiscardUnknown() + func (m *LeaseList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *LeaseList) XXX_Merge(src proto.Message) + func (m *LeaseList) XXX_Size() int + func (m *LeaseList) XXX_Unmarshal(b []byte) error + func (this *LeaseList) String() string + type LeaseSpec struct + AcquireTime *metav1.MicroTime + HolderIdentity *string + LeaseDurationSeconds *int32 + LeaseTransitions *int32 + RenewTime *metav1.MicroTime + func (*LeaseSpec) Descriptor() ([]byte, []int) + func (*LeaseSpec) ProtoMessage() + func (LeaseSpec) SwaggerDoc() map[string]string + func (in *LeaseSpec) DeepCopy() *LeaseSpec + func (in *LeaseSpec) DeepCopyInto(out *LeaseSpec) + func (m *LeaseSpec) Marshal() (dAtA []byte, err error) + func (m *LeaseSpec) MarshalTo(dAtA []byte) (int, error) + func (m *LeaseSpec) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *LeaseSpec) Reset() + func (m *LeaseSpec) Size() (n int) + func (m *LeaseSpec) Unmarshal(dAtA []byte) error + func (m *LeaseSpec) XXX_DiscardUnknown() + func (m *LeaseSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *LeaseSpec) XXX_Merge(src proto.Message) + func (m *LeaseSpec) XXX_Size() int + func (m *LeaseSpec) XXX_Unmarshal(b []byte) error + func (this *LeaseSpec) String() string