Documentation ¶
Index ¶
- func CreateNamespace(namespace string, job *types.Job, storeInstance *store.Store) error
- func FixDatastore(job *types.Job, storeInstance *store.Store) error
- func GetCurrentOwner(job *types.Job, storeInstance *store.Store) (string, error)
- func SetDatastoreOwner(job *types.Job, storeInstance *store.Store, owner string) error
- type BackupOperation
- type NamespaceReq
- type PBSStoreGroups
- type PBSStoreGroupsResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateNamespace ¶ added in v0.1.1
func GetCurrentOwner ¶ added in v0.8.0
Types ¶
type BackupOperation ¶ added in v0.9.0
func (*BackupOperation) Wait ¶ added in v0.9.0
func (b *BackupOperation) Wait() error
type NamespaceReq ¶ added in v0.1.1
type PBSStoreGroups ¶ added in v0.8.0
type PBSStoreGroups struct {
Owner string `json:"owner"`
}
type PBSStoreGroupsResponse ¶ added in v0.8.0
type PBSStoreGroupsResponse struct {
Data PBSStoreGroups `json:"data"`
}
Click to show internal directories.
Click to hide internal directories.