GO-2024-2859 : source-controller leaks Azure Storage SAS token into logs in github.com/fluxcd/source-controller
Discover Packages
github.com/fluxcd/source-controller
internal
object
package
Version:
v0.29.0
Opens a new window with list of versions in this module.
Published: Sep 9, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
View Source
var (
ErrObservedGenerationNotFound = errors .New ("observed generation not found")
ErrLastHandledReconcileAtNotFound = errors .New ("last handled reconcile at not found")
ErrRequeueIntervalNotFound = errors .New ("requeue interval not found")
)
GetRequeueInterval returns the spec.interval of a given runtime object, if
present.
GetStatusLastHandledReconcileAt returns the status.lastHandledReconcileAt
value of a given runtime object, if present.
GetStatusObservedGeneration returns the status.observedGeneration of a given
runtime object.
SetStatusLastHandledReconcileAt sets the status.lastHandledReconcileAt value
of a given runtime object.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.