Versions in this module Expand all Collapse all v0 v0.0.1 Nov 2, 2020 Changes in this version + const GroupName + var AddToScheme = localSchemeBuilder.AddToScheme + var SchemeBuilder runtime.SchemeBuilder + var SchemeGroupVersion = schema.GroupVersion + func Convert_restaurant_PizzaList_To_v1beta1_PizzaList(in *restaurant.PizzaList, out *PizzaList, s conversion.Scope) error + func Convert_restaurant_PizzaSpec_To_v1beta1_PizzaSpec(in *restaurant.PizzaSpec, out *PizzaSpec, s conversion.Scope) error + func Convert_restaurant_PizzaStatus_To_v1beta1_PizzaStatus(in *restaurant.PizzaStatus, out *PizzaStatus, s conversion.Scope) error + func Convert_restaurant_PizzaTopping_To_v1beta1_PizzaTopping(in *restaurant.PizzaTopping, out *PizzaTopping, s conversion.Scope) error + func Convert_restaurant_Pizza_To_v1beta1_Pizza(in *restaurant.Pizza, out *Pizza, s conversion.Scope) error + func Convert_v1beta1_PizzaList_To_restaurant_PizzaList(in *PizzaList, out *restaurant.PizzaList, s conversion.Scope) error + func Convert_v1beta1_PizzaSpec_To_restaurant_PizzaSpec(in *PizzaSpec, out *restaurant.PizzaSpec, s conversion.Scope) error + func Convert_v1beta1_PizzaStatus_To_restaurant_PizzaStatus(in *PizzaStatus, out *restaurant.PizzaStatus, s conversion.Scope) error + func Convert_v1beta1_PizzaTopping_To_restaurant_PizzaTopping(in *PizzaTopping, out *restaurant.PizzaTopping, s conversion.Scope) error + func Convert_v1beta1_Pizza_To_restaurant_Pizza(in *Pizza, out *restaurant.Pizza, s conversion.Scope) error + func RegisterConversions(s *runtime.Scheme) error + func RegisterDefaults(scheme *runtime.Scheme) error + func Resource(resource string) schema.GroupResource + func SetDefaults_PizzaSpec(obj *PizzaSpec) + func SetObjectDefaults_Pizza(in *Pizza) + func SetObjectDefaults_PizzaList(in *PizzaList) + type Pizza struct + Spec PizzaSpec + Status PizzaStatus + func (in *Pizza) DeepCopy() *Pizza + func (in *Pizza) DeepCopyInto(out *Pizza) + func (in *Pizza) DeepCopyObject() runtime.Object + type PizzaList struct + Items []Pizza + func (in *PizzaList) DeepCopy() *PizzaList + func (in *PizzaList) DeepCopyInto(out *PizzaList) + func (in *PizzaList) DeepCopyObject() runtime.Object + type PizzaSpec struct + Toppings []PizzaTopping + func (in *PizzaSpec) DeepCopy() *PizzaSpec + func (in *PizzaSpec) DeepCopyInto(out *PizzaSpec) + type PizzaStatus struct + Cost float64 + func (in *PizzaStatus) DeepCopy() *PizzaStatus + func (in *PizzaStatus) DeepCopyInto(out *PizzaStatus) + type PizzaTopping struct + Name string + Quantity int + func (in *PizzaTopping) DeepCopy() *PizzaTopping + func (in *PizzaTopping) DeepCopyInto(out *PizzaTopping)