Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // Only register manually written functions here // the registration of the generated functions takes place in the generated files SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes) // Important: a global function that registers this API group & version to a scheme AddToScheme = SchemeBuilder.AddToScheme )
var SchemeGroupVersion = schema.GroupVersion{Group: "huozj.io", Version: "v1alpha1"}
Functions ¶
func Resource ¶
func Resource(resource string) schema.GroupResource
Types ¶
type Fufu ¶
type Fufu struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec FufuSpec `json:"spec"` Status FufuStatus `json:"status"` }
func (*Fufu) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Fufu.
func (*Fufu) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Fufu) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type FufuList ¶
type FufuList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata"` Items []Fufu `json:"items"` }
func (*FufuList) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FufuList.
func (*FufuList) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*FufuList) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type FufuSpec ¶
func (*FufuSpec) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FufuSpec.
func (*FufuSpec) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type FufuStatus ¶
type FufuStatus struct {
LastPosition string `json:"lastPosition"`
}
func (*FufuStatus) DeepCopy ¶
func (in *FufuStatus) DeepCopy() *FufuStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FufuStatus.
func (*FufuStatus) DeepCopyInto ¶
func (in *FufuStatus) DeepCopyInto(out *FufuStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.