Skip to content

Commit 5b4e93e

Browse files
committed
Define const for ImageUpdateAutomation kind
This is handy for the CLI, among other places. Signed-off-by: Michael Bridgen <[email protected]>
1 parent c069305 commit 5b4e93e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api/v1alpha1/imageupdateautomation_types.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ import (
2323
"github.com/fluxcd/pkg/apis/meta"
2424
)
2525

26+
const ImageUpdateAutomationKind = "ImageUpdateAutomation"
27+
2628
// ImageUpdateAutomationSpec defines the desired state of ImageUpdateAutomation
2729
type ImageUpdateAutomationSpec struct {
2830
// Checkout gives the parameters for cloning the git repository,

0 commit comments

Comments
 (0)