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

Commit ae7b851

Browse files
authored
Merge pull request #34 from wlan0/master
remove provisioner from bucketAccess
2 parents 15c86ae + 546d072 commit ae7b851

File tree

3 files changed

+0
-11
lines changed

3 files changed

+0
-11
lines changed

Diff for: apis/objectstorage.k8s.io/v1alpha1/openapi_generated.go

-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: apis/objectstorage.k8s.io/v1alpha1/types.go

-3
Original file line numberDiff line numberDiff line change
@@ -230,9 +230,6 @@ type BucketAccess struct {
230230
}
231231

232232
type BucketAccessSpec struct {
233-
// +optional
234-
Provisioner string `json:"provisioner,omitempty"`
235-
236233
// +optional
237234
BucketInstanceName string `json:"bucketInstanceName,omitempty"`
238235

Diff for: crds/objectstorage.k8s.io_bucketaccesses.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,6 @@ spec:
105105
type: string
106106
principal:
107107
type: string
108-
provisioner:
109-
type: string
110108
serviceAccount:
111109
description: 'ObjectReference contains enough information to let you
112110
inspect or modify the referred object. --- New uses of this type

0 commit comments

Comments
 (0)