controller

package
v0.33.0 Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// User defined operation names
	OperationListSecret = "LISTSECRETS"

	// MongoDatabasesResourceType represents the resource type for Mongo database.
	MongoDatabasesResourceType = "Applications.Datastores/mongoDatabases"
	// AsyncCreateOrUpdateMongoDatabaseTimeout is the timeout for async create or update Mongo database
	AsyncCreateOrUpdateMongoDatabaseTimeout = time.Duration(60) * time.Minute
	// AsyncDeleteMongoDatabaseTimeout is the timeout for async delete Mongo database
	AsyncDeleteMongoDatabaseTimeout = time.Duration(30) * time.Minute

	// RedisCachesResourceType represents the resource type for Redis caches.
	RedisCachesResourceType = "Applications.Datastores/redisCaches"
	// AsyncCreateOrUpdateRedisCacheTimeout is the timeout for async create or update Redis cache
	AsyncCreateOrUpdateRedisCacheTimeout = time.Duration(60) * time.Minute
	// AsyncDeleteRedisCacheTimeout is the timeout for async delete Redis cache
	AsyncDeleteRedisCacheTimeout = time.Duration(30) * time.Minute

	// SqlDatabasesResourceType represents the resource type for SQL databases.
	SqlDatabasesResourceType = "Applications.Datastores/sqlDatabases"
	// AsyncCreateOrUpdateSqlTimeout is the timeout for async create or update sql database
	AsyncCreateOrUpdateSqlDatabaseTimeout = time.Duration(60) * time.Minute
	// AsyncDeleteSqlDatabaseTimeout is the timeout for async delete sql database
	AsyncDeleteSqlDatabaseTimeout = time.Duration(30) * time.Minute
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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