File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ limitations under the License.
18
18
package cosiapi
19
19
20
20
import (
21
- corev1 "k8s.io/api/core/v1"
22
21
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
22
+ "sigs.k8s.io/container-object-storage-api/apis/objectstorage/v1alpha1"
23
23
)
24
24
25
25
type SecretS3 struct {
@@ -52,7 +52,7 @@ type BucketInfoSpec struct {
52
52
// It can be one of
53
53
// KEY - access, secret tokens based authentication
54
54
// IAM - implicit authentication of pods to the OSP based on service account mappings
55
- AuthenticationType AuthenticationType `json:"authenticationType"`
55
+ AuthenticationType v1alpha1. AuthenticationType `json:"authenticationType"`
56
56
57
57
// S3 - Details of S3 credentials
58
58
S3 * SecretS3 `json:"secretS3"`
@@ -65,5 +65,5 @@ type BucketInfoSpec struct {
65
65
// - S3: Indicates Amazon S3 protocol
66
66
// - Azure: Indicates Microsoft Azure BlobStore protocol
67
67
// - GCS: Indicates Google Cloud Storage protocol
68
- Protocols []Protocol `json:"protocols"`
68
+ Protocols []v1alpha1. Protocol `json:"protocols"`
69
69
}
You can’t perform that action at this time.
0 commit comments