Documentation ¶
Index ¶
- Variables
- func GetArtifact(obj runtime.Object) (*sourcev1.Artifact, error)
- func GetRequeueInterval(obj runtime.Object) (time.Duration, error)
- func GetStatusLastHandledReconcileAt(obj runtime.Object) (string, error)
- func GetStatusObservedGeneration(obj runtime.Object) (int64, error)
- func GetSuspend(obj runtime.Object) (bool, error)
- func SetStatusLastHandledReconcileAt(obj runtime.Object, val string) error
- func SetSuspend(obj runtime.Object, val bool) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func GetArtifact ¶ added in v0.31.0
GetArtifact returns the status.artifact of a given runtime object.
func GetRequeueInterval ¶
GetRequeueInterval returns the spec.interval of a given runtime object, if present.
func GetStatusLastHandledReconcileAt ¶
GetStatusLastHandledReconcileAt returns the status.lastHandledReconcileAt value of a given runtime object, if present.
func GetStatusObservedGeneration ¶
GetStatusObservedGeneration returns the status.observedGeneration of a given runtime object.
func GetSuspend ¶ added in v0.31.0
GetSuspend returns the spec.suspend of a given runtime object.
func SetStatusLastHandledReconcileAt ¶
SetStatusLastHandledReconcileAt sets the status.lastHandledReconcileAt value of a given runtime object.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.