continuousreconcile

package
v0.105.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 23, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

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

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

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL