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

Commit 660f324

Browse files
committed
fix: one more case issue
1 parent 35c1c5c commit 660f324

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apis/objectstorage/v1alpha1/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ type BucketAccessClass struct {
234234

235235
// AuthenticationType denotes the style of authentication
236236
// It can be one of
237-
// KEY - access, secret tokens based authentication
237+
// Key - access, secret tokens based authentication
238238
// IAM - implicit authentication of pods to the OSP based on service account mappings
239239
AuthenticationType AuthenticationType `json:"authenticationType"`
240240

crds/objectstorage.k8s.io_bucketaccessclasses.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
type: string
2727
authenticationType:
2828
description: AuthenticationType denotes the style of authentication It
29-
can be one of KEY - access, secret tokens based authentication IAM -
29+
can be one of Key - access, secret tokens based authentication IAM -
3030
implicit authentication of pods to the OSP based on service account
3131
mappings
3232
type: string

0 commit comments

Comments
 (0)