Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContinuousReconcileSpec ¶
type ContinuousReconcileSpec struct { // Cron is a standard crontab specification of the reconciliation schedule. // Either Cron or Every has to be specified. // +optional Cron string `json:"cron,omitempty"` // Every specifies a delay after which the reconcile should happen. // Either Cron or Every has to be specified. // +optional Every *lsv1alpha1.Duration `json:"every,omitempty"` }
ContinuousReconcileSpec represents the specification of a continuous reconcile schedule.
func (*ContinuousReconcileSpec) DeepCopy ¶
func (in *ContinuousReconcileSpec) DeepCopy() *ContinuousReconcileSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ContinuousReconcileSpec.
func (*ContinuousReconcileSpec) DeepCopyInto ¶
func (in *ContinuousReconcileSpec) DeepCopyInto(out *ContinuousReconcileSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (ContinuousReconcileSpec) String ¶
func (crs ContinuousReconcileSpec) String() string
Click to show internal directories.
Click to hide internal directories.