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

Commit fcf064e

Browse files
committed
change principal -> accountID
1 parent 0ce8075 commit fcf064e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

apis/objectstorage.k8s.io/v1alpha1/openapi_generated.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/objectstorage.k8s.io/v1alpha1/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ type BucketAccessSpec struct {
245245
PolicyActionsConfigMapData string `json:"policyActionsConfigMapData,omitempty"`
246246

247247
// +optional
248-
Principal string `json:"principal,omitempty"`
248+
AccountID string `json:"accountID,omitempty"`
249249

250250
// +optional
251251
Parameters map[string]string `json:"parameters,omitempty"`

crds/objectstorage.k8s.io_bucketaccesses.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ spec:
3434
type: object
3535
spec:
3636
properties:
37+
accountID:
38+
type: string
3739
bucketAccessRequest:
3840
description: 'ObjectReference contains enough information to let you
3941
inspect or modify the referred object. --- New uses of this type
@@ -103,8 +105,6 @@ spec:
103105
type: object
104106
policyActionsConfigMapData:
105107
type: string
106-
principal:
107-
type: string
108108
serviceAccount:
109109
description: 'ObjectReference contains enough information to let you
110110
inspect or modify the referred object. --- New uses of this type

0 commit comments

Comments
 (0)