Skip to content
This repository was archived by the owner on Dec 6, 2024. It is now read-only.

Commit 4d1bb13

Browse files
committed
Fixing enum order
1 parent f920d1b commit 4d1bb13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apis/objectstorage/v1alpha1/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ const (
5050
type AuthenticationType string
5151

5252
const (
53-
AuthenticationTypeIAM AuthenticationType = "IAM"
5453
AuthenticationTypeKey AuthenticationType = "Key"
54+
AuthenticationTypeIAM AuthenticationType = "IAM"
5555
)
5656

5757
// +genclient

0 commit comments

Comments
 (0)