Documentation ¶
Overview ¶
+k8s:deepcopy-gen=package +groupName=hello.world
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes) AddToScheme = SchemeBuilder.AddToScheme // SchemeGroupVersion is the group version used to register these objects. SchemeGroupVersion = schema.GroupVersion{Group: groupName, Version: version} )
Functions ¶
This section is empty.
Types ¶
type HelloWorld ¶
type HelloWorld struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata"` Spec HelloWorldSpec `json:"spec"` Status HelloWorldStatus `json:"status,omitempty"` }
func (*HelloWorld) DeepCopy ¶
func (in *HelloWorld) DeepCopy() *HelloWorld
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HelloWorld.
func (*HelloWorld) DeepCopyInto ¶
func (in *HelloWorld) DeepCopyInto(out *HelloWorld)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*HelloWorld) DeepCopyObject ¶
func (in *HelloWorld) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type HelloWorldList ¶
type HelloWorldList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata"` Items []HelloWorld `json:"items"` }
func (*HelloWorldList) DeepCopy ¶
func (in *HelloWorldList) DeepCopy() *HelloWorldList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HelloWorldList.
func (*HelloWorldList) DeepCopyInto ¶
func (in *HelloWorldList) DeepCopyInto(out *HelloWorldList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*HelloWorldList) DeepCopyObject ¶
func (in *HelloWorldList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type HelloWorldSpec ¶
type HelloWorldSpec struct { }
func (*HelloWorldSpec) DeepCopy ¶
func (in *HelloWorldSpec) DeepCopy() *HelloWorldSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HelloWorldSpec.
func (*HelloWorldSpec) DeepCopyInto ¶
func (in *HelloWorldSpec) DeepCopyInto(out *HelloWorldSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type HelloWorldStatus ¶
type HelloWorldStatus struct { }
func (*HelloWorldStatus) DeepCopy ¶
func (in *HelloWorldStatus) DeepCopy() *HelloWorldStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HelloWorldStatus.
func (*HelloWorldStatus) DeepCopyInto ¶
func (in *HelloWorldStatus) DeepCopyInto(out *HelloWorldStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.