Documentation ¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the devops v1alpha1 API group +kubebuilder:object:generate=true +groupName=devops.efunds.com
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // SchemeGroupVersion is group version used to register these objects SchemeGroupVersion = schema.GroupVersion{Group: "devops.efunds.com", Version: "v1alpha1"} // SchemeBuilder is used to add go types to the GroupVersionKind scheme SchemeBuilder = &scheme.Builder{GroupVersion: SchemeGroupVersion} // AddToScheme adds the types in this group-version to the given scheme. AddToScheme = SchemeBuilder.AddToScheme )
Functions ¶
This section is empty.
Types ¶
type Pager ¶
type Pager struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec PagerSpec `json:"spec,omitempty"` Status PagerStatus `json:"status,omitempty"` }
Pager is the Schema for the pagers API
func (*Pager) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Pager.
func (*Pager) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Pager) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type PagerList ¶
type PagerList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Pager `json:"items"` }
PagerList contains a list of Pager
func (*PagerList) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PagerList.
func (*PagerList) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*PagerList) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type PagerSpec ¶
type PagerSpec struct { // message_id is the target resource's id to record MessageID string `json:"message_id,omitempty"` // message_name is the target resource's name to record MessageName string `json:"message_name,omitempty"` // message_type is the target resource's type to record MessageType string `json:"message_type,omitempty"` // message_content is the target resource's type to record MessageContent string `json:"message_content,omitempty"` }
PagerSpec defines the desired state of Pager
func (*PagerSpec) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PagerSpec.
func (*PagerSpec) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PagerStatus ¶
type PagerStatus struct { }
PagerStatus defines the observed state of Pager
func (*PagerStatus) DeepCopy ¶
func (in *PagerStatus) DeepCopy() *PagerStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PagerStatus.
func (*PagerStatus) DeepCopyInto ¶
func (in *PagerStatus) DeepCopyInto(out *PagerStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.