Documentation
¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the infrastructure v1alpha1 API group +kubebuilder:object:generate=true +groupName=infrastructure.fresh-container-operator.suse.com
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "infrastructure.fresh-container-operator.suse.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 FreshContainerMonitor ¶
type FreshContainerMonitor struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec FreshContainerMonitorSpec `json:"spec,omitempty"` Status FreshContainerMonitorStatus `json:"status,omitempty"` }
FreshContainerMonitor is the Schema for the freshcontainermonitors API
func (*FreshContainerMonitor) DeepCopy ¶
func (in *FreshContainerMonitor) DeepCopy() *FreshContainerMonitor
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FreshContainerMonitor.
func (*FreshContainerMonitor) DeepCopyInto ¶
func (in *FreshContainerMonitor) DeepCopyInto(out *FreshContainerMonitor)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*FreshContainerMonitor) DeepCopyObject ¶
func (in *FreshContainerMonitor) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type FreshContainerMonitorList ¶
type FreshContainerMonitorList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []FreshContainerMonitor `json:"items"` }
FreshContainerMonitorList contains a list of FreshContainerMonitor
func (*FreshContainerMonitorList) DeepCopy ¶
func (in *FreshContainerMonitorList) DeepCopy() *FreshContainerMonitorList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FreshContainerMonitorList.
func (*FreshContainerMonitorList) DeepCopyInto ¶
func (in *FreshContainerMonitorList) DeepCopyInto(out *FreshContainerMonitorList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*FreshContainerMonitorList) DeepCopyObject ¶
func (in *FreshContainerMonitorList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type FreshContainerMonitorSpec ¶
type FreshContainerMonitorSpec struct { // FreshContainerServerURL is the full url to an instance of FreshContainer server FreshContainerServerURL string `json:"fresh_container_server_url,omitempty"` // CheckIntervalMinutes is the amount of minutes between checks // +kubebuilder:validation:Default=10 CheckIntervalMinutes int `json:"check_interval_minutes"` }
FreshContainerMonitorSpec defines the desired state of FreshContainerMonitor
func (*FreshContainerMonitorSpec) DeepCopy ¶
func (in *FreshContainerMonitorSpec) DeepCopy() *FreshContainerMonitorSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FreshContainerMonitorSpec.
func (*FreshContainerMonitorSpec) DeepCopyInto ¶
func (in *FreshContainerMonitorSpec) DeepCopyInto(out *FreshContainerMonitorSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type FreshContainerMonitorStatus ¶
type FreshContainerMonitorStatus struct { }
FreshContainerMonitorStatus defines the observed state of FreshContainerMonitor
func (*FreshContainerMonitorStatus) DeepCopy ¶
func (in *FreshContainerMonitorStatus) DeepCopy() *FreshContainerMonitorStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FreshContainerMonitorStatus.
func (*FreshContainerMonitorStatus) DeepCopyInto ¶
func (in *FreshContainerMonitorStatus) DeepCopyInto(out *FreshContainerMonitorStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.