Skip to content

Commit

Permalink
Fix singular name for minio tenant (#185)
Browse files Browse the repository at this point in the history
Signed-off-by: Ritesh H Shukla <ritesh@minio.io>
  • Loading branch information
kerneltime authored Jul 22, 2020
1 parent c6a3690 commit ed2b575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/apis/minio.min.io/v1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
// +k8s:defaulter-gen=true
// +kubebuilder:subresource:status
// +kubebuilder:resource:scope=Namespaced,shortName=tenant,singular=tenants
// +kubebuilder:resource:scope=Namespaced,shortName=tenant,singular=tenant

// Tenant is a specification for a MinIO resource
type Tenant struct {
Expand Down

0 comments on commit ed2b575

Please sign in to comment.