# Functions

NewComponentConfigFromDescriptor creates a new instance of the component configuration.
NewComponentConfigFromType creates a new instance of the component configuration.
NewContainerConfig creates a new instance of container configuration.
NewContainerConfigFromValue creates a new ContainerConfig object filled with key-value pairs from specified object.
ReadComponentConfigFromConfig creates a new instance of ComponentConfig based on section from container configuration.
ReadContainerConfigFromConfig creates a new ContainerConfig object based on configuration parameters.

# Variables

ContainerConfigReader Helper class that reads container configuration from JSON or YAML file.

# Structs

ComponentConfig configuration of a component inside a container.

# Type aliases

ContainerConfig Container configuration defined as a list of component configurations.