Skip to content
This repository was archived by the owner on Jul 2, 2020. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 18 additions & 2 deletions m3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ spec:
type: string
mcs:
type: object
x-kubernetes-preserve-unknown-fields: true
properties:
image:
type: string
Expand All @@ -63,6 +64,20 @@ spec:
properties:
name:
type: string
kes:
type: object
x-kubernetes-preserve-unknown-fields: true
properties:
image:
type: string
replicas:
type: integer
default: 2
kesSecret:
type: object
properties:
name:
type: string
status:
type: object
properties:
Expand Down Expand Up @@ -117,7 +132,7 @@ rules:
- watch
- create
- list
- patch
- delete
- apiGroups:
- apps
resources:
Expand Down Expand Up @@ -153,6 +168,7 @@ rules:
- update
- create
- get
- delete
- apiGroups:
- operator.min.io
resources:
Expand Down Expand Up @@ -203,7 +219,7 @@ spec:
serviceAccountName: minio-operator-sa
containers:
- name: minio-operator
image: minio/k8s-operator:2.0.2
image: minio/k8s-operator:2.0.5
imagePullPolicy: IfNotPresent
# To specify cluster domain, un comment the following:
# env:
Expand Down
2 changes: 0 additions & 2 deletions restapi/configure_m3.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ func configureAPI(api *operations.M3API) http.Handler {

// Register tenant handlers
registerTenantHandlers(api)
// Register mirroring handlers
registerMirrorHandlers(api)
// Register StorageClass handlers
registerStorageClassHandlers(api)

Expand Down
154 changes: 0 additions & 154 deletions restapi/embedded_spec.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

131 changes: 0 additions & 131 deletions restapi/mirror.go

This file was deleted.

Loading