Versions in this module Expand all Collapse all v0 v0.0.1 Jan 5, 2023 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 ErrUnexpectedEndOfGroupGenerated = fmt.Errorf("proto: unexpected end of group") + var SchemeBuilder runtime.SchemeBuilder + var SchemeGroupVersion = schema.GroupVersion + func Convert_testapigroup_CarpCondition_To_v1_CarpCondition(in *testapigroup.CarpCondition, out *CarpCondition, s conversion.Scope) error + func Convert_testapigroup_CarpList_To_v1_CarpList(in *testapigroup.CarpList, out *CarpList, s conversion.Scope) error + func Convert_testapigroup_CarpSpec_To_v1_CarpSpec(in *testapigroup.CarpSpec, out *CarpSpec, s conversion.Scope) error + func Convert_testapigroup_CarpStatus_To_v1_CarpStatus(in *testapigroup.CarpStatus, out *CarpStatus, s conversion.Scope) error + func Convert_testapigroup_Carp_To_v1_Carp(in *testapigroup.Carp, out *Carp, s conversion.Scope) error + func Convert_v1_CarpCondition_To_testapigroup_CarpCondition(in *CarpCondition, out *testapigroup.CarpCondition, s conversion.Scope) error + func Convert_v1_CarpList_To_testapigroup_CarpList(in *CarpList, out *testapigroup.CarpList, s conversion.Scope) error + func Convert_v1_CarpSpec_To_testapigroup_CarpSpec(in *CarpSpec, out *testapigroup.CarpSpec, s conversion.Scope) error + func Convert_v1_CarpStatus_To_testapigroup_CarpStatus(in *CarpStatus, out *testapigroup.CarpStatus, s conversion.Scope) error + func Convert_v1_Carp_To_testapigroup_Carp(in *Carp, out *testapigroup.Carp, s conversion.Scope) error + func Kind(kind string) schema.GroupKind + func RegisterConversions(s *runtime.Scheme) error + func RegisterDefaults(scheme *runtime.Scheme) error + func Resource(resource string) schema.GroupResource + type Carp struct + Spec CarpSpec + Status CarpStatus + func (*Carp) Descriptor() ([]byte, []int) + func (*Carp) ProtoMessage() + func (in *Carp) DeepCopy() *Carp + func (in *Carp) DeepCopyInto(out *Carp) + func (in *Carp) DeepCopyObject() runtime.Object + func (m *Carp) Marshal() (dAtA []byte, err error) + func (m *Carp) MarshalTo(dAtA []byte) (int, error) + func (m *Carp) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Carp) Reset() + func (m *Carp) Size() (n int) + func (m *Carp) Unmarshal(dAtA []byte) error + func (m *Carp) XXX_DiscardUnknown() + func (m *Carp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Carp) XXX_Merge(src proto.Message) + func (m *Carp) XXX_Size() int + func (m *Carp) XXX_Unmarshal(b []byte) error + func (this *Carp) String() string + type CarpCondition struct + LastProbeTime metav1.Time + LastTransitionTime metav1.Time + Message string + Reason string + Status ConditionStatus + Type CarpConditionType + func (*CarpCondition) Descriptor() ([]byte, []int) + func (*CarpCondition) ProtoMessage() + func (in *CarpCondition) DeepCopy() *CarpCondition + func (in *CarpCondition) DeepCopyInto(out *CarpCondition) + func (m *CarpCondition) Marshal() (dAtA []byte, err error) + func (m *CarpCondition) MarshalTo(dAtA []byte) (int, error) + func (m *CarpCondition) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *CarpCondition) Reset() + func (m *CarpCondition) Size() (n int) + func (m *CarpCondition) Unmarshal(dAtA []byte) error + func (m *CarpCondition) XXX_DiscardUnknown() + func (m *CarpCondition) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CarpCondition) XXX_Merge(src proto.Message) + func (m *CarpCondition) XXX_Size() int + func (m *CarpCondition) XXX_Unmarshal(b []byte) error + func (this *CarpCondition) String() string + type CarpConditionType string + type CarpList struct + Items []Carp + func (*CarpList) Descriptor() ([]byte, []int) + func (*CarpList) ProtoMessage() + func (in *CarpList) DeepCopy() *CarpList + func (in *CarpList) DeepCopyInto(out *CarpList) + func (in *CarpList) DeepCopyObject() runtime.Object + func (m *CarpList) Marshal() (dAtA []byte, err error) + func (m *CarpList) MarshalTo(dAtA []byte) (int, error) + func (m *CarpList) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *CarpList) Reset() + func (m *CarpList) Size() (n int) + func (m *CarpList) Unmarshal(dAtA []byte) error + func (m *CarpList) XXX_DiscardUnknown() + func (m *CarpList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CarpList) XXX_Merge(src proto.Message) + func (m *CarpList) XXX_Size() int + func (m *CarpList) XXX_Unmarshal(b []byte) error + func (this *CarpList) String() string + type CarpPhase string + type CarpSpec struct + ActiveDeadlineSeconds *int64 + DeprecatedServiceAccount string + HostIPC bool + HostNetwork bool + HostPID bool + Hostname string + NodeName string + NodeSelector map[string]string + RestartPolicy RestartPolicy + SchedulerName string + ServiceAccountName string + Subdomain string + TerminationGracePeriodSeconds *int64 + func (*CarpSpec) Descriptor() ([]byte, []int) + func (*CarpSpec) ProtoMessage() + func (in *CarpSpec) DeepCopy() *CarpSpec + func (in *CarpSpec) DeepCopyInto(out *CarpSpec) + func (m *CarpSpec) Marshal() (dAtA []byte, err error) + func (m *CarpSpec) MarshalTo(dAtA []byte) (int, error) + func (m *CarpSpec) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *CarpSpec) Reset() + func (m *CarpSpec) Size() (n int) + func (m *CarpSpec) Unmarshal(dAtA []byte) error + func (m *CarpSpec) XXX_DiscardUnknown() + func (m *CarpSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CarpSpec) XXX_Merge(src proto.Message) + func (m *CarpSpec) XXX_Size() int + func (m *CarpSpec) XXX_Unmarshal(b []byte) error + func (this *CarpSpec) String() string + type CarpStatus struct + CarpIP string + Conditions []CarpCondition + HostIP string + Message string + Phase CarpPhase + Reason string + StartTime *metav1.Time + func (*CarpStatus) Descriptor() ([]byte, []int) + func (*CarpStatus) ProtoMessage() + func (in *CarpStatus) DeepCopy() *CarpStatus + func (in *CarpStatus) DeepCopyInto(out *CarpStatus) + func (m *CarpStatus) Marshal() (dAtA []byte, err error) + func (m *CarpStatus) MarshalTo(dAtA []byte) (int, error) + func (m *CarpStatus) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *CarpStatus) Reset() + func (m *CarpStatus) Size() (n int) + func (m *CarpStatus) Unmarshal(dAtA []byte) error + func (m *CarpStatus) XXX_DiscardUnknown() + func (m *CarpStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CarpStatus) XXX_Merge(src proto.Message) + func (m *CarpStatus) XXX_Size() int + func (m *CarpStatus) XXX_Unmarshal(b []byte) error + func (this *CarpStatus) String() string + type ConditionStatus string + type RestartPolicy string