Versions in this module Expand all Collapse all v0 v0.3.0 Mar 8, 2025 Changes in this version + const AppSelectorLabelKey + const ConfigHmacKeyAnnotationKey + const ContainerTypeAnnotationKey + const HealthcheckHttpGetPathAnnotationKey + const HealthcheckHttpGetPortAnnotationKey + const SecretHmacKeyAnnotationKey + const SecretSubPathLabelKey + const SelectorMatchLabelsAnnotationKey + const ServiceAccountNameAnnotationKey + const ServiceExposeAnnotationKey + const ServiceExposeIngressClassNameAnnotationKey + const ServiceGroupAnnotationKey + const VolumeHmacKeyAnnotationKey + const VolumeHostPathLabelKey + const VolumeSizeLabelKey + const VolumeStorageClassNameLabelKey + type ConfigMapping struct + External bool + Name string + type Resources struct + ConfigMaps []*corev1.ConfigMap + DaemonSets []*appsv1.DaemonSet + Deployments []*appsv1.Deployment + Ingresses []*networkingv1.Ingress + PersistentVolumeClaims []*corev1.PersistentVolumeClaim + Pods []*corev1.Pod + Secrets []*corev1.Secret + ServiceAccounts []*corev1.ServiceAccount + Services []*corev1.Service + func (r *Resources) Write(writer io.Writer) error + type SecretMapping struct + External bool + Name string + SubPath string + type Transformer struct + Annotations map[string]string + Labels map[string]string + func (t Transformer) Convert(project *types.Project) (*Resources, error) + type VolumeMapping struct + ConfigMapName string + HostPath string + IsConfigMap bool + IsHostPath bool + IsTmpfs bool + MountPath string + Name string + TmpfsSize *resource.Quantity