Documentation
¶
Overview ¶
Package controller used deal with the backend claim and backend content resources
Package controller used deal with the backend claim and backend content resources ¶
Package controller used deal with the backend claim and backend content resources ¶
Package controller used deal with the backend claim and backend content resources ¶
Package controller used deal with the backend claim and backend content resources ¶
Package controller used deal with the backend claim and backend content resources ¶
Package controller used deal with the backend claim and backend content resources
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BackendController ¶
type BackendController struct {
// contains filtered or unexported fields
}
BackendController defines the backend controller parameters
func NewBackendController ¶
func NewBackendController(request BackendControllerRequest) *BackendController
NewBackendController return a new NewBackendController
type BackendControllerRequest ¶
type BackendControllerRequest struct {
// storage backend client
ClientSet clientSet.Interface
// storage backend claim informer
ClaimInformer backendInformers.StorageBackendClaimInformer
// storage backend content informer
ContentInformer backendInformers.StorageBackendContentInformer
// reSync period time
ReSyncPeriod time.Duration
// event recorder
EventRecorder record.EventRecorder
}
BackendControllerRequest is a request for new controller
Click to show internal directories.
Click to hide internal directories.