Documentation ¶
Overview ¶
Package to manage a Minio object store.
Package operator to manage Minio object storage.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ObjectStoreResource = opkit.CustomResource{ Name: customResourceName, Plural: customResourceNamePlural, Group: miniov1alpha1.CustomResourceGroup, Version: miniov1alpha1.Version, Scope: apiextensionsv1beta1.NamespaceScoped, Kind: reflect.TypeOf(miniov1alpha1.ObjectStore{}).Name(), }
ObjectStoreResource represents the object store custom resource
Functions ¶
This section is empty.
Types ¶
type MinioController ¶
type MinioController struct {
// contains filtered or unexported fields
}
MinioController represents a controller object for object store custom resources
func NewMinioController ¶
func NewMinioController(context *clusterd.Context, rookImage string) *MinioController
NewMinioController create controller for watching object store custom resources created
func (*MinioController) StartWatch ¶
func (c *MinioController) StartWatch(namespace string, stopCh chan struct{}) error
StartWatch watches for instances of ObjectStore custom resources and acts on them
Click to show internal directories.
Click to hide internal directories.