package
0.0.0-20190628093746-affaa533fc2e
Repository: https://github.com/szymongib/kyma.git
Documentation: pkg.go.dev
# Functions
ConfigParse is parsing yaml file to the ConfigList.
IsAlreadyExistsError checks if given error is AlreadyExist error.
IsNotFoundError checks if given error is NotFound error.
NewFactory is a factory for entities based on given ConfigList.
# Constants
DriverMemory is a driver to local in-memory store.
EntityAll represents name of all entities.
EntityApplication represents name of application entities.
EntityInstance represents name of services instances entities.
EntityInstanceOperation represents name of instances operations entities.
# Structs
Config contains database configuration.
ProviderConfig provides configuration to the database provider.
# Interfaces
Application is an interface that describe storage layer operations for Charts.
Factory provides access to concrete storage.
Instance is an interface that describe storage layer operations for Instances.
InstanceOperation is an interface that describe storage layer operations for InstanceOperations.
# Type aliases
ConfigList is a list of configurations.
DriverType defines type of data storage.
EntityName defines name of the entity in database.
ProviderConfigMap contains map of provided configurations for given entities.