Documentation ¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the freshrss v1alpha1 API group +kubebuilder:object:generate=true +groupName=freshrss.demo.openshift.com
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "freshrss.demo.openshift.com", Version: "v1alpha1"} // SchemeBuilder is used to add go types to the GroupVersionKind scheme SchemeBuilder = &scheme.Builder{GroupVersion: GroupVersion} // AddToScheme adds the types in this group-version to the given scheme. AddToScheme = SchemeBuilder.AddToScheme )
Functions ¶
This section is empty.
Types ¶
type FreshRSS ¶
type FreshRSS struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec FreshRSSSpec `json:"spec,omitempty"` Status FreshRSSStatus `json:"status,omitempty"` }
FreshRSS is the Schema for the freshrsses API
func (*FreshRSS) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FreshRSS.
func (*FreshRSS) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*FreshRSS) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type FreshRSSList ¶
type FreshRSSList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []FreshRSS `json:"items"` }
FreshRSSList contains a list of FreshRSS
func (*FreshRSSList) DeepCopy ¶
func (in *FreshRSSList) DeepCopy() *FreshRSSList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FreshRSSList.
func (*FreshRSSList) DeepCopyInto ¶
func (in *FreshRSSList) DeepCopyInto(out *FreshRSSList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*FreshRSSList) DeepCopyObject ¶
func (in *FreshRSSList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type FreshRSSSpec ¶
type FreshRSSSpec struct { // Title is the title for the site. Title string `json:"title,omitempty"` DefaultUser string `json:"defaultUser"` }
FreshRSSSpec defines the desired state of FreshRSS
func (*FreshRSSSpec) DeepCopy ¶
func (in *FreshRSSSpec) DeepCopy() *FreshRSSSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FreshRSSSpec.
func (*FreshRSSSpec) DeepCopyInto ¶
func (in *FreshRSSSpec) DeepCopyInto(out *FreshRSSSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type FreshRSSStatus ¶
type FreshRSSStatus struct {
URL string `json:"url,omitempty"`
}
FreshRSSStatus defines the observed state of FreshRSS
func (*FreshRSSStatus) DeepCopy ¶
func (in *FreshRSSStatus) DeepCopy() *FreshRSSStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FreshRSSStatus.
func (*FreshRSSStatus) DeepCopyInto ¶
func (in *FreshRSSStatus) DeepCopyInto(out *FreshRSSStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.