Versions in this module Expand all Collapse all v1 v1.5.1 Feb 8, 2017 v1.5.0 Oct 23, 2016 Changes in this version + const GroupName + var AddToScheme = SchemeBuilder.AddToScheme + var SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes) + var SchemeGroupVersion = unversioned.GroupVersion + func DeepCopy_apps_PetSet(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_apps_PetSetList(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_apps_PetSetSpec(in interface{}, out interface{}, c *conversion.Cloner) error + func DeepCopy_apps_PetSetStatus(in interface{}, out interface{}, c *conversion.Cloner) error + func Kind(kind string) unversioned.GroupKind + func RegisterDeepCopies(scheme *runtime.Scheme) error + func Resource(resource string) unversioned.GroupResource + type PetSet struct + Spec PetSetSpec + Status PetSetStatus + func (x *PetSet) CodecDecodeSelf(d *codec1978.Decoder) + func (x *PetSet) CodecEncodeSelf(e *codec1978.Encoder) + type PetSetList struct + Items []PetSet + func (x *PetSetList) CodecDecodeSelf(d *codec1978.Decoder) + func (x *PetSetList) CodecEncodeSelf(e *codec1978.Encoder) + type PetSetSpec struct + Replicas int + Selector *unversioned.LabelSelector + ServiceName string + Template api.PodTemplateSpec + VolumeClaimTemplates []api.PersistentVolumeClaim + func (x *PetSetSpec) CodecDecodeSelf(d *codec1978.Decoder) + func (x *PetSetSpec) CodecEncodeSelf(e *codec1978.Encoder) + type PetSetStatus struct + ObservedGeneration *int64 + Replicas int + func (x *PetSetStatus) CodecDecodeSelf(d *codec1978.Decoder) + func (x *PetSetStatus) CodecEncodeSelf(e *codec1978.Encoder)