Documentation ¶
Overview ¶
Package v2 is the v2 version of the API. +groupName=mattmoor.io
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes) AddToScheme = SchemeBuilder.AddToScheme )
var SchemeGroupVersion = schema.GroupVersion{Group: warmimagecontroller.GroupName, Version: "v2"}
SchemeGroupVersion is group version used to register these objects
Functions ¶
func Resource ¶
func Resource(resource string) schema.GroupResource
Resource takes an unqualified resource and returns a Group qualified GroupResource
Types ¶
type WarmImage ¶
type WarmImage struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec WarmImageSpec `json:"spec"` Status WarmImageStatus `json:"status"` }
WarmImage is a specification for a WarmImage resource
func (*WarmImage) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WarmImage.
func (*WarmImage) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*WarmImage) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type WarmImageList ¶
type WarmImageList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata"` Items []WarmImage `json:"items"` }
WarmImageList is a list of WarmImage resources
func (*WarmImageList) DeepCopy ¶
func (in *WarmImageList) DeepCopy() *WarmImageList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WarmImageList.
func (*WarmImageList) DeepCopyInto ¶
func (in *WarmImageList) DeepCopyInto(out *WarmImageList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*WarmImageList) DeepCopyObject ¶
func (in *WarmImageList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type WarmImageSpec ¶
type WarmImageSpec struct { Image string `json:"image"` ImagePullSecrets *corev1.LocalObjectReference `json:"imagePullSecrets,omitempty"` }
WarmImageSpec is the spec for a WarmImage resource
func (*WarmImageSpec) DeepCopy ¶
func (in *WarmImageSpec) DeepCopy() *WarmImageSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WarmImageSpec.
func (*WarmImageSpec) DeepCopyInto ¶
func (in *WarmImageSpec) DeepCopyInto(out *WarmImageSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type WarmImageStatus ¶
type WarmImageStatus struct { }
WarmImageStatus is the status for a WarmImage resource
func (*WarmImageStatus) DeepCopy ¶
func (in *WarmImageStatus) DeepCopy() *WarmImageStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WarmImageStatus.
func (*WarmImageStatus) DeepCopyInto ¶
func (in *WarmImageStatus) DeepCopyInto(out *WarmImageStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.