Versions in this module Expand all Collapse all v1 v1.5.0 Oct 23, 2016 Changes in this version + const GroupName + var AddToScheme = SchemeBuilder.AddToScheme + var ErrIntOverflowGenerated = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthGenerated = fmt.Errorf("proto: negative length found during unmarshaling") + var SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes, addDefaultingFuncs, addConversionFuncs) + var SchemeGroupVersion = unversioned.GroupVersion + func Convert_apps_PetSetList_To_v1alpha1_PetSetList(in *apps.PetSetList, out *PetSetList, s conversion.Scope) error + func Convert_apps_PetSetSpec_To_v1alpha1_PetSetSpec(in *apps.PetSetSpec, out *PetSetSpec, s conversion.Scope) error + func Convert_apps_PetSetStatus_To_v1alpha1_PetSetStatus(in *apps.PetSetStatus, out *PetSetStatus, s conversion.Scope) error + func Convert_apps_PetSet_To_v1alpha1_PetSet(in *apps.PetSet, out *PetSet, s conversion.Scope) error + func Convert_v1alpha1_PetSetList_To_apps_PetSetList(in *PetSetList, out *apps.PetSetList, s conversion.Scope) error + func Convert_v1alpha1_PetSetSpec_To_apps_PetSetSpec(in *PetSetSpec, out *apps.PetSetSpec, s conversion.Scope) error + func Convert_v1alpha1_PetSetStatus_To_apps_PetSetStatus(in *PetSetStatus, out *apps.PetSetStatus, s conversion.Scope) error + func Convert_v1alpha1_PetSet_To_apps_PetSet(in *PetSet, out *apps.PetSet, s conversion.Scope) error + func DeepCopy_v1alpha1_PetSet(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_v1alpha1_PetSetList(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_v1alpha1_PetSetSpec(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_v1alpha1_PetSetStatus(in interface{}, out interface{}, c *conversion.Cloner) error + func RegisterConversions(scheme *runtime.Scheme) error + func RegisterDeepCopies(scheme *runtime.Scheme) error + func SetDefaults_PetSet(obj *PetSet) + type PetSet struct + Spec PetSetSpec + Status PetSetStatus + func (*PetSet) Descriptor() ([]byte, []int) + func (*PetSet) ProtoMessage() + func (PetSet) SwaggerDoc() map[string]string + func (m *PetSet) Marshal() (data []byte, err error) + func (m *PetSet) MarshalTo(data []byte) (int, error) + func (m *PetSet) Reset() + func (m *PetSet) Size() (n int) + func (m *PetSet) Unmarshal(data []byte) error + func (obj *PetSet) GetObjectKind() unversioned.ObjectKind + func (this *PetSet) String() string + func (x *PetSet) CodecDecodeSelf(d *codec1978.Decoder) + func (x *PetSet) CodecEncodeSelf(e *codec1978.Encoder) + type PetSetList struct + Items []PetSet + func (*PetSetList) Descriptor() ([]byte, []int) + func (*PetSetList) ProtoMessage() + func (PetSetList) SwaggerDoc() map[string]string + func (m *PetSetList) Marshal() (data []byte, err error) + func (m *PetSetList) MarshalTo(data []byte) (int, error) + func (m *PetSetList) Reset() + func (m *PetSetList) Size() (n int) + func (m *PetSetList) Unmarshal(data []byte) error + func (obj *PetSetList) GetObjectKind() unversioned.ObjectKind + func (this *PetSetList) String() string + func (x *PetSetList) CodecDecodeSelf(d *codec1978.Decoder) + func (x *PetSetList) CodecEncodeSelf(e *codec1978.Encoder) + type PetSetSpec struct + Replicas *int32 + Selector *unversioned.LabelSelector + ServiceName string + Template v1.PodTemplateSpec + VolumeClaimTemplates []v1.PersistentVolumeClaim + func (*PetSetSpec) Descriptor() ([]byte, []int) + func (*PetSetSpec) ProtoMessage() + func (PetSetSpec) SwaggerDoc() map[string]string + func (m *PetSetSpec) Marshal() (data []byte, err error) + func (m *PetSetSpec) MarshalTo(data []byte) (int, error) + func (m *PetSetSpec) Reset() + func (m *PetSetSpec) Size() (n int) + func (m *PetSetSpec) Unmarshal(data []byte) error + func (this *PetSetSpec) String() string + func (x *PetSetSpec) CodecDecodeSelf(d *codec1978.Decoder) + func (x *PetSetSpec) CodecEncodeSelf(e *codec1978.Encoder) + type PetSetStatus struct + ObservedGeneration *int64 + Replicas int32 + func (*PetSetStatus) Descriptor() ([]byte, []int) + func (*PetSetStatus) ProtoMessage() + func (PetSetStatus) SwaggerDoc() map[string]string + func (m *PetSetStatus) Marshal() (data []byte, err error) + func (m *PetSetStatus) MarshalTo(data []byte) (int, error) + func (m *PetSetStatus) Reset() + func (m *PetSetStatus) Size() (n int) + func (m *PetSetStatus) Unmarshal(data []byte) error + func (this *PetSetStatus) String() string + func (x *PetSetStatus) CodecDecodeSelf(d *codec1978.Decoder) + func (x *PetSetStatus) CodecEncodeSelf(e *codec1978.Encoder)