# Type aliases

CatalogVersion denotes the version string of CRD.
ComponentName denotes distinct functional components in the architecture.
ConfigName is a special type of component used for ConfigMaps and Secrets.
ContainerName denotes lowest-level components, i.e.
ContainerPort denotes port in the container.
Containers represents set of corev1.Container.
Labels is synonymous to labels.Set.
ObjectName denotes distinct k8s resources using ObjectMeta.Name.
VolumeMounts represents set of corev1.VolumeMount.
VolumeName denotes individual volume names to be later mounted in the containers.
Volumes represents set of corev1.Volume.