Versions in this module Expand all Collapse all v0 v0.1.0 Jul 26, 2023 Changes in this version + const DBSyncCommand + const DatabaseName + const DnsmasqKollaConfig + const HttpbootKollaConfig + const InitContainerCommand + const IronicInspectorInternalPort + const IronicInspectorPublicPort + const KollaConfig + const KollaConfigDbSync + const PxeInitContainerCommand + const ServiceCommand + func DbSyncJob(instance *ironicv1.IronicInspector, labels map[string]string) *batchv1.Job + func GetInitVolumeMounts() []corev1.VolumeMount + func GetVolumeMounts() []corev1.VolumeMount + func GetVolumes(name string) []corev1.Volume + func InitContainer(init APIDetails) []corev1.Container + func InspectorPods(ctx context.Context, instance *ironicv1.IronicInspector, helper *helper.Helper, ...) (*corev1.PodList, error) + func Route(serviceName string, instance *ironicv1.IronicInspector, ...) *routev1.Route + func Service(serviceName string, instance *ironicv1.IronicInspector, ...) *corev1.Service + func StatefulSet(instance *ironicv1.IronicInspector, configHash string, ...) *appsv1.StatefulSet + type APIDetails struct + ContainerImage string + DBPasswordSelector string + DatabaseHost string + DatabaseName string + IngressDomain string + InspectionNetwork string + InspectorHTTPURL string + OSPSecret string + Privileged bool + PxeContainerImage string + PxeInit bool + TransportURLSecret string + UserPasswordSelector string + VolumeMounts []corev1.VolumeMount