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 (
	// DaprStateStoresResourceType represents the resource type for Dapr State stores.
	DaprStateStoresResourceType = "Applications.Dapr/stateStores"
	// AsyncCreateOrUpdateDaprStateStoreTimeout is the timeout for async create or update dapr state store
	AsyncCreateOrUpdateDaprStateStoreTimeout = time.Duration(60) * time.Minute
	// AsyncDeleteDaprStateStoreTimeout is the timeout for async delete dapr state store
	AsyncDeleteDaprStateStoreTimeout = time.Duration(30) * time.Minute

	// DaprSecretStoresResourceType represents the resource type for Dapr Secret stores.
	DaprSecretStoresResourceType = "Applications.Dapr/secretStores"
	// AsyncCreateOrUpdateDaprSecretStoreTimeout is the timeout for async create or update dapr secret store
	AsyncCreateOrUpdateDaprSecretStoreTimeout = time.Duration(60) * time.Minute
	// AsyncDeleteDaprSecretStoreTimeout is the timeout for async delete dapr secret store
	AsyncDeleteDaprSecretStoreTimeout = time.Duration(60) * time.Minute

	// DaprPubSubBrokersResourceType represents the resource type for Dapr PubSub brokers.
	DaprPubSubBrokersResourceType = "Applications.Dapr/pubSubBrokers"
	// AsyncCreateOrUpdateDaprPubSubBrokerTimeout is the timeout for async create or update dapr pub sub broker
	AsyncCreateOrUpdateDaprPubSubBrokerTimeout = time.Duration(60) * time.Minute
	// AsyncDeleteDaprPubSubBrokerTimeout is the timeout for async delete dapr pub sub broker
	AsyncDeleteDaprPubSubBrokerTimeout = time.Duration(60) * time.Minute
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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