storage_buckets

package
v0.13.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 9, 2023 License: MPL-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// IdActions contains the set of actions that can be performed on
	// individual resources
	IdActions = action.ActionSet{
		action.NoOp,
		action.Read,
		action.Update,
		action.Delete,
	}

	// CollectionActions contains the set of actions that can be performed on
	// this collection
	CollectionActions = action.ActionSet{
		action.Create,
		action.List,
	}
)
View Source
var NewServiceFn = func(ctx context.Context,
	pluginStorageRepoFn common.PluginStorageBucketRepoFactory,
	iamRepoFn common.IamRepoFactory,
	pluginRepoFn common.PluginRepoFactory,
	controllerExt globals.ControllerExtension,
) (pbs.StorageBucketServiceServer, error) {
	return Service{}, nil
}

NewServiceFn returns a storage bucket service which is not implemented in OSS

Functions

This section is empty.

Types

type Service

func (Service) CreateStorageBucket

CreateStorageBucket implements the interface pbs.StorageBucketServiceServer.

func (Service) DeleteStorageBucket

DeleteStorageBucket implements the interface pbs.StorageBucketServiceServer.

func (Service) GetStorageBucket

GetStorageBucket implements the interface pbs.StorageBucketServiceServer.

func (Service) ListStorageBuckets

ListStorageBuckets implements the interface pbs.StorageBucketServiceServer.

func (Service) UpdateStorageBucket

UpdateStorageBucket implements the interface pbs.StorageBucketServiceServer.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL