Documentation ¶
Overview ¶
Package rgw to manage a rook object store.
Package rgw for the Ceph object store.
Package object for the Ceph object store.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ObjectStoreResource = opkit.CustomResource{ Name: "cephobjectstore", Plural: "cephobjectstores", Group: cephv1.CustomResourceGroup, Version: cephv1.Version, Scope: apiextensionsv1beta1.NamespaceScoped, Kind: reflect.TypeOf(cephv1.CephObjectStore{}).Name(), }
ObjectStoreResource represents the object store custom resource
View Source
var ObjectStoreResourceRookLegacy = opkit.CustomResource{ Name: "objectstore", Plural: "objectstores", Group: cephbeta.CustomResourceGroup, Version: cephbeta.Version, Scope: apiextensionsv1beta1.NamespaceScoped, Kind: reflect.TypeOf(cephbeta.ObjectStore{}).Name(), }
Functions ¶
This section is empty.
Types ¶
type ObjectStoreController ¶
type ObjectStoreController struct {
// contains filtered or unexported fields
}
ObjectStoreController represents a controller object for object store custom resources
func NewObjectStoreController ¶
func NewObjectStoreController(context *clusterd.Context, rookImage string, cephVersion cephv1.CephVersionSpec, hostNetwork bool, ownerRef metav1.OwnerReference) *ObjectStoreController
NewObjectStoreController create controller for watching object store custom resources created
func (*ObjectStoreController) StartWatch ¶
func (c *ObjectStoreController) 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.