Documentation ¶
Index ¶
- func CapsuleCreate(ctx context.Context, cmd *cobra.Command, args []string, ...) error
- func CapsuleCreateBuild(ctx context.Context, cmd *cobra.Command, args []string, ...) error
- func CapsuleDelete(ctx context.Context, cmd *cobra.Command, args []string, ...) error
- func CapsuleDeleteBuild(ctx context.Context, cmd *cobra.Command, args []string, ...) error
- func CapsuleDeployBuild(ctx context.Context, cmd *cobra.Command, args []string, ...) error
- func CapsuleList(ctx context.Context, cmd *cobra.Command, args []string, ...) error
- func CapsuleListBuilds(ctx context.Context, cmd *cobra.Command, args []string, ...) error
- func CapsuleUpdate(ctx context.Context, cmd *cobra.Command, args []string, ...) error
- func ClusterBootstrap(ctx context.Context, cmd *cobra.Command, cg cluster.Gateway, cfg config.Config, ...) error
- func ClusterCreateMinio(ctx context.Context, cmd *cobra.Command, cg cluster.Gateway, cfg config.Config, ...) error
- func ClusterCreateMongoDB(ctx context.Context, cmd *cobra.Command, cg cluster.Gateway, cfg config.Config, ...) error
- func ClusterCreateRig(ctx context.Context, cmd *cobra.Command, cg cluster.Gateway, cfg config.Config, ...) error
- func ConnectDatabase(ctx context.Context, cmd *cobra.Command, args []string, ...) error
- func CreateDatabase(ctx context.Context, cmd *cobra.Command, args []string, ...) error
- func CreateDatabaseCredential(ctx context.Context, cmd *cobra.Command, args []string, ...) error
- func CreateTable(ctx context.Context, cmd *cobra.Command, args []string, ...) error
- func DeleteDatabase(ctx context.Context, cmd *cobra.Command, args []string, ...) error
- func DeleteDatabaseCredential(ctx context.Context, cmd *cobra.Command, args []string, ...) error
- func DeleteTable(ctx context.Context, cmd *cobra.Command, args []string, ...) error
- func Execute() error
- func GetDatabase(ctx context.Context, cmd *cobra.Command, args []string, ...) error
- func GroupAddUser(ctx context.Context, cmd *cobra.Command, args []string, ...) error
- func GroupListForUser(ctx context.Context, cmd *cobra.Command, args []string, ...) error
- func GroupListMembers(ctx context.Context, cmd *cobra.Command, args []string, ...) error
- func GroupRemoveUser(ctx context.Context, cmd *cobra.Command, args []string, ...) error
- func GroupsDelete(ctx context.Context, cmd *cobra.Command, args []string, ...) error
- func GroupsGet(ctx context.Context, cmd *cobra.Command, args []string, ...) error
- func GroupsList(ctx context.Context, cmd *cobra.Command, gp *group_service.Service, ...) error
- func GroupsPopulate(ctx context.Context, cmd *cobra.Command, gp *group_service.Service, ...) error
- func GroupsUpdate(ctx context.Context, cmd *cobra.Command, args []string, ...) error
- func ListDatabaseCredentials(ctx context.Context, cmd *cobra.Command, args []string, ...) error
- func ListDatabases(ctx context.Context, cmd *cobra.Command, ds *service_database.Service, ...) error
- func ListTables(ctx context.Context, cmd *cobra.Command, args []string, ...) error
- func ProjectsCreate(ctx context.Context, cmd *cobra.Command, ps project_service.Service, ...) error
- func ProjectsDelete(ctx context.Context, cmd *cobra.Command, args []string, ...) error
- func ProjectsList(ctx context.Context, cmd *cobra.Command, ps project_service.Service, ...) error
- func ProjectsUse(ctx context.Context, cmd *cobra.Command, args []string, ...) error
- func PushImage(ctx context.Context, cmd *cobra.Command, args []string) error
- func StorageCopyObject(ctx context.Context, cmd *cobra.Command, args []string, ...) error
- func StorageCreateBucket(ctx context.Context, cmd *cobra.Command, args []string, ...) error
- func StorageDeleteBucket(ctx context.Context, cmd *cobra.Command, args []string, ...) error
- func StorageDeleteObject(ctx context.Context, cmd *cobra.Command, args []string, ...) error
- func StorageDownloadFile(ctx context.Context, cmd *cobra.Command, args []string, ...) error
- func StorageGetBucket(ctx context.Context, cmd *cobra.Command, args []string, ...) error
- func StorageGetObject(ctx context.Context, cmd *cobra.Command, args []string, ...) error
- func StorageListBuckets(ctx context.Context, cmd *cobra.Command, ss *storage_service.Service, ...) error
- func StorageListObjects(ctx context.Context, cmd *cobra.Command, args []string, ...) error
- func StorageUploadFile(ctx context.Context, cmd *cobra.Command, args []string, ...) error
- func UsersCreate(ctx context.Context, cmd *cobra.Command, us user_service.Service, ...) error
- func UsersDelete(ctx context.Context, cmd *cobra.Command, args []string, ...) error
- func UsersGetSettings(ctx context.Context, cmd *cobra.Command, us user_service.Service, ...) error
- func UsersList(ctx context.Context, cmd *cobra.Command, args []string, ...) error
- func UsersListSessions(ctx context.Context, cmd *cobra.Command, args []string, ...) error
- func UsersLookup(ctx context.Context, cmd *cobra.Command, us user_service.Service, ...) error
- func UsersPopulate(ctx context.Context, cmd *cobra.Command, us user_service.Service, ...) error
- func UsersResetSessions(ctx context.Context, cmd *cobra.Command, args []string, ...) error
- func UsersVerifyEmail(ctx context.Context, cmd *cobra.Command, args []string, ...) error
- type ProjectID
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CapsuleCreate ¶
func CapsuleCreateBuild ¶
func CapsuleDelete ¶
func CapsuleDeleteBuild ¶
func CapsuleDeployBuild ¶
func CapsuleList ¶
func CapsuleListBuilds ¶
func CapsuleUpdate ¶
func ClusterBootstrap ¶
func ClusterCreateMinio ¶
func ClusterCreateMongoDB ¶
func ClusterCreateRig ¶
func ConnectDatabase ¶
func CreateDatabase ¶
func CreateTable ¶
func DeleteDatabase ¶
func DeleteTable ¶
func GetDatabase ¶
func GroupAddUser ¶
func GroupListForUser ¶
func GroupListMembers ¶
func GroupRemoveUser ¶
func GroupsDelete ¶
func GroupsList ¶
func GroupsPopulate ¶
func GroupsUpdate ¶
func ListDatabaseCredentials ¶
func ListDatabases ¶
func ListTables ¶
func ProjectsCreate ¶
func ProjectsDelete ¶
func ProjectsList ¶
func ProjectsUse ¶
func StorageCopyObject ¶
func StorageCreateBucket ¶
func StorageDeleteBucket ¶
func StorageDeleteObject ¶
func StorageDownloadFile ¶
func StorageGetBucket ¶
func StorageGetObject ¶
func StorageListBuckets ¶
func StorageListObjects ¶
func StorageUploadFile ¶
func UsersCreate ¶
func UsersDelete ¶
func UsersGetSettings ¶
func UsersListSessions ¶
func UsersLookup ¶
func UsersPopulate ¶
func UsersResetSessions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.