We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c069305 commit 5b4e93eCopy full SHA for 5b4e93e
api/v1alpha1/imageupdateautomation_types.go
@@ -23,6 +23,8 @@ import (
23
"github.com/fluxcd/pkg/apis/meta"
24
)
25
26
+const ImageUpdateAutomationKind = "ImageUpdateAutomation"
27
+
28
// ImageUpdateAutomationSpec defines the desired state of ImageUpdateAutomation
29
type ImageUpdateAutomationSpec struct {
30
// Checkout gives the parameters for cloning the git repository,
0 commit comments